Author: zbyniu Date: Thu Dec 29 22:18:07 2011 GMT Module: packages Tag: HEAD ---- Log message: - md5 - group celery added, uid changed to 274
---- Files affected: packages/python-celery: python-celery.spec (1.20 -> 1.21) ---- Diffs: ================================================================ Index: packages/python-celery/python-celery.spec diff -u packages/python-celery/python-celery.spec:1.20 packages/python-celery/python-celery.spec:1.21 --- packages/python-celery/python-celery.spec:1.20 Thu Dec 29 23:01:42 2011 +++ packages/python-celery/python-celery.spec Thu Dec 29 23:18:02 2011 @@ -9,7 +9,7 @@ License: BSD-like Group: Development/Languages/Python Source0: http://pypi.python.org/packages/source/c/%{module}/%{module}-%{version}.tar.gz -# Source0-md5: e168bc9856b263edcb0801a04eb9ee9f +# Source0-md5: a480dd8741b0d5ed694b6a36a25a47ce Source1: celeryd.sysconfig Source2: celeryd.init URL: http://celeryproject.org/ @@ -58,8 +58,8 @@ rm -rf $RPM_BUILD_ROOT %pre -# XXX uid 300 not registered in PLD-doc/uid_gid.db.txt -%useradd -u 300 -g users -r -s /bin/false "celery user" celery +%groupadd -g 274 celery +%useradd -u 274 -g celery -r -s /bin/false "Celery Daemon" celery %post /sbin/chkconfig --add celeryd @@ -74,6 +74,7 @@ %postun if [ "$1" = "0" ]; then %userremove celery + %groupremove celery fi %files @@ -101,6 +102,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21 2011/12/29 22:18:02 zbyniu +- md5 +- group celery added, uid changed to 274 + Revision 1.20 2011/12/29 22:01:42 zbyniu - up to 2.4.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-celery/python-celery.spec?r1=1.20&r2=1.21&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
