diff options
| author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-08-12 22:29:33 +0000 |
|---|---|---|
| committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-08-12 22:29:33 +0000 |
| commit | fb3ffdd4e8f40da49f57e0c734c033141ccb67b5 (patch) | |
| tree | 39243163e2b163bdcd156d41422cfdf2e5dc24c9 | |
| parent | 0d1c348f54febf0147181550a9def0aa90e619d2 (diff) | |
Fixed bugzilla bug #513450
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@751 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 65052189a..62675a874 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.2.0 -%define base_release 3 +%define base_release 4 %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 Aug 12 2009 Andrew Wnuk <awnuk@redhat.com> 1.2.0-4 +- Bugzilla Bug #513450 - adding configuration for AIA CRL extension * Fri Aug 7 2009 Andrew Wnuk <awnuk@redhat.com> 1.2.0-3 - Bugzilla Bug #514270 - OCSM should not accept delta CRLs as full CRLs. * Tue Aug 4 2009 Ade Lee <alee@redhat.com> 1.2.0-2 |
