diff options
author | B Stack <bgstack15@gmail.com> | 2021-09-24 15:30:56 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2021-09-24 15:30:56 -0400 |
commit | 771c6de50f97ee7d8109cc3f175b3fbbba1ced5e (patch) | |
tree | 0bbbe09f85c9ce3e05c9a220b2f8c592e7d5b3d3 | |
parent | bump version string to 0.0.2 (diff) | |
download | fuss-771c6de50f97ee7d8109cc3f175b3fbbba1ced5e.tar.gz fuss-771c6de50f97ee7d8109cc3f175b3fbbba1ced5e.tar.bz2 fuss-771c6de50f97ee7d8109cc3f175b3fbbba1ced5e.zip |
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |