diff --git a/foomatic.spec b/foomatic.spec index 587c242..63b2d99 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -4,7 +4,7 @@ Summary: Database of printers and printer drivers Name: foomatic Version: %{enginever} -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -48,7 +48,7 @@ Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)") BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Provides: perl(Foomatic::GrovePath) # For 'rm' and '/sbin/service' in post -PreReq: fileutils initscripts +Requires: fileutils initscripts # foomatic-filters checks for a conversion utility (bug #124931). BuildRequires: mpage @@ -164,6 +164,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name} %{_var}/cache/foomatic %changelog +* Thu Jan 21 2010 Tim Waugh - 4.0.3-10 +- Use Requires not PreReq (bug #225768). + * Tue Jan 19 2010 Tim Waugh - 4.0.3-9 - Fix for handling integer options (bug #531278).