diff options
| author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-07-06 21:19:55 +0000 |
|---|---|---|
| committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-07-06 21:19:55 +0000 |
| commit | 99b2afde5a20a270395e9bf53a302aa9b804dd8a (patch) | |
| tree | c7457991798855709d54b119796ffc45306aa846 | |
| parent | 56e5c6a269fb95e0f78ae621a01b9e4d68814524 (diff) | |
Fixed bugzilla bug #492952.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@677 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 be44a6657..ed51d756f 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 13 +%define base_release 14 %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 +* Mon Jul 6 2009 Andrew Wnuk <awnuk@redhat.com> 1.1.0-14 +- Bugzilla Bug #492952 - handling 2K keys with MBCP * Thu Jul 2 2009 Christina Fu <cfu@redhat.com> 1.1.0-13 - Bugzilla Bug #508332 - Clean up EE page certificate profiles * Fri Jun 19 2009 Matthew Harmsen <mharmsen@redhat.com> 1.1.0-12 |
