diff options
author | Matthew Harmsen <mharmsen@redhat.com> | 2015-06-17 22:16:12 -0600 |
---|---|---|
committer | Matthew Harmsen <mharmsen@redhat.com> | 2015-06-17 22:16:12 -0600 |
commit | f2f6c1aac7ca434266edfccae5c2d770683c838b (patch) | |
tree | 429c6a2b13f398c728abf00efbf2fb170c6bb193 /specs | |
parent | ce50ced9c842f6232bf136ba77233f05e95c80b7 (diff) | |
download | pki-f2f6c1aac7ca434266edfccae5c2d770683c838b.tar.gz pki-f2f6c1aac7ca434266edfccae5c2d770683c838b.tar.xz pki-f2f6c1aac7ca434266edfccae5c2d770683c838b.zip |
Bugzilla Bug #1230970 - Errata TPS tests for rpm verification failed
Diffstat (limited to 'specs')
-rw-r--r-- | specs/pki-core.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/specs/pki-core.spec b/specs/pki-core.spec index 3c5589a34..0ed192483 100644 --- a/specs/pki-core.spec +++ b/specs/pki-core.spec @@ -33,7 +33,7 @@ distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Name: pki-core Version: 10.2.5 -Release: 0.1%{?dist} +Release: 0.2%{?dist} Summary: Certificate System - PKI Core Components URL: http://pki.fedoraproject.org/ License: GPLv2 @@ -738,7 +738,6 @@ end %endif %post -n pki-base -sed -i -e 's/^JNI_JAR_DIR=.*$/JNI_JAR_DIR=\/usr\/lib\/java/' %{_datadir}/pki/etc/pki.conf if [ $1 -eq 1 ] then @@ -969,6 +968,9 @@ systemctl daemon-reload %endif # %{with server} %changelog +* Wed Jun 17 2015 Dogtag Team <pki-devel@redhat.com> 10.2.5-0.2 +- Resolves rhbz #1230970 - Errata TPS tests for rpm verification failed + * Tue May 26 2015 Dogtag Team <pki-devel@redhat.com> 10.2.5-0.1 - Updated version number to 10.2.5-0.1 |