diff options
| author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-07-31 00:45:38 +0000 |
|---|---|---|
| committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-07-31 00:45:38 +0000 |
| commit | bc016f4cffe7536233c0c3d116ba08c8a186f80f (patch) | |
| tree | 407c67b9e1ad6da625d3fdc37a853c4a10810e7c | |
| parent | a2b15929c7a2ce694b51954baca34755e6cbcaf3 (diff) | |
Fixed bugzilla bug #514094.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@708 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 133253ac0..8f2d83442 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.2.0 -%define base_release 1 +%define base_release 2 %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 +* Thu Jul 30 2009 Andrew Wnuk <awnuk@redhat.com> 1.2.0-2 +- Bugzilla Bug #514094 - enable ECC enrollment for FF through key constraints * Tue Jul 28 2009 Matthew Harmsen <mharmsen@redhat.com> 1.2.0-1 - Version update to Dogtag 1.2.0. * Wed Jul 8 2009 Andrew Wnuk <awnuk@redhat.com> 1.1.0-15 |
