From badcb48cd279f0e2a0ed7eae2661171f2411e647 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 7 Jan 2021 20:52:38 -0500 Subject: initial commit --- extra/fuss-el7.patch | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 extra/fuss-el7.patch (limited to 'extra/fuss-el7.patch') 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. + -- cgit