[pki-ra] Resolves Dogtag Trac #359 - Create builds for beta 1

Ade Lee vakwetu at fedoraproject.org
Mon Oct 8 17:04:08 UTC 2012


commit 6d3d836e22650a1b4dfccbdff6f66f2312323c37
Author: Ade Lee <alee at redhat.com>
Date:   Mon Oct 8 13:04:06 2012 -0400

    Resolves Dogtag Trac #359 - Create builds for beta 1

 .gitignore  |    1 +
 pki-ra.spec |   15 ++++++++-------
 sources     |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c6ee653..4439677 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ pki-ra-1.3.1.tar.gz
 /pki-ra-9.0.4.tar.gz
 /pki-ra-10.0.0.a1.tar.gz
 /pki-ra-10.0.0.a2.tar.gz
+/pki-ra-10.0.0.b1.tar.gz
diff --git a/pki-ra.spec b/pki-ra.spec
index 98e0726..355935e 100644
--- a/pki-ra.spec
+++ b/pki-ra.spec
@@ -1,13 +1,13 @@
 # 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 .a2
+%global prerel .b1
 # also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
 %global relprefix 0.
 
 Name:             pki-ra
 Version:          10.0.0
-Release:          %{?relprefix}8%{?prerel}%{?dist}
+Release:          %{?relprefix}9%{?prerel}%{?dist}
 Summary:          Certificate System - Registration Authority
 URL:              http://pki.fedoraproject.org/
 License:          GPLv2
@@ -68,11 +68,6 @@ Core package:
   * pki-tools
   * pki-selinux
 
-and can also make use of the following optional components from the PKI Core
-package:
-
-  * pki-silent
-
 Additionally, Certificate System requires ONE AND ONLY ONE of the following
 "Mutually-Exclusive" PKI Theme packages:
 
@@ -248,6 +243,12 @@ fi
 
 
 %changelog
+* Mon Oct 8 2012 Ade Lee <alee at redhat.com> 10.0.0-0.9.b1
+- Update release to b1
+
+* Fri Oct 5 2012 Endi S. Dewata <edewata at redhat.com> 10.0.0-0.9.a2
+- Merged pki-silent into pki-server.
+
 * Mon Oct 1 2012 Ade Lee <alee at redhat.com> 10.0.0-0.8.a2
 - Update release to a2
 
diff --git a/sources b/sources
index c2d0302..b2d3e06 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-223bece1414b4e26c93a0f2db2c0d1ff  pki-ra-10.0.0.a2.tar.gz
+bcf5d2dd84ae2e357a596bd5f326f88c  pki-ra-10.0.0.b1.tar.gz


More information about the scm-commits mailing list