diff options
| author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-05-20 23:58:08 +0000 |
|---|---|---|
| committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-05-20 23:58:08 +0000 |
| commit | 66684b1c00a924f387be6feaaa1991cd27880a25 (patch) | |
| tree | 4df9ea7264a77c527e875c3245fcefc217c4ef8b | |
| parent | 978324d40933ac100ed088596291b005cde3d5ad (diff) | |
Fixed bugzilla bug #491185
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@481 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
| -rw-r--r-- | pki/dogtag/ca-ui/dogtag-pki-ca-ui.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pki/dogtag/ca-ui/dogtag-pki-ca-ui.spec b/pki/dogtag/ca-ui/dogtag-pki-ca-ui.spec index 529cf5f32..40d848a3f 100644 --- a/pki/dogtag/ca-ui/dogtag-pki-ca-ui.spec +++ b/pki/dogtag/ca-ui/dogtag-pki-ca-ui.spec @@ -34,7 +34,7 @@ ## Package Header Definitions %define base_name %{base_ui_prefix}-%{base_prefix}-%{base_component} %define base_version 1.1.0 -%define base_release 7 +%define base_release 8 %define base_group System Environment/Base %define base_vendor Red Hat, Inc. %define base_license GPLv2 with exceptions @@ -222,6 +222,8 @@ rm -rf ${RPM_BUILD_ROOT} ############################################################################### %changelog +* Wed May 20 2009 Andrew Wnuk <awnuk@redhat.com> 1.1.0-8 +- Bugzilla Bug #491185 - added new revocation reasons to comply with RFC 5280 * Wed May 13 2009 Andrew Wnuk <awnuk@redhat.com> 1.1.0-7 - Bugzilla Bug #490551 - Use profile key constraints to control enrollment key sizes on IE * Wed May 13 2009 Matthew Harmsen <mharmsen@redhat.com> 1.1.0-6 |
