rpms/gutenprint/F-11 gutenprint.spec,1.49,1.50

Tim Waugh twaugh at fedoraproject.org
Thu Jul 30 10:29:13 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/gutenprint/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2660

Modified Files:
	gutenprint.spec 
Log Message:
* Thu Jul 30 2009 Tim Waugh <twaugh at redhat.com> 5.2.3-8
- Don't show output when upgrading cups sub-package (bug #507324).



Index: gutenprint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gutenprint/F-11/gutenprint.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- gutenprint.spec	30 Jul 2009 10:26:56 -0000	1.49
+++ gutenprint.spec	30 Jul 2009 10:29:13 -0000	1.50
@@ -190,7 +190,7 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %post cups
-/usr/sbin/cups-genppdupdate
+/usr/sbin/cups-genppdupdate >/dev/null 2>&1 || :
 /sbin/service cups reload >/dev/null 2>&1 || :
 exit 0
 
@@ -265,6 +265,7 @@ fi
 
 %changelog
 * Thu Jul 30 2009 Tim Waugh <twaugh at redhat.com> 5.2.3-8
+- Don't show output when upgrading cups sub-package (bug #507324).
 - Split documentation into doc sub-package (bug #492452).
 
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.2.3-7




More information about the fedora-extras-commits mailing list