- Use Requires not PreReq (bug #225768).
This commit is contained in:
parent
4b6d47ffe3
commit
5079300613
@ -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 <twaugh@redhat.com> - 4.0.3-10
|
||||
- Use Requires not PreReq (bug #225768).
|
||||
|
||||
* Tue Jan 19 2010 Tim Waugh <twaugh@redhat.com> - 4.0.3-9
|
||||
- Fix for handling integer options (bug #531278).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user