diff options
| author | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2008-07-11 21:14:24 +0000 |
|---|---|---|
| committer | awnuk <awnuk@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2008-07-11 21:14:24 +0000 |
| commit | f81af0d3f88a3b05c9ee304d336d8cd03e2afd29 (patch) | |
| tree | cc630dbf5545e762869066c8bf70db0ea32bc9d3 | |
| parent | 3f56a8bc61329e49769504fd7ce10f67968d3edc (diff) | |
Fix for bug #243804
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@71 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
| -rw-r--r-- | pki/linux/common/pki-common.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pki/linux/common/pki-common.spec b/pki/linux/common/pki-common.spec index 9059a19ec..8ac91a523 100644 --- a/pki/linux/common/pki-common.spec +++ b/pki/linux/common/pki-common.spec @@ -33,7 +33,7 @@ ## Package Header Definitions %define base_name %{base_prefix}-%{base_component} %define base_version 1.0.0 -%define base_release 11 +%define base_release 12 %define base_group System Environment/Base %define base_vendor Red Hat, Inc. %define base_license GPLv2 with exceptions @@ -298,6 +298,8 @@ chmod 00755 %{_datadir}/%{base_prefix}/setup/postinstall ############################################################################### %changelog +* Fri Jul 11 2008 Andrew Wnuk <awnuk@redhat.com> 1.0.0-12 +- Fix for bug #243804. * Wed Jul 9 2008 Christina Fu <cfu@redhat.com> 1.0.0-11 - Fix for Bugzilla Bug #446685: LDAP publisher doesn't store the bind password properly * Tue Jul 8 2008 Matthew Harmsen <mharmsen@redhat.com> 1.0.0-10 |
