diff options
| author | cfu <cfu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-06-10 16:58:07 +0000 |
|---|---|---|
| committer | cfu <cfu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-06-10 16:58:07 +0000 |
| commit | cdc55c022e99ea1aba613e1bcf0ca9de969cbe69 (patch) | |
| tree | 64ecf449a59d89c7182a90077abd7fab47ef7932 | |
| parent | 14ce778e652b3c904110e43d3afd24c659439bd7 (diff) | |
480255 - User Certificate gets renewed when cert is not in grace period.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@576 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
| -rw-r--r-- | pki/dogtag/common/pki-common.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pki/dogtag/common/pki-common.spec b/pki/dogtag/common/pki-common.spec index d4ee665f4..840a34cb1 100644 --- a/pki/dogtag/common/pki-common.spec +++ b/pki/dogtag/common/pki-common.spec @@ -34,7 +34,7 @@ ## Package Header Definitions %define base_name %{base_prefix}-%{base_component} %define base_version 1.1.0 -%define base_release 28 +%define base_release 29 %define base_group System Environment/Base %define base_vendor Red Hat, Inc. %define base_license GPLv2 with exceptions @@ -285,6 +285,8 @@ chmod 00755 %{_datadir}/%{base_prefix}/setup/postinstall ############################################################################### %changelog +* Wed Jun 10 2009 Christina Fu <cfu@redhat.com> 1.1.0-29 +- Bugzilla Bug #480255 - User Certificate gets renewed when cert is not in grace period. * Sat Jun 6 2009 Christina Fu <cfu@redhat.com> 1.1.0-28 - Bugzilla Bug #503045 - CMC Revocation cannot be completed in EE page - fails with NullPointerException. Authorization not applied correctly. * Fri Jun 5 2009 Andrew Wnuk <awnuk@redhat.com> 1.1.0-27 |
