[httpd/f21] fix hostname requirement and conflict with openssl-libs

Jan Kaluža jkaluza at fedoraproject.org
Wed Sep 3 14:15:37 UTC 2014


commit 7b1e7f7c6791735f9678f1032c3bddfbf972f6c5
Author: Jan Kaluza <jkaluza at redhat.com>
Date:   Wed Sep 3 16:15:10 2014 +0200

    fix hostname requirement and conflict with openssl-libs

 httpd.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/httpd.spec b/httpd.spec
index 05ba3d7..0a3006c 100644
--- a/httpd.spec
+++ b/httpd.spec
@@ -14,7 +14,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.4.10
-Release: 8%{?dist}
+Release: 9%{?dist}
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
 Source1: index.html
@@ -148,12 +148,12 @@ Group: System Environment/Daemons
 Summary: SSL/TLS module for the Apache HTTP Server
 Epoch: 1
 BuildRequires: openssl-devel
-Requires(post): openssl, /bin/cat, /bin/hostname
+Requires(post): openssl, /bin/cat, hostname
 Requires(pre): httpd-filesystem
 Requires: httpd = 0:%{version}-%{release}, httpd-mmn = %{mmnisa}
 Obsoletes: stronghold-mod_ssl
 # Require an OpenSSL which supports PROFILE=SYSTEM
-Conflicts: openssl < 1:1.0.1h-4
+Conflicts: openssl-libs < 1:1.0.1h-4
 
 %description -n mod_ssl
 The mod_ssl module provides strong cryptography for the Apache Web
@@ -669,6 +669,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_rpmconfigdir}/macros.d/macros.httpd
 
 %changelog
+* Wed Sep 03 2014 Jan Kaluza <jkaluza at redhat.com> - 2.4.10-9
+- fix hostname requirement and conflict with openssl-libs
+
 * Fri Aug 29 2014 Joe Orton <jorton at redhat.com> - 2.4.10-8
 - pull in httpd-filesystem as Requires(pre) (#1128328)
 - fix cipher selection in default ssl.conf, depend on new OpenSSL (#1134348)


More information about the scm-commits mailing list