pull in httpd-filesystem as Requires(pre) (#1128328)
Resolves: rhbz#1128328
This commit is contained in:
parent
94399e06f8
commit
452da8d9b6
@ -14,7 +14,7 @@
|
|||||||
Summary: Apache HTTP Server
|
Summary: Apache HTTP Server
|
||||||
Name: httpd
|
Name: httpd
|
||||||
Version: 2.4.10
|
Version: 2.4.10
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
URL: http://httpd.apache.org/
|
URL: http://httpd.apache.org/
|
||||||
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
|
||||||
Source1: index.html
|
Source1: index.html
|
||||||
@ -86,7 +86,7 @@ Provides: mod_dav = %{version}-%{release}, httpd-suexec = %{version}-%{release}
|
|||||||
Provides: httpd-mmn = %{mmn}, httpd-mmn = %{mmnisa}
|
Provides: httpd-mmn = %{mmn}, httpd-mmn = %{mmnisa}
|
||||||
Requires: httpd-tools = %{version}-%{release}
|
Requires: httpd-tools = %{version}-%{release}
|
||||||
Requires: httpd-filesystem = %{version}-%{release}
|
Requires: httpd-filesystem = %{version}-%{release}
|
||||||
Requires(pre): /usr/sbin/useradd
|
Requires(pre): httpd-filesystem
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
@ -149,7 +149,7 @@ Summary: SSL/TLS module for the Apache HTTP Server
|
|||||||
Epoch: 1
|
Epoch: 1
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
Requires(post): openssl, /bin/cat
|
Requires(post): openssl, /bin/cat
|
||||||
Requires(pre): httpd
|
Requires(pre): httpd-filesystem
|
||||||
Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmnisa}
|
Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmnisa}
|
||||||
Obsoletes: stronghold-mod_ssl
|
Obsoletes: stronghold-mod_ssl
|
||||||
|
|
||||||
@ -667,6 +667,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_rpmconfigdir}/macros.d/macros.httpd
|
%{_rpmconfigdir}/macros.d/macros.httpd
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 29 2014 Joe Orton <jorton@redhat.com> - 2.4.10-8
|
||||||
|
- pull in httpd-filesystem as Requires(pre) (#1128328)
|
||||||
|
|
||||||
* Fri Aug 22 2014 Jan Kaluza <jkaluza@redhat.com> - 2.4.10-7
|
* Fri Aug 22 2014 Jan Kaluza <jkaluza@redhat.com> - 2.4.10-7
|
||||||
- mod_systemd: updated to the latest version
|
- mod_systemd: updated to the latest version
|
||||||
- use -lsystemd instead of -lsystemd-daemon (#1125084)
|
- use -lsystemd instead of -lsystemd-daemon (#1125084)
|
||||||
|
Loading…
Reference in New Issue
Block a user