[dogtag-pki-theme/f16] 'dogtag-pki-ca-theme' 'dogtag-pki-common-theme' 'dogtag-pki-console-theme' Bugzilla Bug #734590 - Re

kwright kwright at fedoraproject.org
Tue Sep 13 08:06:44 UTC 2011


commit 5000c5696a97efa96541ae2200ba09f5f9875143
Author: Kevin Wright <kwright at redhat.com>
Date:   Tue Sep 13 01:06:32 2011 -0700

    'dogtag-pki-ca-theme'
    'dogtag-pki-common-theme'
    'dogtag-pki-console-theme'
    Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
    'dogtag-pki-kra-theme'
    'dogtag-pki-ocsp-theme'
    'dogtag-pki-ra-theme'
    'dogtag-pki-tks-theme'
    'dogtag-pki-tps-theme'

 .gitignore            |    1 +
 clog                  |   22 +---------------------
 dogtag-pki-theme.spec |   37 +++++++++++++++++++++++++++++++++++--
 sources               |    2 +-
 4 files changed, 38 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91073e9..fb6da31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /dogtag-pki-theme-9.0.4.tar.gz
 /dogtag-pki-theme-9.0.5.tar.gz
 /dogtag-pki-theme-9.0.6.tar.gz
+/dogtag-pki-theme-9.0.8.tar.gz
diff --git a/clog b/clog
index 1a84e98..643996b 100644
--- a/clog
+++ b/clog
@@ -1,29 +1,9 @@
 'dogtag-pki-ca-theme'
-Bugzilla Bug #695015 - Serial No. of a revoked certificate is not
-populated in the CA signedAudit messages (alee)
-Bugzilla Bug #694143 - CA Agent not returning specified request (awnuk)
-Bugzilla Bug #704351 - remove help buttons in agent and ee UI in all
-subsystems (alee)
-Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
 'dogtag-pki-common-theme'
-Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
 'dogtag-pki-console-theme'
-Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
+Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
 'dogtag-pki-kra-theme'
-Bugzilla Bug #694143 - CA Agent not returning specified request (awnuk)
-Bugzilla Bug #704351 - remove help buttons in agent and ee UI in all
-subsystems (alee)
-Bugzilla Bug #714068 - KRA: remove monitor servlet from kra (alee)
-Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
 'dogtag-pki-ocsp-theme'
-Bugzilla Bug #704351 - remove help buttons in agent and ee UI in all
-subsystems (alee)
-Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
 'dogtag-pki-ra-theme'
-Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
 'dogtag-pki-tks-theme'
-Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
 'dogtag-pki-tps-theme'
-Bugzilla Bug #491008 - Security Officer: Format Card, Set Home URL and
-Format SO card has 'home phone URL' (jmagne)
-Bugzilla Bug #669226 - Remove Legacy Build System (mharmsen)
diff --git a/dogtag-pki-theme.spec b/dogtag-pki-theme.spec
index d2ba746..0d65806 100644
--- a/dogtag-pki-theme.spec
+++ b/dogtag-pki-theme.spec
@@ -1,5 +1,5 @@
 Name:             dogtag-pki-theme
-Version:          9.0.6
+Version:          9.0.8
 Release:          1%{?dist}
 Summary:          Certificate System - Dogtag PKI Theme Components
 URL:              http://pki.fedoraproject.org/
@@ -12,7 +12,11 @@ BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:    cmake
 BuildRequires:    java-devel >= 1:1.6.0
+%if 0%{?fedora} >= 16
+BuildRequires:    jpackage-utils >= 1.7.5-10
+%else
 BuildRequires:    jpackage-utils
+%endif
 
 Source0:          http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}.tar.gz
 
@@ -270,7 +274,7 @@ This package is used by the Dogtag Certificate System.
 %build
 %{__mkdir_p} build
 cd build
-%cmake -DBUILD_DOGTAG_PKI_THEME:BOOL=ON ..
+%cmake -DVAR_INSTALL_DIR:PATH=/var -DBUILD_DOGTAG_PKI_THEME:BOOL=ON -DJAVA_LIB_INSTALL_DIR=%{_jnidir} ..
 %{__make} VERBOSE=1 %{?_smp_mflags}
 
 
@@ -346,6 +350,35 @@ chmod 755 %{buildroot}%{_datadir}/pki/tps-ui/cgi-bin/sow/cfg.pl
 
 
 %changelog
+* Mon Sep 12 2011 Matthew Harmsen <mharmsen at redhat.com> 9.0.8-1
+- 'dogtag-pki-ca-theme'
+- 'dogtag-pki-common-theme'
+- 'dogtag-pki-console-theme'
+-      Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
+- 'dogtag-pki-kra-theme'
+- 'dogtag-pki-ocsp-theme'
+- 'dogtag-pki-ra-theme'
+- 'dogtag-pki-tks-theme'
+- 'dogtag-pki-tps-theme'
+
+* Tue Aug 23 2011 Ade Lee <alee at redhat.com> 9.0.7-1
+- 'dogtag-pki-ca-theme'
+-      Bugzilla Bug #712931 - CS requires too many ports
+       to be open in the FW
+- 'dogtag-pki-common-theme'
+- 'dogtag-pki-console-theme'
+- 'dogtag-pki-kra-theme'
+-      Bugzilla Bug #712931 - CS requires too many ports
+       to be open in the FW
+- 'dogtag-pki-ocsp-theme'
+-      Bugzilla Bug #712931 - CS requires too many ports
+       to be open in the FW
+- 'dogtag-pki-ra-theme'
+- 'dogtag-pki-tks-theme'
+-      Bugzilla Bug #712931 - CS requires too many ports
+       to be open in the FW
+- 'dogtag-pki-tps-theme'
+
 * Thu Jul 14 2011 Matthew Harmsen <mharmsen at redhat.com> 9.0.6-1
 - 'dogtag-pki-ca-theme'
 -      Bugzilla Bug #695015 - Serial No. of a revoked certificate is not
diff --git a/sources b/sources
index 9ad8890..4122342 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee7be58c60657d824c3d932269111cac  dogtag-pki-theme-9.0.6.tar.gz
+4ac8112100bff64fe9c497492f8ddcee  dogtag-pki-theme-9.0.8.tar.gz


More information about the scm-commits mailing list