summaryrefslogtreecommitdiffstats
path: root/pki/linux
diff options
context:
space:
mode:
authorcfu <cfu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2008-11-18 23:39:12 +0000
committercfu <cfu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2008-11-18 23:39:12 +0000
commitab68b8dc0a485e2b4bf505cbdea8da786a13ce41 (patch)
treeb665054fd8b4749578137f3e72998f701bef0a7a /pki/linux
parent0e913677fe84263495a20c1fe4f47508f762a1ad (diff)
downloadpki-ab68b8dc0a485e2b4bf505cbdea8da786a13ce41.tar.gz
pki-ab68b8dc0a485e2b4bf505cbdea8da786a13ce41.tar.xz
pki-ab68b8dc0a485e2b4bf505cbdea8da786a13ce41.zip
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
Diffstat (limited to 'pki/linux')
-rw-r--r--pki/linux/ca-ui/pki-ca-ui.spec4
-rw-r--r--pki/linux/ca-ui/shared/webapps/ca/ee/ca/ProfileSelect.template2
-rw-r--r--pki/linux/ca/pki-ca.spec4
-rw-r--r--pki/linux/common/pki-common.spec4
4 files changed, 11 insertions, 3 deletions
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 <cfu@redhat.com> 1.0.0-5
+- Bugzilla Bug #471622 - Need Renewal feature via enrollment profile Framework (phase 1)
* Wed Oct 15 2008 Andrew Wnuk <awnuk@redhat.com> 1.0.0-4
- Fix for Bug 466064: Search filters built by CA servlets are not always correct
* Wed Oct 8 2008 Jack Magne <jmagne@redhat.com> 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('</table>');
document.writeln('<p>');
document.writeln('<input type=hidden name=profileId value="' +
profileId + '">');
+document.writeln('<input type=hidden name=renewal value="' +
+ renewal + '">');
} 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 <cfu@redhat.com> 1.0.0-14
+- Bugzilla Bug #471622 - Need Renewal feature via enrollment profile Framework (phase 1)
* Fri Oct 10 2008 Jack Magne <jmagne@redhat.com> 1.0.0-13
- Fix for port separation bug #466188.
* Fri Oct 9 2008 Ade Lee <alee@redhat.com> 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 <cfu@redhat.com> 1.0.0-26
+- Bugzilla Bug #471622 - Need Renewal feature via enrollment profile Framework (Phase 1)
* Mon Oct 27 2008 Ade Lee <alee@redhat.com> 1.0.0-25
- Fix for Bugs: 223324, 430745, 224765, 223309
* Fri Oct 17 2008 Andrew Wnuk <awnuk@redhat.com> 1.0.0-24