[mod_proxy_html/f17] Requires fix.

Jon Ciesla limb at fedoraproject.org
Tue Mar 27 14:42:35 UTC 2012


commit 3424a42e97fe758dceb785db654a02d3e128a926
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Mar 27 09:42:23 2012 -0500

    Requires fix.

 mod_proxy_html.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mod_proxy_html.spec b/mod_proxy_html.spec
index eacfcec..7af8bfa 100644
--- a/mod_proxy_html.spec
+++ b/mod_proxy_html.spec
@@ -1,14 +1,14 @@
 Summary: Output filter to rewrite HTML links in a proxy situation
 Name: mod_proxy_html
 Version: 3.1.2
-Release: 9%{?dist}
+Release: 9%{?dist}.1
 License: GPLv2
 Group: System Environment/Libraries
 URL: http://apache.webthing.com/mod_proxy_html/
 Source: http://apache.webthing.com/mod_proxy_html/mod_proxy_html-%{version}.tar.bz2
 Source1: README.selinux
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo missing)
+Requires: httpd
 BuildRequires: libxml2-devel httpd-devel
 
 %description
@@ -61,6 +61,9 @@ install -m 444 -D %{SOURCE1} %{buildroot}/%{_docdir}/%{name}-%{version}/
 
 
 %changelog
+* Tue Mar 27 2012 Jon Ciesla <limburgher at gmail.com> - 3.1.2-9.1
+- Requires fix.
+
 * Sat Jan 28 2012 Philip Prindeville <philipp at fedoraproject.org> - 3.1.2-9
 - Add README about settings required for running under selinux.
 


More information about the scm-commits mailing list