- Silence gutenprint-foomaticppdupdate on gutenprint-foomatic upgrade.
This commit is contained in:
parent
d04f4d5060
commit
ad8eb98455
@ -4,7 +4,7 @@
|
|||||||
Name: gutenprint
|
Name: gutenprint
|
||||||
Summary: Printer Drivers Package.
|
Summary: Printer Drivers Package.
|
||||||
Version: 5.2.4
|
Version: 5.2.4
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://gimp-print.sourceforge.net/
|
URL: http://gimp-print.sourceforge.net/
|
||||||
Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
|
Source0: http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
|
||||||
@ -254,13 +254,16 @@ exit 0
|
|||||||
%post foomatic
|
%post foomatic
|
||||||
/bin/rm -f /var/cache/foomatic/*
|
/bin/rm -f /var/cache/foomatic/*
|
||||||
if [ $1 -eq 2 ]; then
|
if [ $1 -eq 2 ]; then
|
||||||
%{_sbindir}/gutenprint-foomaticppdupdate %{version} || :
|
%{_sbindir}/gutenprint-foomaticppdupdate %{version} >/dev/null 2>&1 || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun foomatic
|
%postun foomatic
|
||||||
/bin/rm -f /var/cache/foomatic/*
|
/bin/rm -f /var/cache/foomatic/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 3 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-3
|
||||||
|
- Silence gutenprint-foomaticppdupdate on gutenprint-foomatic upgrade.
|
||||||
|
|
||||||
* Fri Jul 31 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-2
|
* Fri Jul 31 2009 Tim Waugh <twaugh@redhat.com> 5.2.4-2
|
||||||
- 5.2.4. Re-enabled compiler optimization for ppc64.
|
- 5.2.4. Re-enabled compiler optimization for ppc64.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user