diff options
| author | alee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2008-10-14 18:43:16 +0000 |
|---|---|---|
| committer | alee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2008-10-14 18:43:16 +0000 |
| commit | 948bfc4c428b49d3931e2f037307e53d80fc77f0 (patch) | |
| tree | 9da7df6c422bc4485ba7bc7dbc15bb1e4f3b1d18 /pki/linux/setup | |
| parent | e94a77f77f6020cd8557366b42017ef6d7f5f669 (diff) | |
bz223361 - security domains in ldap
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@127 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/linux/setup')
| -rw-r--r-- | pki/linux/setup/pki-setup.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pki/linux/setup/pki-setup.spec b/pki/linux/setup/pki-setup.spec index a3673d7c8..01286160e 100644 --- a/pki/linux/setup/pki-setup.spec +++ b/pki/linux/setup/pki-setup.spec @@ -33,7 +33,7 @@ ## Package Header Definitions %define base_name %{base_prefix}-%{base_component} %define base_version 1.0.0 -%define base_release 3 +%define base_release 4 %define base_group System Environment/Shells %define base_vendor Red Hat, Inc. %define base_license GPLv2 with exceptions @@ -115,7 +115,7 @@ BuildRoot: %{_builddir}/%{base_name}-root BuildRequires: ant >= 1.6.2 ## Without Requires something, rpmbuild will abort! -Requires: %{base_prefix}-native-tools >= 1.0.0, perl >= 5.8.0 +Requires: %{base_prefix}-native-tools >= 1.0.0, perl >= 5.8.0, perl-libwww-perl >= 5.8.0 ## This package is non-relocatable! @@ -217,6 +217,8 @@ rm -rf ${RPM_BUILD_ROOT} ############################################################################### %changelog +* Fri Oct 9 2008 Ade Lee <alee@redhat.com> 1.0.0-4 +- Fix for bug #223361 and #224864. Security Domain in ldap. * Thu Jul 10 2008 Jack Magne <jmagne@redhat.com> 1.0.0-3 - Fix for bug #458337. * Tue Apr 1 2008 Jack Magne <jmagne@redhat.com> 1.0.0-2 |
