diff options
| author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-03-06 23:18:41 +0000 |
|---|---|---|
| committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-03-06 23:18:41 +0000 |
| commit | 70f5724df21f2cc9f705d7ff8dfa41e4a07bb80f (patch) | |
| tree | a78e2d982da2cfb630376be3271d8aac6f95a8fa | |
| parent | ef42fae77fa5b85658aa45d87feec3c07cd74190 (diff) | |
Fixed bugzilla bug #241423.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@287 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 4cfcb3dfe..a46cd23bc 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.0.0 -%define base_release 49 +%define base_release 50 %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 +* Fri Mar 6 2009 Andrew Wnuk <awnuk@redhat.com> 1.0.0-50 +- Bugzilla Bug #334253 - Revoked certs must appear on one CRL after expiration * Wed Mar 4 2009 Ade Lee <alee@redhat.com> 1.0.0-49 - Bugzilla Bug 487871, 488561 - pkiremove cleanup and remove all selinux ports * Wed Mar 4 2009 Matthew Harmsen <mharmsen@redhat.com> 1.0.0-48 |
