[dogtag-pki-theme/f18] Resolves Dogatg Trac Ticket 282 - Create official Fedora 18 PKI packages for Dogtag 10

Ade Lee vakwetu at fedoraproject.org
Fri Sep 14 18:52:13 UTC 2012


commit 69d341239d8cded016324140c65650498f75ccdf
Author: Ade Lee <alee at redhat.com>
Date:   Fri Sep 14 14:50:53 2012 -0400

    Resolves Dogatg Trac Ticket 282 - Create official Fedora 18 PKI packages for Dogtag 10

 .gitignore            |    1 +
 clog                  |   21 -------------------
 dogtag-pki-theme.spec |   53 ++++++++++++-------------------------------------
 sources               |    2 +-
 4 files changed, 15 insertions(+), 62 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ee0f0d..82e5c13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /dogtag-pki-theme-9.0.9.tar.gz
 /dogtag-pki-theme-9.0.10.tar.gz
 /dogtag-pki-theme-9.0.11.tar.gz
+/dogtag-pki-theme-10.0.0.a1.tar.gz
diff --git a/dogtag-pki-theme.spec b/dogtag-pki-theme.spec
index f3c48c6..abd436a 100644
--- a/dogtag-pki-theme.spec
+++ b/dogtag-pki-theme.spec
@@ -1,6 +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
+# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
+%global relprefix 0.
+
 Name:             dogtag-pki-theme
-Version:          9.0.11
-Release:          2%{?dist}
+Version:          10.0.0
+Release:          %{?relprefix}1%{?prerel}%{?dist}
 Summary:          Certificate System - Dogtag PKI Theme Components
 URL:              http://pki.fedoraproject.org/
 License:          GPLv2
@@ -18,7 +25,7 @@ BuildRequires:    jpackage-utils >= 1.7.5-10
 BuildRequires:    jpackage-utils
 %endif
 
-Source0:          http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}.tar.gz
+Source0:          http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}%{?prerel}.tar.gz
 
 %if 0%{?rhel}
 ExcludeArch:      ppc ppc64 s390 s390x
@@ -264,7 +271,7 @@ This package is used by the Dogtag Certificate System.
 %prep
 
 
-%setup -q
+%setup -q -n %{name}-%{version}%{?prerel}
 
 
 %clean
@@ -350,42 +357,8 @@ chmod 755 %{buildroot}%{_datadir}/pki/tps-ui/cgi-bin/sow/cfg.pl
 
 
 %changelog
-* Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 9.0.11-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Fri Mar  9 2012 Matthew Harmsen <mharmsen at redhat.com> 9.0.11-1
-- Bugzilla Bug #796006 - Get DOGTAG_9_BRANCH GIT repository in-sync
-  with DOGTAG_9_BRANCH SVN repository . . .
-- 'dogtag-pki-ca-theme'
--      Bugzilla Bug #768138 - Make sure that paging works correctly in CA
-       and DRM
--      Bugzilla Bug #703608 - Enrollment Profile template Javascript code
-       problem for handling non-dual ECC
-- 'dogtag-pki-common-theme'
--      Bugzilla Bug #787806 - RSA should be default selection for transport
-       key till "ECC phase 4" is implemented
--      Bugzilla Bug #784387 - Configuration wizard does not provide option
-       to issue ECC credentials for admin during ECC CA configuration.
-- 'dogtag-pki-console-theme'
-- 'dogtag-pki-kra-theme'
--      Bugzilla Bug #768138 - Make sure that paging works correctly in CA
-       and DRM
-- 'dogtag-pki-ocsp-theme'
-- 'dogtag-pki-ra-theme'
-- 'dogtag-pki-tks-theme'
-- 'dogtag-pki-tps-theme'
-
-* Thu Jan  5 2012 Matthew Harmsen <mharmsen at redhat.com> 9.0.10-1
-- 'dogtag-pki-ca-theme'
--      Bugzilla Bug #747381 - After the migration (7.1->8.1) CA agent page
-       displays admin cert request with authtime attribute twice
-- 'dogtag-pki-common-theme'
-- 'dogtag-pki-console-theme'
-- 'dogtag-pki-kra-theme'
-- 'dogtag-pki-ocsp-theme'
-- 'dogtag-pki-ra-theme'
-- 'dogtag-pki-tks-theme'
-- 'dogtag-pki-tps-theme'
+* Wed Feb  1 2012 Nathan Kinder <nkinder at redhat.com> 10.0.0-0.1.a1
+- Updated package version number
 
 * Thu Sep 22 2011 Andrew Wnuk <awnuk at redhat.com> 9.0.9-1
 - 'dogtag-pki-ca-theme'
diff --git a/sources b/sources
index 2b81308..a486d69 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-670dd0193be80b80aa1f91535c02d278  dogtag-pki-theme-9.0.11.tar.gz
+2c1c84a6845776b1f0f2f698f6972f81  dogtag-pki-theme-10.0.0.a1.tar.gz


More information about the scm-commits mailing list