diff options
| author | alee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2008-08-14 14:50:44 +0000 |
|---|---|---|
| committer | alee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2008-08-14 14:50:44 +0000 |
| commit | 4bb94b38ec0ddf48b2f9c12bebe65c1b2116da0d (patch) | |
| tree | f08493804c4e52a9a8063f4de33c3d4436852f83 /pki/linux | |
| parent | ce49e144fb0368cb842d58e5c2c959ca7ee34626 (diff) | |
Fix for Bug 458499: UniqueSubjectName plugin for plugins does not account for revoked certs
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@109 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/linux')
| -rw-r--r-- | pki/linux/common/pki-common.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pki/linux/common/pki-common.spec b/pki/linux/common/pki-common.spec index df7dec0c9..676084971 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 16 +%define base_release 17 %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 +* Wed Aug 13 2008 Ade Lee <alee@redhat.com> 1.0.0-17 +- Fix for Bug 458499: UniqueSubjectName plugin for plugins does not account for revoked certs * Fri Aug 8 2008 Andrew Wnuk <awnuk@redhat.com> 1.0.0-16 - Fix for Bug 453834. * Thu Aug 7 2008 Jack Magne <jmagne@redhat.com> 1.0.0-15 |
