[mod_bw/f17] Do not require httpd itself (related to #803067)

Jakub Hrozek jhrozek at fedoraproject.org
Wed Mar 14 09:39:56 UTC 2012


commit 44cff39c2d07dab4d89cee44b9220b0b79c809a0
Author: Jakub Hrozek <jhrozek at redhat.com>
Date:   Wed Mar 14 10:39:34 2012 +0100

    Do not require httpd itself (related to #803067)

 mod_bw.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/mod_bw.spec b/mod_bw.spec
index e629807..8f3f639 100644
--- a/mod_bw.spec
+++ b/mod_bw.spec
@@ -2,7 +2,7 @@
 
 Name:           mod_bw
 Version:        0.8
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Bandwidth Limiter For Apache
 
 Group:          System Environment/Daemons
@@ -13,7 +13,6 @@ Source1:        mod_bw.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  httpd-devel
-Requires:       httpd
 Requires:       httpd-mmn = %{_httpd_mmn}
 
 %description
@@ -52,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Mar 14 2012 Jakub Hrozek <jhrozek at redhat.com> - 0.8-7
+- Do not require httpd itself
+
 * Wed Mar 14 2012 Jakub Hrozek <jhrozek at redhat.com> - 0.8-6
 - Require httpd-mmn (#803067)
 


More information about the scm-commits mailing list