[pki-console/f18] Resolves Trac #349 - Create alpha2 builds

Ade Lee vakwetu at fedoraproject.org
Mon Oct 1 20:00:34 UTC 2012


commit a6c63a3fd5d01afab8de195f1fe44dd988c3fac6
Author: Ade Lee <alee at redhat.com>
Date:   Mon Oct 1 16:00:30 2012 -0400

    Resolves Trac #349 - Create alpha2 builds

 .gitignore       |    1 +
 pki-console.spec |   13 ++++++++++---
 sources          |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2729f1d..8cc7fe6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ pki-console-1.3.2.tar.gz
 /pki-console-9.0.4.tar.gz
 /pki-console-9.0.5.tar.gz
 /pki-console-10.0.0.a1.tar.gz
+/pki-console-10.0.0.a2.tar.gz
diff --git a/pki-console.spec b/pki-console.spec
index 5821db1..01e0e30 100644
--- a/pki-console.spec
+++ b/pki-console.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 .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.
 
 Name:             pki-console
 Version:          10.0.0
-Release:          %{?relprefix}7%{?prerel}%{?dist}
+Release:          %{?relprefix}8%{?prerel}%{?dist}
 Summary:          Certificate System - PKI Console
 URL:              http://pki.fedoraproject.org/
 License:          GPLv2
@@ -79,7 +79,8 @@ following "Mutually-Exclusive" PKI Theme packages:
 %build
 %{__mkdir_p} build
 cd build
-%cmake -DVAR_INSTALL_DIR:PATH=/var \
+%cmake -DVERSION=%{version}-%{release} \
+	-DVAR_INSTALL_DIR:PATH=/var \
     -DBUILD_PKI_CONSOLE:BOOL=ON \
     -DJAVA_LIB_INSTALL_DIR=%{_jnidir} \
     %{?_without_javadoc:-DWITH_JAVADOC:BOOL=OFF} \
@@ -101,6 +102,12 @@ cd build
 
 
 %changelog
+* Mon Oct 1 2012 Ade Lee <alee at redhat.com> 10.0.0-0.8.a2
+- Update release to a2
+
+* Sun Sep 30 2012 Endi S. Dewata <edewata at redhat.com> 10.0.0-0.8.a1
+- Modified CMake to use RPM version number
+
 * Thu Aug 30 2012 Endi S. Dewata <edewata at redhat.com> 10.0.0-0.7.a1
 - Added runtime dependency on pki-base
 
diff --git a/sources b/sources
index 70d489c..31a681d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1afd8ef6c6896a6b43d23ddd98b85260  pki-console-10.0.0.a1.tar.gz
+0cd0bc1ca47c373fdfaa7ad7d8c4e978  pki-console-10.0.0.a2.tar.gz


More information about the scm-commits mailing list