diff options
| author | jorton <jorton@fedoraproject.org> | 2005-04-18 10:41:27 +0000 |
|---|---|---|
| committer | jorton <jorton@fedoraproject.org> | 2005-04-18 10:41:27 +0000 |
| commit | 98f24d7e8cc02232a26f9bef455e44b788eea4a5 (patch) | |
| tree | 802531561224172d24cf2ed0d4239557f04e0a96 | |
| parent | c8c880208c19a054cd3c3bfc7118f562e19b63fb (diff) | |
| download | httpd-98f24d7e8cc02232a26f9bef455e44b788eea4a5.tar.gz httpd-98f24d7e8cc02232a26f9bef455e44b788eea4a5.tar.xz httpd-98f24d7e8cc02232a26f9bef455e44b788eea4a5.zip | |
- replace PreReq with Requires(pre)httpd-2_0_54-4
| -rw-r--r-- | httpd.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 @@ Security (TLS) protocols. %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 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/suexec.8* %changelog +* Mon Apr 18 2005 Joe Orton <jorton@redhat.com> 2.0.54-4 +- replace PreReq with Requires(pre) + * Mon Apr 18 2005 Joe Orton <jorton@redhat.com> 2.0.54-3 - update to 2.0.54 |
