[mod_auth_shadow] updated requires

Jan Klepek hpejakle at fedoraproject.org
Mon Apr 9 15:46:03 UTC 2012


commit b753906481d41cf5cc0562c729910fef86bcad5e
Author: hpejakle <hpejakle at localhost.localdomain>
Date:   Sat Mar 17 11:46:05 2012 -0400

    updated requires

 mod_auth_shadow.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/mod_auth_shadow.spec b/mod_auth_shadow.spec
index 3402f3b..c150749 100644
--- a/mod_auth_shadow.spec
+++ b/mod_auth_shadow.spec
@@ -1,6 +1,8 @@
+%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}}
+
 Name:		mod_auth_shadow
 Version:	2.2
-Release:	10%{?dist}
+Release:	11%{?dist}
 Source:		http://downloads.sourceforge.net/mod-auth-shadow/%{name}-%{version}.tar.gz
 Source1:	mod_auth_shadow.conf
 Patch0:		mod_auth_shadow-2.2-CVE-2010-1151.patch
@@ -10,6 +12,7 @@ Group:		System Environment/Daemons
 Summary:	An Apache module for authentication using /etc/shadow
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	httpd-devel
+Requires: httpd-mmn = %{_httpd_mmn}
 %description
 
 When performing this task one encounters one fundamental
@@ -56,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc CHANGES INSTALL README COPYING
 
 %changelog
+* Sat Mar 17 2012 Jan Klepek <jan.klepek at gmail.com> - 2.2-11
+- updated requires
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list