rpms/rhm/devel rhm.spec,1.19,1.20

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Tue May 27 21:09:10 UTC 2008


Author: nsantos

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

Modified Files:
	rhm.spec 
Log Message:
fix file perm; typo in service name


Index: rhm.spec
===================================================================
RCS file: /cvs/extras/rpms/rhm/devel/rhm.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- rhm.spec	22 May 2008 21:30:43 -0000	1.19
+++ rhm.spec	27 May 2008 21:08:26 -0000	1.20
@@ -7,7 +7,7 @@
 
 Name:           rhm
 Version:        0.2.%{svnrev}
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Red Hat extensions to the Qpid messaging system
 Group:          System Environment/Libraries
 License:        LGPL
@@ -68,12 +68,12 @@
 %_libdir/libbdbstore.so.0.1.0
 %_initrddir/rhmd
 %_sbindir/rhmd
-%attr(0775,qpidd,qpidd) %dir %_localstatedir/rhm
+#%attr(0775,qpidd,qpidd) %dir %_localstatedir/rhm
 %config(noreplace) %_sysconfdir/rhmd.conf
 
 %post
 # This adds the proper /etc/rc*.d links for the script
-/sbin/chkconfig --add qpidd
+/sbin/chkconfig --add rhmd
 /sbin/ldconfig
 
 %preun
@@ -85,7 +85,7 @@
 
 %postun
 if [ "$1" -ge "1" ]; then
-  /sbin/service rhmd condrestart >/dev/null 2>&1 || :
+  /sbin/service rhmd restart >/dev/null 2>&1 || :
 fi
 /sbin/ldconfig
 




More information about the fedora-extras-commits mailing list