diff options
author | Graham Leggett <minfrin@apache.org> | 2013-01-27 17:32:20 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2013-01-27 17:32:20 +0100 |
commit | fddcc9c8a1d5c8512a901ff05c67d462c2fac427 (patch) | |
tree | baca3ca003520bf9ebba6b49a257c4c91d8f13ec /build/rpm | |
parent | Add mod_macro to the RPM spec file. (diff) | |
download | apache2-fddcc9c8a1d5c8512a901ff05c67d462c2fac427.tar.xz apache2-fddcc9c8a1d5c8512a901ff05c67d462c2fac427.zip |
rpm: Bump the epoch on mod_proxy_html so that older separately packaged
versions of mod_proxy_html don't take precedence over us.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1439114 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rpm')
-rw-r--r-- | build/rpm/httpd.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index c37686dd1f..d0ef4c02c4 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -87,8 +87,9 @@ extended with scripts written in the Lua programming language. %package -n mod_proxy_html Group: System Environment/Daemons Summary: Proxy HTML filter modules for the Apache HTTP server +Epoch: 1 BuildRequires: libxml2-devel -Requires: httpd = %{version}-%{release}, httpd-mmn = %{mmn} +Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmn} %description -n mod_proxy_html The mod_proxy_html module for the Apache HTTP server provides |