diff options
| author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-03-06 23:19:43 +0000 |
|---|---|---|
| committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-03-06 23:19:43 +0000 |
| commit | 2c54b9aaa5ba7dfd41f0fe74b7842f8da7c072cf (patch) | |
| tree | 135a1559745dc5ff5dd543875fcd67519d0ffb87 | |
| parent | 70f5724df21f2cc9f705d7ff8dfa41e4a07bb80f (diff) | |
Fixed bugzilla bug #241423.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@288 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
| -rw-r--r-- | pki/dogtag/console/pki-console.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pki/dogtag/console/pki-console.spec b/pki/dogtag/console/pki-console.spec index 4bf70997a..e1cb1e340 100644 --- a/pki/dogtag/console/pki-console.spec +++ b/pki/dogtag/console/pki-console.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/Shells %define base_vendor Red Hat, Inc. %define base_license GPLv2 with exceptions @@ -234,6 +234,8 @@ rm -rf ${RPM_BUILD_ROOT} ############################################################################### %changelog +* Fri Mar 6 2009 Andrew Wnuk <awnuk@redhat.com> 1.0.0-14 +- Bugzilla Bug #334253 - Revoked certs must appear on one CRL after expiration * Wed Feb 25 2009 Andrew Wnuk <awnuk@redhat.com> 1.0.0-13 - Bugzilla Bug #487403 - CA console incorrectly validates disabled notification * Mon Feb 16 2009 Andrew Wnuk <awnuk@redhat.com> 1.0.0-12 |
