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

kwright kwright at fedoraproject.org
Tue Mar 13 02:24:26 UTC 2012


commit 75e7bf9a9990c59c852cf622baa96e54f32ab705
Author: Kevin Wright <kwright at redhat.com>
Date:   Mon Mar 12 19:24:23 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 |   14 ++++++++++++--
 sources       |    2 +-
 4 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee634ff..0e1893c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ pki-ocsp-1.3.3.tar.gz
 /pki-ocsp-9.0.6.tar.gz
 /pki-ocsp-9.0.7.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 2eaffb3..a3a3442 100644
--- a/pki-ocsp.spec
+++ b/pki-ocsp.spec
@@ -1,5 +1,5 @@
 Name:             pki-ocsp
-Version:          9.0.8
+Version:          9.0.9
 Release:          1%{?dist}
 Summary:          Certificate System - Online Certificate Status Protocol Manager
 URL:              http://pki.fedoraproject.org/
@@ -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,6 +248,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 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