From 761a047420744b97f8ab567534584ca6f126341f Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Mon, 1 Oct 2012 15:11:32 -0400 Subject: Updated release to a2 --- scripts/compose_dogtag_pki_theme_packages | 2 +- scripts/compose_ipa_pki_theme_packages | 2 +- scripts/compose_pki_console_packages | 2 +- scripts/compose_pki_core_packages | 2 +- scripts/compose_pki_migrate_packages | 2 +- scripts/compose_pki_ra_packages | 2 +- scripts/compose_pki_tps_packages | 2 +- specs/dogtag-pki-theme.spec | 5 ++++- specs/dogtag-pki.spec | 5 ++++- specs/ipa-pki-theme.spec | 5 ++++- specs/pki-console.spec | 5 ++++- specs/pki-core.spec | 5 ++++- specs/pki-migrate.spec | 5 ++++- specs/pki-ra.spec | 5 ++++- specs/pki-tps.spec | 5 ++++- 15 files changed, 39 insertions(+), 15 deletions(-) diff --git a/scripts/compose_dogtag_pki_theme_packages b/scripts/compose_dogtag_pki_theme_packages index 4eefe240d..6bd2cdf3c 100755 --- a/scripts/compose_dogtag_pki_theme_packages +++ b/scripts/compose_dogtag_pki_theme_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## DOGTAG_PKI_THEME="dogtag-pki-theme" -DOGTAG_PKI_THEME_VERSION="10.0.0.a1" +DOGTAG_PKI_THEME_VERSION="10.0.0.a2" ## diff --git a/scripts/compose_ipa_pki_theme_packages b/scripts/compose_ipa_pki_theme_packages index f2ef9042b..207eadde9 100755 --- a/scripts/compose_ipa_pki_theme_packages +++ b/scripts/compose_ipa_pki_theme_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## IPA_PKI_THEME="ipa-pki-theme" -IPA_PKI_THEME_VERSION="10.0.0.a1" +IPA_PKI_THEME_VERSION="10.0.0.a2" ## diff --git a/scripts/compose_pki_console_packages b/scripts/compose_pki_console_packages index a163525c3..d2ffbabb7 100755 --- a/scripts/compose_pki_console_packages +++ b/scripts/compose_pki_console_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## PKI_CONSOLE="pki-console" -PKI_CONSOLE_VERSION="10.0.0.a1" +PKI_CONSOLE_VERSION="10.0.0.a2" ## diff --git a/scripts/compose_pki_core_packages b/scripts/compose_pki_core_packages index dc13b63b0..afcc51ef2 100755 --- a/scripts/compose_pki_core_packages +++ b/scripts/compose_pki_core_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## PKI_CORE="pki-core" -PKI_CORE_VERSION="10.0.0.a1" +PKI_CORE_VERSION="10.0.0.a2" ## diff --git a/scripts/compose_pki_migrate_packages b/scripts/compose_pki_migrate_packages index 39789f897..ed0488bf3 100755 --- a/scripts/compose_pki_migrate_packages +++ b/scripts/compose_pki_migrate_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## PKI_MIGRATE="pki-migrate" -PKI_MIGRATE_VERSION="10.0.0.a1" +PKI_MIGRATE_VERSION="10.0.0.a2" ## diff --git a/scripts/compose_pki_ra_packages b/scripts/compose_pki_ra_packages index b5ff90f03..e0ee1b464 100755 --- a/scripts/compose_pki_ra_packages +++ b/scripts/compose_pki_ra_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## PKI_RA="pki-ra" -PKI_RA_VERSION="10.0.0.a1" +PKI_RA_VERSION="10.0.0.a2" ## diff --git a/scripts/compose_pki_tps_packages b/scripts/compose_pki_tps_packages index eb7738641..377f9a9ee 100755 --- a/scripts/compose_pki_tps_packages +++ b/scripts/compose_pki_tps_packages @@ -31,7 +31,7 @@ PKI_PWD=`pwd` ## PKI_TPS="pki-tps" -PKI_TPS_VERSION="10.0.0.a1" +PKI_TPS_VERSION="10.0.0.a2" ## diff --git a/specs/dogtag-pki-theme.spec b/specs/dogtag-pki-theme.spec index e7699d220..154c025e8 100644 --- a/specs/dogtag-pki-theme.spec +++ b/specs/dogtag-pki-theme.spec @@ -1,7 +1,7 @@ # 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. @@ -361,6 +361,9 @@ chmod 755 %{buildroot}%{_datadir}/pki/tps-ui/cgi-bin/sow/cfg.pl %changelog +* Mon Oct 1 2012 Ade Lee 10.0.0-0.2.a2 +- Update release to a2 + * Sun Sep 30 2012 Endi S. Dewata 10.0.0-0.2.a1 - Modified CMake to use RPM version number diff --git a/specs/dogtag-pki.spec b/specs/dogtag-pki.spec index 698b07937..113024950 100644 --- a/specs/dogtag-pki.spec +++ b/specs/dogtag-pki.spec @@ -1,7 +1,7 @@ # 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. @@ -194,6 +194,9 @@ rm -rf %{buildroot} %doc README %changelog +* Mon Oct 1 2012 Ade Lee 10.0.0-0.9.a2 +- Update release to a2 + * Mon Sep 24 2012 Endi S. Dewata 10.0.0-0.9.a1 - Merged pki-setup into pki-server - Fixed pki-javadoc dependency diff --git a/specs/ipa-pki-theme.spec b/specs/ipa-pki-theme.spec index 5ebc8ce71..e88761405 100644 --- a/specs/ipa-pki-theme.spec +++ b/specs/ipa-pki-theme.spec @@ -1,7 +1,7 @@ # 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. @@ -135,6 +135,9 @@ cd build %changelog +* Mon Oct 1 2012 Ade Lee 10.0.0-0.2.a2 +- Update release to a2 + * Sun Sep 30 2012 Endi S. Dewata 10.0.0-0.2.a1 - Modified CMake to use RPM version number diff --git a/specs/pki-console.spec b/specs/pki-console.spec index d2d892a3d..01e0e3029 100644 --- a/specs/pki-console.spec +++ b/specs/pki-console.spec @@ -1,7 +1,7 @@ # 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. @@ -102,6 +102,9 @@ cd build %changelog +* Mon Oct 1 2012 Ade Lee 10.0.0-0.8.a2 +- Update release to a2 + * Sun Sep 30 2012 Endi S. Dewata 10.0.0-0.8.a1 - Modified CMake to use RPM version number diff --git a/specs/pki-core.spec b/specs/pki-core.spec index 788afdb53..de46f0bc0 100644 --- a/specs/pki-core.spec +++ b/specs/pki-core.spec @@ -1,7 +1,7 @@ # 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. @@ -1299,6 +1299,9 @@ fi %changelog +* Mon Oct 1 2012 Ade Lee 10.0.0-0.36.a2 +- Update release to a2 + * Sun Sep 30 2012 Endi S. Dewata 10.0.0-0.36.a1 - Modified CMake to use RPM version number diff --git a/specs/pki-migrate.spec b/specs/pki-migrate.spec index 8334b928b..d78cf54b9 100644 --- a/specs/pki-migrate.spec +++ b/specs/pki-migrate.spec @@ -1,7 +1,7 @@ # 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. @@ -78,6 +78,9 @@ cd build %changelog +* Mon Oct 1 2012 Ade Lee 10.0.0-0.2.a2 +- Update release to a2 + * Sun Sep 30 2012 Endi S. Dewata 10.0.0-0.2.a1 - Modified CMake to use RPM version number diff --git a/specs/pki-ra.spec b/specs/pki-ra.spec index c6debdacc..98e072652 100644 --- a/specs/pki-ra.spec +++ b/specs/pki-ra.spec @@ -1,7 +1,7 @@ # 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. @@ -248,6 +248,9 @@ fi %changelog +* Mon Oct 1 2012 Ade Lee 10.0.0-0.8.a2 +- Update release to a2 + * Sun Sep 30 2012 Endi S. Dewata 10.0.0-0.8.a1 - Modified CMake to use RPM version number diff --git a/specs/pki-tps.spec b/specs/pki-tps.spec index b5d811f5b..a7e1b7f8f 100644 --- a/specs/pki-tps.spec +++ b/specs/pki-tps.spec @@ -1,7 +1,7 @@ # 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. @@ -283,6 +283,9 @@ fi %changelog +* Mon Oct 1 2012 Ade Lee 10.0.0-0.8.a2 +- Update release to a2 + * Sun Sep 30 2012 Endi S. Dewata 10.0.0-0.8.a1 - Modified CMake to use RPM version number -- cgit