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

kwright kwright at fedoraproject.org
Tue Mar 13 02:42:50 UTC 2012


commit 242fd7810253b2ca6e66387bb22fa6364009ef93
Author: Kevin Wright <kwright at redhat.com>
Date:   Mon Mar 12 19:42:46 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-ocsp.spec |   17 ++++++++++++-----
 sources       |    2 +-
 4 files changed, 19 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53b1f27..2fb325d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ pki-ocsp-1.3.3.tar.gz
 /pki-ocsp-9.0.3.tar.gz
 /pki-ocsp-9.0.6.tar.gz
 /pki-ocsp-9.0.8.tar.gz
+/pki-ocsp-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-ocsp.spec b/pki-ocsp.spec
index 7b4533f..a3a3442 100644
--- a/pki-ocsp.spec
+++ b/pki-ocsp.spec
@@ -1,6 +1,6 @@
 Name:             pki-ocsp
-Version:          9.0.8
-Release:          2%{?dist}
+Version:          9.0.9
+Release:          1%{?dist}
 Summary:          Certificate System - Online Certificate Status Protocol Manager
 URL:              http://pki.fedoraproject.org/
 License:          GPLv2
@@ -129,7 +129,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_OCSP:BOOL=ON -DJAVA_LIB_INSTALL_DIR=%{_jnidir} ..
+%cmake -DVAR_INSTALL_DIR:PATH=/var -DBUILD_PKI_OCSP:BOOL=ON -DJAVA_LIB_INSTALL_DIR=%{_jnidir} -DSYSTEMD_LIB_INSTALL_DIR=%{_unitdir} ..
 %{__make} VERBOSE=1 %{?_smp_mflags}
 
 
@@ -248,8 +248,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 4a62776..160629a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-65d69266cfaa103cc4b951606a1d3676  pki-ocsp-9.0.8.tar.gz
+f26569503cbae96b85e6cd27ab3c5764  pki-ocsp-9.0.9.tar.gz


More information about the scm-commits mailing list