summaryrefslogtreecommitdiffstats
path: root/specs/pki-core.spec
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-09 10:56:42 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-12 12:04:09 -0500
commit9bb7143f4d1c84b65233e41a7c41c8213ca6e61b (patch)
tree1f627e8f07c8d96257cfe9251897f480ed44d358 /specs/pki-core.spec
parent46fda5d944772ac62675570037785e39c517002b (diff)
downloadpki-9bb7143f4d1c84b65233e41a7c41c8213ca6e61b.tar.gz
pki-9bb7143f4d1c84b65233e41a7c41c8213ca6e61b.tar.xz
pki-9bb7143f4d1c84b65233e41a7c41c8213ca6e61b.zip
Removed CA, KRA, OCSP, TKS theme packages.
The build scripts and spec files have been updated to no longer create the theme packages for CA, KRA, OCSP, and TKS. Ticket #407
Diffstat (limited to 'specs/pki-core.spec')
-rw-r--r--specs/pki-core.spec9
1 files changed, 4 insertions, 5 deletions
diff --git a/specs/pki-core.spec b/specs/pki-core.spec
index 0d2c39d39..6e6bd37ce 100644
--- a/specs/pki-core.spec
+++ b/specs/pki-core.spec
@@ -14,7 +14,7 @@ distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Name: pki-core
Version: 10.0.0
-Release: %{?relprefix}50%{?prerel}%{?dist}
+Release: %{?relprefix}51%{?prerel}%{?dist}
Summary: Certificate System - PKI Core Components
URL: http://pki.fedoraproject.org/
License: GPLv2
@@ -389,7 +389,6 @@ Group: System Environment/Daemons
BuildArch: noarch
Requires: java >= 1:1.6.0
-Requires: pki-ca-theme >= 10.0.0
Requires: pki-server = %{version}-%{release}
%if 0%{?fedora} >= 16
Requires(post): systemd-units
@@ -437,7 +436,6 @@ Group: System Environment/Daemons
BuildArch: noarch
Requires: java >= 1:1.6.0
-Requires: pki-kra-theme >= 10.0.0
Requires: pki-server = %{version}-%{release}
%if 0%{?fedora} >= 16
Requires(post): systemd-units
@@ -491,7 +489,6 @@ Group: System Environment/Daemons
BuildArch: noarch
Requires: java >= 1:1.6.0
-Requires: pki-ocsp-theme >= 10.0.0
Requires: pki-server = %{version}-%{release}
%if 0%{?fedora} >= 16
Requires(post): systemd-units
@@ -552,7 +549,6 @@ Group: System Environment/Daemons
BuildArch: noarch
Requires: java >= 1:1.6.0
-Requires: pki-tks-theme >= 10.0.0
Requires: pki-server = %{version}-%{release}
Requires: pki-symkey = %{version}-%{release}
%if 0%{?fedora} >= 16
@@ -1273,6 +1269,9 @@ fi
%changelog
+* Fri Nov 9 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.51.b2
+- Removed dependency on CA, KRA, OCSP, TKS theme packages.
+
* Thu Nov 8 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.50.b2
- Renamed pki-common-theme to pki-server-theme.