[dogtag-pki-theme/f15] 'dogtag-pki-ca-theme' Bugzilla Bug #737423 - Ability to view migrated policy requests is very limite

kwright kwright at fedoraproject.org
Fri Oct 7 01:12:25 UTC 2011


commit df42bee78bee6437eb1bdb7c656531d9a54138a0
Author: Kevin Wright <kwright at redhat.com>
Date:   Thu Oct 6 18:12:24 2011 -0700

    'dogtag-pki-ca-theme'
    Bugzilla Bug #737423 - Ability to view migrated policy requests
    is very limited. (awnuk)
    'dogtag-pki-common-theme'
    'dogtag-pki-console-theme'
    'dogtag-pki-kra-theme'
    'dogtag-pki-ocsp-theme'
    'dogtag-pki-ra-theme'
    'dogtag-pki-tks-theme'
    'dogtag-pki-tps-theme'
    Bugzilla Bug #737184 - TPS UI display admin user name as
    "undefined TUS Administrator". (awnuk)

 .gitignore            |    1 +
 clog                  |   12 ++++--------
 dogtag-pki-theme.spec |   33 +++++++++++++++++++++++++++++++--
 sources               |    2 +-
 4 files changed, 37 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d5355e6..5bf4bab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /dogtag-pki-theme-9.0.5.tar.gz
 /dogtag-pki-theme-9.0.6.tar.gz
 /dogtag-pki-theme-9.0.7.tar.gz
+/dogtag-pki-theme-9.0.9.tar.gz
diff --git a/clog b/clog
index 1e6b5cf..cf35b61 100644
--- a/clog
+++ b/clog
@@ -1,16 +1,12 @@
 'dogtag-pki-ca-theme'
-Bugzilla Bug #712931 - CS requires too many ports
-to be open in the FW
+Bugzilla Bug #737423 - Ability to view migrated policy requests
+is very limited. (awnuk)
 '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'
+Bugzilla Bug #737184 - TPS UI display admin user name as
+"undefined TUS Administrator". (awnuk)
diff --git a/dogtag-pki-theme.spec b/dogtag-pki-theme.spec
index 5c7b647..0ace718 100644
--- a/dogtag-pki-theme.spec
+++ b/dogtag-pki-theme.spec
@@ -1,5 +1,5 @@
 Name:             dogtag-pki-theme
-Version:          9.0.7
+Version:          9.0.9
 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,31 @@ chmod 755 %{buildroot}%{_datadir}/pki/tps-ui/cgi-bin/sow/cfg.pl
 
 
 %changelog
+* Thu Sep 22 2011 Andrew Wnuk <awnuk at redhat.com> 9.0.9-1
+- 'dogtag-pki-ca-theme'
+-      Bugzilla Bug #737423 - Ability to view migrated policy requests
+       is very limited. (awnuk)
+- 'dogtag-pki-common-theme'
+- 'dogtag-pki-console-theme'
+- 'dogtag-pki-kra-theme'
+- 'dogtag-pki-ocsp-theme'
+- 'dogtag-pki-ra-theme'
+- 'dogtag-pki-tks-theme'
+- 'dogtag-pki-tps-theme'
+-      Bugzilla Bug #737184 - TPS UI display admin user name as
+       "undefined TUS Administrator". (awnuk)
+
+* 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
diff --git a/sources b/sources
index b779952..698a5f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e9c783f0aac5f3887d6c8955eced07e7  dogtag-pki-theme-9.0.7.tar.gz
+001867b306c44c1adced8d8dd7743b2b  dogtag-pki-theme-9.0.9.tar.gz


More information about the scm-commits mailing list