rpms/ipa/F-9 ipa.spec,1.14,1.15

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


Author: simo

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

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



Index: ipa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipa/F-9/ipa.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ipa.spec	18 Jun 2008 15:58:49 -0000	1.14
+++ ipa.spec	23 Jun 2008 21:19:41 -0000	1.15
@@ -6,7 +6,7 @@
 
 Name:           ipa
 Version:        1.1.0
-Release:        2%{?dist}
+Release:        3%{?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-3
+- Rebuild against openldap libraries, mozldap ones do not work properly
+
 * Wed Jun 18 2008 Rob Crittenden <rcritten at redhat.com> - 1.1.0-2
 - Add call to /usr/sbin/upgradeconfig to post install
 




More information about the fedora-extras-commits mailing list