rpms/hplip/devel hplip.spec,1.139,1.140

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Sat Jul 7 15:55:21 UTC 2007


Author: twaugh

Update of /cvs/pkgs/rpms/hplip/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29735

Modified Files:
	hplip.spec 
Log Message:
* Sat Jul  7 2007 Tim Waugh <twaugh at redhat.com> 2.7.6-3
- Fixed pre scriptlet (bug #247349, bug #247322).



Index: hplip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hplip/devel/hplip.spec,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- hplip.spec	6 Jul 2007 11:26:24 -0000	1.139
+++ hplip.spec	7 Jul 2007 15:54:45 -0000	1.140
@@ -1,7 +1,7 @@
 Summary: HP Linux Imaging and Printing Project
 Name: hplip
 Version: 2.7.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL/MIT/BSD
 Group: System Environment/Daemons
 Conflicts: system-config-printer < 0.6.132
@@ -245,7 +245,9 @@
 
 %pre
 # No daemons any more.
-[ -x /etc/init.d/hplip ] && /sbin/service hplip stop
+if [ -x /etc/init.d/hplip ]; then
+  /sbin/service hplip stop
+fi
 
 %post gui
 /usr/bin/update-desktop-database &>/dev/null ||:
@@ -262,6 +264,9 @@
 exit 0
 
 %changelog
+* Sat Jul  7 2007 Tim Waugh <twaugh at redhat.com> 2.7.6-3
+- Fixed pre scriptlet (bug #247349, bug #247322).
+
 * Fri Jul  6 2007 Tim Waugh <twaugh at redhat.com> 2.7.6-2
 - Main package requires python-reportlab for hp-sendfax (bug #189030).
 - Explicitly enable scanning.




More information about the fedora-extras-commits mailing list