SPECS: gozerbot.spec - patch to support user switch arg

glen glen at pld-linux.org
Thu Nov 6 00:03:02 CET 2008


Author: glen                         Date: Wed Nov  5 23:03:02 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- patch to support user switch arg

---- Files affected:
SPECS:
   gozerbot.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/gozerbot.spec
diff -u SPECS/gozerbot.spec:1.2 SPECS/gozerbot.spec:1.3
--- SPECS/gozerbot.spec:1.2	Wed Nov  5 23:42:14 2008
+++ SPECS/gozerbot.spec	Thu Nov  6 00:02:57 2008
@@ -3,18 +3,18 @@
 # - initscript
 # - patch code to support output logging
 # - patch code to support daemonizing
-# - patch code to switch uid
 # - config from /etc when ran as service
 Summary:	gozerbot is the Python IRC bot and Jabber bot in one
 Name:		gozerbot
 Version:	0.8.1.1
-Release:	0.5
+Release:	0.7
 License:	BSD
 Group:		Applications/Communications
 Source0:	http://www.gozerbot.org/media/tarball/%{name}-%{version}.tar.gz
 # Source0-md5:	f94037651700737f655f28244662c5a0
 Source1:	%{name}.init
 Patch0:		%{name}-pyc.patch
+Patch1:		%{name}-switchuser.patch
 URL:		http://www.gozerbot.org/
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.228
@@ -40,6 +40,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 %{__grep} -rl '#!/usr/bin/env python' . | xargs %{__sed} -i -e '1s,#!.*bin/env python,#!%{__python}',
 
 %build
@@ -124,6 +125,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008/11/05 23:02:57  glen
+- patch to support user switch arg
+
 Revision 1.2  2008/11/05 22:42:14  glen
 - add user and initscript
 - package initial data
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gozerbot.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list