rpms/ipa/F-8 ipa.spec,1.10,1.11

Simo Sorce (simo) fedora-extras-commits at redhat.com
Mon Jun 23 21:35:58 UTC 2008


Author: simo

Update of /cvs/pkgs/rpms/ipa/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23956

Modified Files:
	ipa.spec 
Log Message:
* Mon Jun 23 2008 Simo Sorce <ssorce at redhat.com> - 1.1.0-2
- Rebuild against openldap libraries, mozldap ones do not work properly



Index: ipa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipa/F-8/ipa.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ipa.spec	18 Jun 2008 17:00:02 -0000	1.10
+++ ipa.spec	23 Jun 2008 21:35:11 -0000	1.11
@@ -6,7 +6,7 @@
 
 Name:           ipa
 Version:        1.1.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The Identity, Policy and Audit system
 
 Group:          System Environment/Base
@@ -189,8 +189,8 @@
 %patch4 -p1 -b index
 
 %build
-cd ipa-server; ./autogen.sh --prefix=%{_usr} --sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} --libdir=%{_libdir} --mandir=%{_mandir}; cd ..
-cd ipa-client; ./autogen.sh --prefix=%{_usr} --sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} --libdir=%{_libdir} --mandir=%{_mandir}; cd ..
+cd ipa-server; ./autogen.sh --prefix=%{_usr} --sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} --libdir=%{_libdir} --mandir=%{_mandir} --with-openldap=yes; cd ..
+cd ipa-client; ./autogen.sh --prefix=%{_usr} --sysconfdir=%{_sysconfdir} --localstatedir=%{_localstatedir} --libdir=%{_libdir} --mandir=%{_mandir} --with-openldap=yes; cd ..
 
 make IPA_VERSION_IS_GIT_SNAPSHOT=no %{?_smp_mflags} version-update all
 cd ipa-server/selinux
@@ -435,6 +435,9 @@
 %{_sbindir}/ipa-modradiusprofile
 
 %changelog
+* Mon Jun 23 2008 Simo Sorce <ssorce at redhat.com> - 1.1.0-2
+- Rebuild against openldap libraries, mozldap ones do not work properly
+
 * Wed Jun 11 2008 Rob Crittenden <rcritten at redhat.com> - 1.1.0-1
 - Update to upstream version 1.1.0
 - Patch for indexing memberof attribute




More information about the fedora-extras-commits mailing list