[dogtag-pki] Resolves Trac #349 - Create alpha2 builds

Ade Lee vakwetu at fedoraproject.org
Mon Oct 1 20:09:11 UTC 2012


commit 3a77138c431b191dce4413ed8e5db9c79142dc90
Author: Ade Lee <alee at redhat.com>
Date:   Mon Oct 1 16:09:07 2012 -0400

    Resolves Trac #349 - Create alpha2 builds

 dogtag-pki.spec |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/dogtag-pki.spec b/dogtag-pki.spec
index 3b5254d..1130249 100644
--- a/dogtag-pki.spec
+++ b/dogtag-pki.spec
@@ -1,14 +1,14 @@
 # for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
 # also remove the space between % and global - this space is needed because
 # fedpkg verrel stupidly ignores comment lines
-%global prerel .a1
+%global prerel .a2
 # also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
 %global relprefix 0.
 
 Summary:          Dogtag Public Key Infrastructure (PKI) Suite
 Name:             dogtag-pki
 Version:          10.0.0
-Release:          %{?relprefix}8%{?prerel}%{?dist}
+Release:          %{?relprefix}9%{?prerel}%{?dist}
 # The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2
 License:          GPLv2 and LGPLv2
 URL:              http://pki.fedoraproject.org/
@@ -99,16 +99,13 @@ Requires:         pki-ca >= %{pki_core_version}
 Requires:         pki-server >= %{pki_core_version}
 Requires:         pki-tools >= %{pki_core_version}
 Requires:         pki-selinux >= %{pki_core_version}
-Requires:         pki-setup >= %{pki_core_version}
 Requires:         pki-silent >= %{pki_core_version}
 Requires:         pki-symkey >= %{pki_core_version}
 Requires:         pki-base >= %{pki_core_version}
 
 # Make certain that this 'meta' package requires the latest version(s)
 # of ALL Dogtag PKI core javadocs
-Requires:         pki-common-javadoc >= %{pki_core_version}
-Requires:         pki-java-tools-javadoc >= %{pki_core_version}
-Requires:         pki-util-javadoc >= %{pki_core_version}
+Requires:         pki-javadoc >= %{pki_core_version}
 
 # Make certain that this 'meta' package requires the latest version(s)
 # of ALL other Dogtag PKI subsystems
@@ -197,6 +194,13 @@ rm -rf %{buildroot}
 %doc README
 
 %changelog
+* Mon Oct 1 2012 Ade Lee <alee at redhat.com> 10.0.0-0.9.a2
+- Update release to a2
+
+* Mon Sep 24 2012 Endi S. Dewata <edewata at redhat.com> 10.0.0-0.9.a1
+- Merged pki-setup into pki-server
+- Fixed pki-javadoc dependency
+
 * Wed Aug 22 2012 Endi S. Dewata <edewata at redhat.com> 10.0.0-0.8.a1
 - Replaced pki-native-tools and pki-java-tools with pki-tools
 


More information about the scm-commits mailing list