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

kwright kwright at fedoraproject.org
Tue Mar 13 02:45:03 UTC 2012


commit 4276b1f17366445ac4af16d201310fc90d3c3083
Author: Kevin Wright <kwright at redhat.com>
Date:   Mon Mar 12 19:44:59 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 |   14 ++++++++++++--
 sources      |    2 +-
 4 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a35a36b..bc11ea3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ pki-tks-1.3.3.tar.gz
 /pki-tks-9.0.4.tar.gz
 /pki-tks-9.0.7.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 4e1e32e..c0db45d 100644
--- a/pki-tks.spec
+++ b/pki-tks.spec
@@ -1,5 +1,5 @@
 Name:             pki-tks
-Version:          9.0.8
+Version:          9.0.9
 Release:          1%{?dist}
 Summary:          Certificate System - Token Key Service
 URL:              http://pki.fedoraproject.org/
@@ -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,6 +238,16 @@ fi
 
 
 %changelog
+* 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,
   OCSP, and TKS package installation . . .
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