From: Graham Leggett Date: Sun, 6 Jan 2013 23:17:33 +0000 (+0000) Subject: rpm spec: Ensure we are prioritised above mod_ssl on Redhat derivatives. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=849c7228eb5e32d5323d678585818111d6d8c7ff;p=thirdparty%2Fapache%2Fhttpd.git rpm spec: Ensure we are prioritised above mod_ssl on Redhat derivatives. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1429610 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/rpm/httpd.spec.in b/build/rpm/httpd.spec.in index 258021bf0dc..4ab835bebc0 100644 --- a/build/rpm/httpd.spec.in +++ b/build/rpm/httpd.spec.in @@ -109,10 +109,11 @@ object cache to use the distcache shared caching mechanism. %package -n mod_ssl Group: System Environment/Daemons Summary: SSL/TLS module for the Apache HTTP server +Epoch: 1 BuildRequires: openssl-devel Requires(post): openssl, /bin/cat Requires(pre): httpd -Requires: httpd = %{version}-%{release}, httpd-mmn = %{mmn} +Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmn} %description -n mod_ssl The mod_ssl module provides strong cryptography for the Apache Web