summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2012-01-20 11:06:28 -0500
committerRob Crittenden <rcritten@redhat.com>2012-02-22 18:27:54 -0500
commit915286fed2771415b48f5476047b283b8a5fed3c (patch)
treea39ac4494fc7263e8df804ed9d76f604d6596957
parent7aeae93c3487e2b1159c8786065d4f6960c5cd92 (diff)
downloadfreeipa-915286fed2771415b48f5476047b283b8a5fed3c.tar.gz
freeipa-915286fed2771415b48f5476047b283b8a5fed3c.tar.xz
freeipa-915286fed2771415b48f5476047b283b8a5fed3c.zip
Add Conflicts on mod_ssl because it interferes with mod_proxy and dogtag
We had this in v1 but removed it with v2 because we no longer used TurboGears for the UI. Because we are now proxying requests to dogtag we need to re-add this so that mod_ssl doesn't interfere with our communication. mod_ssl always blindly registers itself as the SSL provider for mod_proxy. mod_nss will only register itself if mod_ssl hasn't already done so. https://fedorahosted.org/freeipa/ticket/2177
-rw-r--r--freeipa.spec.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index e1a8d19ca..ec6930e80 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -153,6 +153,10 @@ Requires(postun): python initscripts chkconfig
Conflicts: bind-dyndb-ldap < 1.0.0-0.1.b1
Conflicts: bind < 9.8.1-1
+# mod_proxy provides a single API to communicate over SSL. If mod_ssl
+# is even loaded into Apache then it grabs this interface.
+Conflicts: mod_ssl
+
Obsoletes: ipa-server >= 1.0
%description server
@@ -668,6 +672,9 @@ fi
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
%changelog
+* Thu Feb 23 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-17
+- Add Conflicts on mod_ssl
+
* Thu Feb 16 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-16
- Set min for 389-ds-base to 1.2.10.1-1 to fix install segfault,
schema replication.