diff options
| author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-07-08 18:52:12 +0000 |
|---|---|---|
| committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2009-07-08 18:52:12 +0000 |
| commit | 45a1d9ff2f5522ba1e7057fb8bc02f1f9df43dbd (patch) | |
| tree | 919d525d2627f48354ba6e42acd168afcb679137 | |
| parent | c5d6e5c4385343c09f3cba92df8e0d0271af563f (diff) | |
Fixed bugzilla bug #510165.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@686 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 ed51d756f..5f3cb29e6 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 14 +%define base_release 15 %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 Jul 8 2009 Andrew Wnuk <awnuk@redhat.com> 1.1.0-15 +- Bugzilla Bug #510165 - request search displays 'undefined' page size * 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 |
