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

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Mon Apr 14 19:08:33 UTC 2008


Author: nsantos

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

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.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- qpidc.spec	14 Apr 2008 17:58:44 -0000	1.27
+++ qpidc.spec	14 Apr 2008 19:07:44 -0000	1.28
@@ -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 scm-commits mailing list