[pki-tks] Bugzilla Bug #796006 - Get DOGTAG_9_BRANCH GIT repository in-sync

kwright kwright at fedoraproject.org
Tue Mar 13 03:11:20 UTC 2012


commit 5d337fc6e6e96e1d36be482fe31d1013bdc253e9
Author: Kevin Wright <kwright at redhat.com>
Date:   Mon Mar 12 20:11:16 2012 -0700

    Bugzilla Bug #796006 - Get DOGTAG_9_BRANCH GIT repository in-sync
    
      with DOGTAG_9_BRANCH SVN repository . . .
    - Bugzilla Bug #787806 - RSA should be default selection for transport
      key till "ECC phase 4" is implemented

 .gitignore   |    1 +
 clog         |    7 +++++--
 pki-tks.spec |   17 ++++++++++++-----
 sources      |    2 +-
 4 files changed, 19 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a25f57b..d6963e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ pki-tks-1.3.3.tar.gz
 /pki-tks-9.0.3.tar.gz
 /pki-tks-9.0.6.tar.gz
 /pki-tks-9.0.8.tar.gz
+/pki-tks-9.0.9.tar.gz
diff --git a/clog b/clog
index db82499..bae9f35 100644
--- a/clog
+++ b/clog
@@ -1,2 +1,5 @@
-Bugzilla Bug #749945 - Installation error reported during CA, DRM,
-OCSP, and TKS package installation . . .
+Bugzilla Bug #796006 - Get DOGTAG_9_BRANCH GIT repository in-sync
+
+  with DOGTAG_9_BRANCH SVN repository . . .
+- Bugzilla Bug #787806 - RSA should be default selection for transport
+  key till "ECC phase 4" is implemented
diff --git a/pki-tks.spec b/pki-tks.spec
index a8864ee..c0db45d 100644
--- a/pki-tks.spec
+++ b/pki-tks.spec
@@ -1,6 +1,6 @@
 Name:             pki-tks
-Version:          9.0.8
-Release:          2%{?dist}
+Version:          9.0.9
+Release:          1%{?dist}
 Summary:          Certificate System - Token Key Service
 URL:              http://pki.fedoraproject.org/
 License:          GPLv2
@@ -123,7 +123,7 @@ Additionally, Certificate System requires ONE AND ONLY ONE of the following
 %build
 %{__mkdir_p} build
 cd build
-%cmake -DVAR_INSTALL_DIR:PATH=/var -DBUILD_PKI_TKS:BOOL=ON -DJAVA_LIB_INSTALL_DIR=%{_jnidir} ..
+%cmake -DVAR_INSTALL_DIR:PATH=/var -DBUILD_PKI_TKS:BOOL=ON -DJAVA_LIB_INSTALL_DIR=%{_jnidir} -DSYSTEMD_LIB_INSTALL_DIR=%{_unitdir} ..
 %{__make} VERBOSE=1 %{?_smp_mflags}
 
 
@@ -238,8 +238,15 @@ fi
 
 
 %changelog
-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 9.0.8-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Fri Mar  9 2012 Matthew Harmsen <mharmsen at redhat.com> 9.0.9-1
+- Bugzilla Bug #796006 - Get DOGTAG_9_BRANCH GIT repository in-sync
+  with DOGTAG_9_BRANCH SVN repository . . .
+- Bugzilla Bug #787806 - RSA should be default selection for transport
+  key till "ECC phase 4" is implemented
+
+* Wed Feb 22 2012 Matthew Harmsen <mharmsen at redhat.com> 9.0.8-2
+- Add '-DSYSTEMD_LIB_INSTALL_DIR' override flag to 'cmake' to address changes
+  in fundamental path structure in Fedora 17
 
 * Fri Oct 28 2011 Matthew Harmsen <mharmsen at redhat.com> 9.0.8-1
 - Bugzilla Bug #749945 - Installation error reported during CA, DRM,
diff --git a/sources b/sources
index 096bf2f..db81301 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-57f24c2a5ab7a16e0e14ae7fd6157980  pki-tks-9.0.8.tar.gz
+a219d5b5ba4206b9e8c670e156519a03  pki-tks-9.0.9.tar.gz


More information about the scm-commits mailing list