rpms/hplip/devel hplip.spec,1.17,1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 25 14:04:40 UTC 2005


Author: twaugh

Update of /cvs/dist/rpms/hplip/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15030

Modified Files:
	hplip.spec 
Log Message:
* Mon Jul 25 2005 Tim Waugh <twaugh at redhat.com>
- Use 'condrestart' not 'restart' in %post scriptlet.



Index: hplip.spec
===================================================================
RCS file: /cvs/dist/rpms/hplip/devel/hplip.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- hplip.spec	22 Jul 2005 13:09:44 -0000	1.17
+++ hplip.spec	25 Jul 2005 14:04:38 -0000	1.18
@@ -119,7 +119,7 @@
 %post
 /sbin/chkconfig --add hplip || :
 if [ "$1" == "1" ]; then
-  /sbin/service hplip restart >/dev/null 2>&1 || :
+  /sbin/service hplip condrestart >/dev/null 2>&1 || :
 fi
 exit 0
 
@@ -137,6 +137,9 @@
 fi
 
 %changelog
+* Mon Jul 25 2005 Tim Waugh <twaugh at redhat.com>
+- Use 'condrestart' not 'restart' in %%post scriptlet.
+
 * Fri Jul 22 2005 Tim Waugh <twaugh at redhat.com> 0.9.4-1
 - forward-decl patch not needed.
 - 0.9.4.




More information about the fedora-cvs-commits mailing list