- Don't show output when upgrading cups sub-package (bug #507324).
This commit is contained in:
parent
c2d829473f
commit
7f8e3d361c
@ -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@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@lists.fedoraproject.org> - 5.2.3-7
|
||||
|
Loading…
Reference in New Issue
Block a user