rpms/qpidc/devel qpidc.spec,1.20,1.21 sources,1.14,1.15

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Wed Apr 2 15:13:52 UTC 2008


Author: nsantos

Update of /cvs/extras/rpms/qpidc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4382/devel

Modified Files:
	qpidc.spec sources 
Log Message:
importing qpidc-0.2-25.src.rpm



Index: qpidc.spec
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/qpidc.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- qpidc.spec	27 Mar 2008 18:49:33 -0000	1.20
+++ qpidc.spec	2 Apr 2008 15:13:14 -0000	1.21
@@ -69,6 +69,13 @@
 Libraries and header files for developing extensions to the
 Qpid broker daemon.
 
+%pre
+getent group qpidd >/dev/null || groupadd -r qpidd
+getent passwd qpidd >/dev/null || \
+  useradd -r -m -g qpidd -d %{_localstatedir}/lib/qpidd -s /sbin/nologin \
+    -c "Owner of Qpidd Daemons" qpidd
+exit 0
+
 %prep
 %setup -q
 
@@ -157,8 +164,8 @@
 /sbin/ldconfig
 
 %changelog
-* Tue Mar 25 2008 Nuno Santos <nsantos at redhat.com> - 0.2-25
-- Fixes to compile under gcc 4.3 / Fedora 9 (from aconway)
+* Mon Mar 31 2008 Nuno Santos <nsantos at redhat.com> - 0.2-25
+- Create user qpidd, start qpidd service as qpidd
 
 * Mon Feb 18 2008 Rafael Schloming <rafaels at redhat.com> - 0.2-24
 - Bug fix for TCK issue in Beta 3


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	27 Mar 2008 18:48:26 -0000	1.14
+++ sources	2 Apr 2008 15:13:14 -0000	1.15
@@ -1 +1 @@
-4aee3db67110e64583c9bcdbbfc43659  qpidc-0.2.tar.gz
+819d78ea6ab531cf6f17d5aef77fed64  qpidc-0.2.tar.gz




More information about the fedora-extras-commits mailing list