[mod_auth_kerb] add Requires(pre) for httpd to ensure apache uid exists at install time

jorton jorton at fedoraproject.org
Wed Aug 8 15:53:05 UTC 2012


commit 745331385b19bcc38244918e0e019430cac466ab
Author: Joe Orton <jorton at redhat.com>
Date:   Wed Aug 8 16:53:01 2012 +0100

    add Requires(pre) for httpd to ensure apache uid exists at install time

 mod_auth_kerb.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/mod_auth_kerb.spec b/mod_auth_kerb.spec
index a3c1624..0790ad4 100644
--- a/mod_auth_kerb.spec
+++ b/mod_auth_kerb.spec
@@ -8,7 +8,7 @@
 Summary: Kerberos authentication module for HTTP
 Name: mod_auth_kerb
 Version: 5.4
-Release: 18%{?dist}
+Release: 19%{?dist}
 License: BSD and MIT and ASL 2.0
 Group: System Environment/Daemons
 URL: http://modauthkerb.sourceforge.net/
@@ -24,6 +24,7 @@ Patch6: mod_auth_kerb-5.4-cachedir.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: httpd-devel, krb5-devel
 Requires: httpd-mmn = %{_httpd_mmn}
+Requires(pre): httpd
 
 %description
 mod_auth_kerb is module for the Apache HTTP Server designed to
@@ -84,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0700,apache,apache) %dir /run/httpd/krbcache
 
 %changelog
+* Wed Aug  8 2012 Joe Orton <jorton at redhat.com> - 5.4-19
+- add Requires(pre) for httpd to ensure apache uid exists at install time
+
 * Wed Aug  8 2012 Joe Orton <jorton at redhat.com> - 5.4-18
 - move ccache to /run/httpd/ccache
 


More information about the scm-commits mailing list