[httpd] add /usr/bin/useradd dependency to -filesystem requires

Jan Kaluža jkaluza at fedoraproject.org
Fri Aug 15 07:34:43 UTC 2014


commit 5ee418c3b4ef0d3f7faeac34410e87e533ec6d88
Author: Jan Kaluza <jkaluza at redhat.com>
Date:   Fri Aug 15 09:34:45 2014 +0200

    add /usr/bin/useradd dependency to -filesystem requires

 httpd.spec |    6 +++++-
 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 at redhat.com> - 2.4.10-4
+- add /usr/bin/useradd dependency to -filesystem requires
+
 * Thu Aug 14 2014 Jan Kaluza <jkaluza at redhat.com> - 2.4.10-3
 - fix creating apache user in pre script (#1128328)
 


More information about the scm-commits mailing list