From b9a2c11d6f6be6e7e599a48c70e798b720222b35 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 5 Apr 2011 16:28:59 -0400 Subject: Fix ORDERING in some attributetypes and remove other unnecessary elements. Looking at the schema in 60basev2.ldif there were many attributes that did not have an ORDERING matching rule specified correctly. There were also a number of attributeTypes that should have been just SUP distinguishedName that had a combination of SUP, SYNTAX, ORDERING, etc. This requires 389-ds-base-1.2.8.0-1+ ticket 1153 --- freeipa.spec.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index 53bfb809c..95680124f 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -68,7 +68,7 @@ Requires: %{name}-python = %{version}-%{release} Requires: %{name}-client = %{version}-%{release} Requires: %{name}-admintools = %{version}-%{release} Requires(post): %{name}-server-selinux = %{version}-%{release} -Requires: 389-ds-base >= 1.2.8 +Requires(pre): 389-ds-base >= 1.2.8.0-1 Requires: openldap-clients Requires: nss Requires: nss-tools @@ -481,10 +481,13 @@ fi %ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf %changelog -* Thu Mar 17 2011 Rob Crittenden - 1.99-46 +* Tue Apr 5 2011 Rob Crittenden - 1.99-47 +- Set min version of 389-ds-base to 1.2.8.0-1 for fix in BZ 693466. + +* Thu Mar 17 2011 Rob Crittenden - 1.99-46 - Automatically apply updates when the package is upgraded. -* Thu Feb 17 2011 Jakub Hrozek - 1.99-45 +* Thu Feb 17 2011 Jakub Hrozek - 1.99-45 - Set minimum version of python-nss to 0.11 to make sure IPv6 support is in * Wed Feb 9 2011 Rob Crittenden - 1.99-44 -- cgit