rpms/qpidc/F-8 qpidc.spec,1.10,1.11

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Mon Apr 14 20:16:09 UTC 2008


Author: nsantos

Update of /cvs/extras/rpms/qpidc/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4276

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


Index: qpidc.spec
===================================================================
RCS file: /cvs/extras/rpms/qpidc/F-8/qpidc.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- qpidc.spec	14 Apr 2008 18:23:52 -0000	1.10
+++ qpidc.spec	14 Apr 2008 20:15:24 -0000	1.11
@@ -5,7 +5,7 @@
 
 Name:           qpidc
 Version:        0.2
-Release:        27%{?dist}
+Release:        28%{?dist}
 Summary:        Libraries for Qpid C++ client applications
 Group:          System Environment/Libraries
 License:        Apache Software License
@@ -74,7 +74,6 @@
 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
@@ -131,7 +130,7 @@
 %_libdir/libqpidcluster.so.0.1.0
 %_sbindir/%{qpidd}
 %{_initrddir}/%{qpidd}
-%_localstatedir/lib/qpidd
+%attr(755, qpidd, qpidd) %_localstatedir/lib/qpidd
 %doc %_mandir/man1/%{qpidd}.*
 
 %files -n %{qpidd}-devel
@@ -165,7 +164,7 @@
 /sbin/ldconfig
 
 %changelog
-* Mon Apr 14 2008 Nuno Santos <nsantos at redhat.com> - 0.2-27
+* Mon Apr 14 2008 Nuno Santos <nsantos at redhat.com> - 0.2-28
 - Fix home dir permissions
 
 * Thu Apr 10 2008 Nuno Santos <nsantos at redhat.com> - 0.2-26




More information about the fedora-extras-commits mailing list