packages: cups/cups.spec - rel 5; fixed post script
arekm
arekm at pld-linux.org
Wed Sep 16 21:03:45 CEST 2009
Author: arekm Date: Wed Sep 16 19:03:45 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 5; fixed post script
---- Files affected:
packages/cups:
cups.spec (1.269 -> 1.270)
---- Diffs:
================================================================
Index: packages/cups/cups.spec
diff -u packages/cups/cups.spec:1.269 packages/cups/cups.spec:1.270
--- packages/cups/cups.spec:1.269 Tue Sep 15 22:58:09 2009
+++ packages/cups/cups.spec Wed Sep 16 21:03:39 2009
@@ -15,7 +15,7 @@
Summary(pt_BR.UTF-8): Sistema Unix de Impressão
Name: cups
Version: 1.4.1
-Release: 4
+Release: 5
Epoch: 1
License: LGPL v2 (libraries), GPL v2 (the rest) + openssl exception
Group: Applications/Printing
@@ -471,7 +471,7 @@
%post
/sbin/chkconfig --add cups
%service cups restart "cups daemon"
-/sbin/rmmod usblp > /dev/null 2>&1
+/sbin/rmmod usblp > /dev/null 2>&1 || :
%preun
if [ "$1" = "0" ]; then
@@ -751,6 +751,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.270 2009/09/16 19:03:39 arekm
+- rel 5; fixed post script
+
Revision 1.269 2009/09/15 20:58:09 arekm
rel 4; blacklist usblp
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cups/cups.spec?r1=1.269&r2=1.270&f=u
More information about the pld-cvs-commit
mailing list