summaryrefslogtreecommitdiffstats
path: root/httpd.spec
diff options
context:
space:
mode:
authorJan Kaluza <jkaluza@redhat.com>2014-08-15 09:34:45 +0200
committerJan Kaluza <jkaluza@redhat.com>2014-08-15 09:34:45 +0200
commit5ee418c3b4ef0d3f7faeac34410e87e533ec6d88 (patch)
tree58fcf341686fc8a715cef515f054345ff8a5ee20 /httpd.spec
parent34169cb8c8e8e28439e02f52f42d115deea2d831 (diff)
downloadhttpd-5ee418c3b4ef0d3f7faeac34410e87e533ec6d88.tar.gz
httpd-5ee418c3b4ef0d3f7faeac34410e87e533ec6d88.tar.xz
httpd-5ee418c3b4ef0d3f7faeac34410e87e533ec6d88.zip
add /usr/bin/useradd dependency to -filesystem requires
Diffstat (limited to 'httpd.spec')
-rw-r--r--httpd.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/httpd.spec b/httpd.spec
index dfadc67..812b7e8 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -14,7 +14,7 @@
Summary: Apache HTTP Server
Name: httpd
Version: 2.4.10
-Release: 3%{?dist}
+Release: 4%{?dist}
URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
Source1: index.html
@@ -124,6 +124,7 @@ also be found at http://httpd.apache.org/docs/2.2/.
Group: System Environment/Daemons
Summary: The basic directory layout for the Apache HTTP server
BuildArch: noarch
+Requires(pre): /usr/sbin/useradd
%description filesystem
The httpd-filesystem package contains the basic directory layout
@@ -658,6 +659,9 @@ rm -rf $RPM_BUILD_ROOT
%{_rpmconfigdir}/macros.d/macros.httpd
%changelog
+* Fri Aug 15 2014 Jan Kaluza <jkaluza@redhat.com> - 2.4.10-4
+- add /usr/bin/useradd dependency to -filesystem requires
+
* Thu Aug 14 2014 Jan Kaluza <jkaluza@redhat.com> - 2.4.10-3
- fix creating apache user in pre script (#1128328)