From 452da8d9b6122b29a1d1df51fdba4b4a494c389a Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 29 Aug 2014 14:35:18 +0100 Subject: pull in httpd-filesystem as Requires(pre) (#1128328) Resolves: rhbz#1128328 --- httpd.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'httpd.spec') diff --git a/httpd.spec b/httpd.spec index 984160a..ed5e365 100644 --- a/httpd.spec +++ b/httpd.spec @@ -14,7 +14,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.10 -Release: 7%{?dist} +Release: 8%{?dist} URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: index.html @@ -86,7 +86,7 @@ Provides: mod_dav = %{version}-%{release}, httpd-suexec = %{version}-%{release} Provides: httpd-mmn = %{mmn}, httpd-mmn = %{mmnisa} Requires: httpd-tools = %{version}-%{release} Requires: httpd-filesystem = %{version}-%{release} -Requires(pre): /usr/sbin/useradd +Requires(pre): httpd-filesystem Requires(preun): systemd-units Requires(postun): systemd-units Requires(post): systemd-units @@ -149,7 +149,7 @@ Summary: SSL/TLS module for the Apache HTTP Server Epoch: 1 BuildRequires: openssl-devel Requires(post): openssl, /bin/cat -Requires(pre): httpd +Requires(pre): httpd-filesystem Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmnisa} Obsoletes: stronghold-mod_ssl @@ -667,6 +667,9 @@ rm -rf $RPM_BUILD_ROOT %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Fri Aug 29 2014 Joe Orton - 2.4.10-8 +- pull in httpd-filesystem as Requires(pre) (#1128328) + * Fri Aug 22 2014 Jan Kaluza - 2.4.10-7 - mod_systemd: updated to the latest version - use -lsystemd instead of -lsystemd-daemon (#1125084) -- cgit