diff options
author | B Stack <bgstack15@gmail.com> | 2021-01-07 20:52:38 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2021-01-07 20:56:10 -0500 |
commit | badcb48cd279f0e2a0ed7eae2661171f2411e647 (patch) | |
tree | 920d3319404ece4811fd7f8bea5ef96ba52021e1 /extra/fuss-el7.patch | |
download | fuss-badcb48cd279f0e2a0ed7eae2661171f2411e647.tar.gz fuss-badcb48cd279f0e2a0ed7eae2661171f2411e647.tar.bz2 fuss-badcb48cd279f0e2a0ed7eae2661171f2411e647.zip |
initial commit
Diffstat (limited to 'extra/fuss-el7.patch')
-rw-r--r-- | extra/fuss-el7.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/extra/fuss-el7.patch b/extra/fuss-el7.patch new file mode 100644 index 0000000..3a9ceed --- /dev/null +++ b/extra/fuss-el7.patch @@ -0,0 +1,28 @@ +Summary: Make changes necessary for this package to work on CentOS 7 +Message: Correct name of python36 wsgi plugin, and disable icons +Date: 2021-01-05 +diff master/fuss.wsgi.ini.example el7/fuss.wsgi.ini.example +index 42ebfe2..75b59bb 100644 +--- a/fuss.wsgi.ini.example ++++ b/fuss.wsgi.ini.example +@@ -2,7 +2,7 @@ + # References: + # https://uwsgi-docs.readthedocs.io/en/latest/Logging.html + [uwsgi] +-plugins = python3,logfile ++plugins = python36,logfile + http-socket = 0.0.0.0:5003 + wsgi-file = /usr/libexec/fuss/fuss.py + callable = app +--- a/fuss.conf.example 2021-01-05 22:20:05.102222226 -0500 ++++ b/fuss.conf.example 2021-01-05 22:24:51.642095995 -0500 +@@ -52,7 +52,7 @@ + ] + + # Include mimetype icon support on html-long. This requires META = True +-ICONS = True ++ICONS = False + ICON_THEME = "Numix" + + # for in-app adjustments of logging, see project [hex-zero](https://gitlab.com/bgstack15/hex-zero/-/tree/stack) which has limited ability to affect logging. + |