summaryrefslogtreecommitdiffstats
path: root/specs/pki-core.spec
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2012-07-24 11:28:29 -0700
committerMatthew Harmsen <mharmsen@redhat.com>2012-07-25 14:19:38 -0700
commit14243746edd14be2564b625c4a940c4723c168f1 (patch)
tree08a04fca8621eea207d3df1e55e56c931e1c4f64 /specs/pki-core.spec
parentca401c4f9e30ab59cb12fc4098aec21b660f686f (diff)
downloadpki-14243746edd14be2564b625c4a940c4723c168f1.tar.gz
pki-14243746edd14be2564b625c4a940c4723c168f1.tar.xz
pki-14243746edd14be2564b625c4a940c4723c168f1.zip
PKI Deployment Scriptlets
* PKI TRAC Ticket #244 - Non-user-friendly message when deleting non-existent subsystem with pkidestroy * PKI TRAC Ticket #246 - Incorrect parameter names in pkispawn configuration * PKI TRAC Ticket #248 - pki_ds_database should not be a DN * PKI TRAC Ticket #249 - pki_ds_base_dn causing pkispawn failure * PKI TRAC Ticket #250 - Creating/removing custom instances should not require http/ajp ports * PKI TRAC Ticket #251 - Instance name may conflict with other files * PKI TRAC Ticket #253 - Fix pki-destroy removal of '/var/log/pki/{pki_instance_id}' directory . . . * PKI TRAC Ticket #254 - Dogtag 10: Fix spec file to build successfully via mock on Fedora 17 . . . * PKI TRAC Ticket #255 - Missing resteasy-atom-provider.jar * PKI TRAC Ticket #260 - Dogtag 10: Change the layout of 'pki_instance_id' . . .
Diffstat (limited to 'specs/pki-core.spec')
-rw-r--r--specs/pki-core.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/specs/pki-core.spec b/specs/pki-core.spec
index 1ef05ccb0..58b8df01d 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}19%{?prerel}%{?dist}
+Release: %{?relprefix}20%{?prerel}%{?dist}
Summary: Certificate System - PKI Core Components
URL: http://pki.fedoraproject.org/
License: GPLv2
@@ -44,6 +44,9 @@ BuildRequires: xerces-j2
%if 0%{?fedora} >= 17
BuildRequires: resteasy >= 2.3.2-1
BuildRequires: junit
+# NOTE: The following requirement is for nightly 'mock' builds ONLY since
+# Dogtag 10 will NEVER be officially released on Fedora 17!
+BuildRequires: tomcatjss >= 7.0.0
%else
BuildRequires: junit4
%endif
@@ -1431,6 +1434,10 @@ fi
%changelog
+* Tue Jul 24 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.20.a1
+- PKI TRAC Task #254 - Dogtag 10: Fix spec file to build successfully
+ via mock on Fedora 17 . . .
+
* Wed Jul 11 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.19.a1
- Moved 'pki-jndi-real.jar' link from 'tomcat6' to 'tomcat' (Tomcat 7)