rpms/gutenprint/devel gutenprint.spec,1.50,1.51

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


Author: twaugh

Update of /cvs/pkgs/rpms/gutenprint/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2764

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/devel/gutenprint.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- gutenprint.spec	30 Jul 2009 10:27:11 -0000	1.50
+++ gutenprint.spec	30 Jul 2009 10:29:28 -0000	1.51
@@ -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