aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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
bgstack15