rpms/httpd/devel httpd.spec,1.61,1.62

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 18 10:41:29 UTC 2005


Update of /cvs/dist/rpms/httpd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16330

Modified Files:
	httpd.spec 
Log Message:
* Mon Apr 18 2005 Joe Orton <jorton at redhat.com> 2.0.54-4
- replace PreReq with Requires(pre) 



Index: httpd.spec
===================================================================
RCS file: /cvs/dist/rpms/httpd/devel/httpd.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- httpd.spec	18 Apr 2005 08:10:30 -0000	1.61
+++ httpd.spec	18 Apr 2005 10:41:27 -0000	1.62
@@ -7,7 +7,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.0.54
-Release: 3
+Release: 4
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
 Source1: index.html
@@ -132,7 +132,7 @@
 %package suexec
 Group: System Environment/Daemons
 Summary: suexec binary for the Apache HTTP server
-PreReq: httpd = %{version}-%{release}
+Requires(pre): httpd = %{version}-%{release}
 
 %description suexec
 This package includes the /usr/sbin/suexec binary which can be installed
@@ -577,6 +577,9 @@
 %{_mandir}/man8/suexec.8*
 
 %changelog
+* Mon Apr 18 2005 Joe Orton <jorton at redhat.com> 2.0.54-4
+- replace PreReq with Requires(pre) 
+
 * Mon Apr 18 2005 Joe Orton <jorton at redhat.com> 2.0.54-3
 - update to 2.0.54
 




More information about the fedora-cvs-commits mailing list