[uwsgi/f18] Fixing tyrant-mode misshap

Jorge A Gallegos kad at fedoraproject.org
Thu Feb 14 18:14:09 UTC 2013


commit dc532237ea8dfc039da37ede1b538054d6bde0c7
Author: Jorge Gallegos <kad at blegh.net>
Date:   Thu Feb 14 10:13:53 2013 -0800

    Fixing tyrant-mode misshap

 emperor.ini |    1 -
 uwsgi.spec  |    5 ++++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/emperor.ini b/emperor.ini
index 562b57b..9dfecca 100644
--- a/emperor.ini
+++ b/emperor.ini
@@ -4,4 +4,3 @@ gid = uwsgi
 socket = /run/uwsgi/uwsgi.socket
 pidfile = /run/uwsgi/uwsgi.pid
 emperor = /etc/uwsgi.d
-emperor-tyrant = true
diff --git a/uwsgi.spec b/uwsgi.spec
index 21a2d2c..c559aec 100644
--- a/uwsgi.spec
+++ b/uwsgi.spec
@@ -2,7 +2,7 @@
 
 Name:           uwsgi
 Version:        1.2.6
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Fast, self-healing, application container server
 Group:          System Environment/Daemons   
 License:        GPLv2
@@ -313,6 +313,9 @@ exit 0
 
 
 %changelog
+* Thu Feb 14 2013 Jorge A Gallegos <kad at blegh.net> - 1.2.6-7
+- Tyrant mode shouldn't be used here, tyrant mode is root-only
+
 * Thu Dec 27 2012 Jorge A Gallegos <kad at blegh.net> - 1.2.6-6
 - Systemd now supports an exit status directive, fixing bugz 873382
 


More information about the scm-commits mailing list