rpms/qpidc/devel qpidc.spec,1.26,1.27

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Mon Apr 14 17:59:23 UTC 2008


Author: nsantos

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

Modified Files:
	qpidc.spec 
Log Message:
fix home dir permissions


Index: qpidc.spec
===================================================================
RCS file: /cvs/extras/rpms/qpidc/devel/qpidc.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- qpidc.spec	10 Apr 2008 22:19:35 -0000	1.26
+++ qpidc.spec	14 Apr 2008 17:58:44 -0000	1.27
@@ -5,7 +5,7 @@
 
 Name:           qpidc
 Version:        0.2
-Release:        26%{?dist}
+Release:        27%{?dist}
 Summary:        Libraries for Qpid C++ client applications
 Group:          System Environment/Libraries
 License:        Apache Software License
@@ -74,6 +74,7 @@
 getent passwd qpidd >/dev/null || \
   useradd -r -m -g qpidd -d %{_localstatedir}/lib/qpidd -s /sbin/nologin \
     -c "Owner of Qpidd Daemons" qpidd
+chown qpidd.qpidd %{_localstatedir}/lib/qpidd
 exit 0
 
 %prep
@@ -164,6 +165,9 @@
 /sbin/ldconfig
 
 %changelog
+* Mon Apr 14 2008 Nuno Santos <nsantos at redhat.com> - 0.2-27
+- Fix home dir permissions
+
 * Thu Apr 10 2008 Nuno Santos <nsantos at redhat.com> - 0.2-26
 - Bumped for Fedora 9
 




More information about the fedora-extras-commits mailing list