From 771c6de50f97ee7d8109cc3f175b3fbbba1ced5e Mon Sep 17 00:00:00 2001 From: B Stack Date: Fri, 24 Sep 2021 15:30:56 -0400 Subject: add note to readme for rpmbuild --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f09ebe8..bf4bd6b 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ Add the parameter "PyGObject" if you compiled the rpm with icon support (which p On Fedora, selinux prevents running /var/www/fuss/fuss.bin by systemd. +### Building a distro package +For an rpm, you can generate the correct type of tarball with: + + git archive master --format=tar.gz --prefix=fuss/ > ~/rpmbuild/SOURCES/fuss_0.0.2.orig.tar.gz + ## Dependencies * python3-flask * python3-magic -- cgit