summaryrefslogtreecommitdiffstats
path: root/pki
diff options
context:
space:
mode:
authormharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-04-08 00:03:27 +0000
committermharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-04-08 00:03:27 +0000
commit8b0fba9d9cb928c135cdf5b858802ca3c1bc0870 (patch)
tree7411cd7b8158a89de60e1b0108da0e1b182dd76f /pki
parent2d36a39b98465de7c86ddc0f74bfb7783787fc21 (diff)
downloadpki-8b0fba9d9cb928c135cdf5b858802ca3c1bc0870.tar.gz
pki-8b0fba9d9cb928c135cdf5b858802ca3c1bc0870.tar.xz
pki-8b0fba9d9cb928c135cdf5b858802ca3c1bc0870.zip
Bugzilla Bug #580274 - Dogtag PKI Meta Package should "Conflict" with Red Hat
PKI Meta Package . . . git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1031 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki')
-rw-r--r--pki/dogtag/meta/dogtag-pki.spec19
1 files changed, 18 insertions, 1 deletions
diff --git a/pki/dogtag/meta/dogtag-pki.spec b/pki/dogtag/meta/dogtag-pki.spec
index a165ef802..6141c3a80 100644
--- a/pki/dogtag/meta/dogtag-pki.spec
+++ b/pki/dogtag/meta/dogtag-pki.spec
@@ -1,7 +1,7 @@
Summary: Dogtag Public Key Infrastructure (PKI) Suite
Name: dogtag-pki
Version: 1.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
# The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2
License: GPLv2 and LGPLv2
URL: http://pki.fedoraproject.org/
@@ -32,6 +32,19 @@ Requires: pki-common-javadoc
Requires: pki-java-tools-javadoc
Requires: pki-util-javadoc
+# NOTE: The 'Dogtag Certificate System' and 'Red Hat Certificate System'
+# may NOT co-exist on the same system!
+#
+# For example, with the advent of EPEL packages, a user may attempt to
+# install a Dogtag Certificate System on a system which already contains
+# a Red Hat Certificate System. Since the 'dogtag-pki' Meta package
+# conflicts with the 'redhat-pki' Meta package because it uses an
+# underlying Dogtag UI rather than an underlying Red Hat UI, disallow
+# this action by notifying the user that these two packages conflict.
+# (see Bugzilla Bug #580274 and Bugzilla Bug #580282 for details)
+#
+Conflicts: redhat-pki
+
%description
The Dogtag Public Key Infrastructure (PKI) Suite is comprised of the following
six subsystems and a client (for use by a Token Management System):
@@ -81,6 +94,10 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%changelog
+* Wed Apr 7 2010 Matthew Harmsen <mharmsen@redhat.com> 1.3.0-2
+- Bugzilla Bug #580274 - Dogtag PKI Meta Package should "Conflict" with
+ Red Hat PKI Meta Package . . .
+
* Thu Feb 11 2010 Matthew Harmsen <mharmsen@redhat.com> 1.3.0-1
- Initial build.