diff options
| author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-05-20 23:53:19 +0000 |
|---|---|---|
| committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-05-20 23:53:19 +0000 |
| commit | 32caa59ad5ef378bc89b4fc23f118dd810b6c357 (patch) | |
| tree | 276373173a768d9ea4b4bd2780d71b36f0344f9d | |
| parent | d4acb2cece5daf1abcd28d3d8155e07f771c2e2b (diff) | |
Fixed bugzilla bug #491185
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@475 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
| -rw-r--r-- | pki/dogtag/util/pki-util.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pki/dogtag/util/pki-util.spec b/pki/dogtag/util/pki-util.spec index 0fdbeaf32..7c0030354 100644 --- a/pki/dogtag/util/pki-util.spec +++ b/pki/dogtag/util/pki-util.spec @@ -33,7 +33,7 @@ ## Package Header Definitions %define base_name %{base_prefix}-%{base_component} %define base_version 1.1.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 @@ -270,6 +270,8 @@ rm -rf ${RPM_BUILD_ROOT} ############################################################################### %changelog +* Wed May 20 2009 Andrew Wnuk <awnuk@redhat.com> 1.1.0-4 +- Bugzilla Bug #491185 - added new revocation reasons to comply with RFC 5280 * Tue May 19 2009 Andrew Wnuk <awnuk@redhat.com> 1.1.0-3 - Bugzilla Bug #491185 - added Authority Info Access extension to CRLs to comply with RFC 5280 * Fri Apr 10 2009 Ade Lee <alee@redhat.com> 1.1.0-2 |
