From ab68b8dc0a485e2b4bf505cbdea8da786a13ce41 Mon Sep 17 00:00:00 2001 From: cfu Date: Tue, 18 Nov 2008 23:39:12 +0000 Subject: Bugzilla Bug #471622 - Need Renewal feature via enrollment profile Framework (Phase 1) git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@141 c9f7a03b-bd48-0410-a16d-cbbf54688b0b --- pki/linux/ca-ui/pki-ca-ui.spec | 4 +++- pki/linux/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template | 2 ++ pki/linux/ca/pki-ca.spec | 4 +++- pki/linux/common/pki-common.spec | 4 +++- 4 files changed, 11 insertions(+), 3 deletions(-) (limited to 'pki/linux') diff --git a/pki/linux/ca-ui/pki-ca-ui.spec b/pki/linux/ca-ui/pki-ca-ui.spec index 19ab74249..1daee1fc2 100644 --- a/pki/linux/ca-ui/pki-ca-ui.spec +++ b/pki/linux/ca-ui/pki-ca-ui.spec @@ -34,7 +34,7 @@ ## Package Header Definitions %define base_name %{base_prefix}-%{base_component} %define base_version 1.0.0 -%define base_release 4 +%define base_release 5 %define base_group System Environment/Base %define base_vendor Red Hat, Inc. %define base_license GPLv2 with exceptions @@ -221,6 +221,8 @@ rm -rf ${RPM_BUILD_ROOT} ############################################################################### %changelog +* Tue Nov 18 2008 Christina Fu 1.0.0-5 +- Bugzilla Bug #471622 - Need Renewal feature via enrollment profile Framework (phase 1) * Wed Oct 15 2008 Andrew Wnuk 1.0.0-4 - Fix for Bug 466064: Search filters built by CA servlets are not always correct * Wed Oct 8 2008 Jack Magne 1.0.0-3 diff --git a/pki/linux/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template b/pki/linux/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template index 95a978e91..a3557fcd6 100644 --- a/pki/linux/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template +++ b/pki/linux/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template @@ -439,6 +439,8 @@ document.writeln(''); document.writeln('

'); document.writeln(''); +document.writeln(''); } else { document.write('Sorry, your request is not submitted. The error code is "' + errorReason + '".'); } diff --git a/pki/linux/ca/pki-ca.spec b/pki/linux/ca/pki-ca.spec index b6349228c..2f1149751 100644 --- a/pki/linux/ca/pki-ca.spec +++ b/pki/linux/ca/pki-ca.spec @@ -34,7 +34,7 @@ ## Package Header Definitions %define base_name %{base_prefix}-%{base_component} %define base_version 1.0.0 -%define base_release 13 +%define base_release 14 %define base_group System Environment/Daemons %define base_vendor Red Hat, Inc. %define base_license GPLv2 with exceptions @@ -282,6 +282,8 @@ fi ############################################################################### %changelog +* Tue Nov 18 2008 Christina Fu 1.0.0-14 +- Bugzilla Bug #471622 - Need Renewal feature via enrollment profile Framework (phase 1) * Fri Oct 10 2008 Jack Magne 1.0.0-13 - Fix for port separation bug #466188. * Fri Oct 9 2008 Ade Lee 1.0.0-12 diff --git a/pki/linux/common/pki-common.spec b/pki/linux/common/pki-common.spec index 016fe171d..cdb2afd7b 100644 --- a/pki/linux/common/pki-common.spec +++ b/pki/linux/common/pki-common.spec @@ -33,7 +33,7 @@ ## Package Header Definitions %define base_name %{base_prefix}-%{base_component} %define base_version 1.0.0 -%define base_release 25 +%define base_release 26 %define base_group System Environment/Base %define base_vendor Red Hat, Inc. %define base_license GPLv2 with exceptions @@ -298,6 +298,8 @@ chmod 00755 %{_datadir}/%{base_prefix}/setup/postinstall ############################################################################### %changelog +* Tue Nov 18 2008 Christina Fu 1.0.0-26 +- Bugzilla Bug #471622 - Need Renewal feature via enrollment profile Framework (Phase 1) * Mon Oct 27 2008 Ade Lee 1.0.0-25 - Fix for Bugs: 223324, 430745, 224765, 223309 * Fri Oct 17 2008 Andrew Wnuk 1.0.0-24 -- cgit