rpms/foomatic/devel foomatic.spec,1.234,1.235

Tim Waugh twaugh at fedoraproject.org
Thu Jan 21 16:35:45 UTC 2010


Author: twaugh

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

Modified Files:
	foomatic.spec 
Log Message:
* Thu Jan 21 2010 Tim Waugh <twaugh at redhat.com> - 4.0.3-10
- Use Requires not PreReq (bug #225768).



Index: foomatic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/foomatic/devel/foomatic.spec,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -p -r1.234 -r1.235
--- foomatic.spec	19 Jan 2010 17:03:47 -0000	1.234
+++ foomatic.spec	21 Jan 2010 16:35:45 -0000	1.235
@@ -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
 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 at redhat.com> - 4.0.3-10
+- Use Requires not PreReq (bug #225768).
+
 * Tue Jan 19 2010 Tim Waugh <twaugh at redhat.com> - 4.0.3-9
 - Fix for handling integer options (bug #531278).
 



More information about the scm-commits mailing list