rpms/myproxy/F-11 myproxy.spec,1.1,1.2

stevetraylen stevetraylen at fedoraproject.org
Tue Oct 13 07:31:53 UTC 2009


Author: stevetraylen

Update of /cvs/pkgs/rpms/myproxy/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24195/F-11

Modified Files:
	myproxy.spec 
Log Message:
Disable openldap for .el4 build.



Index: myproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/myproxy/F-11/myproxy.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- myproxy.spec	11 Oct 2009 06:15:54 -0000	1.1
+++ myproxy.spec	13 Oct 2009 07:31:53 -0000	1.2
@@ -8,7 +8,7 @@
 
 Name:           myproxy
 Version:        4.8
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Manage X.509 Public Key Infrastructure (PKI) security credentials
 
 Group:          System Environment/Daemons
@@ -26,7 +26,9 @@ BuildRequires:  pam-devel
 BuildRequires:  graphviz
 BuildRequires:  voms-devel >= 1.9.12.1
 BuildRequires:  cyrus-sasl-devel
+%if "%{?rhel}" != "4"
 BuildRequires:  openldap-devel >= 2.3
+%endif
 BuildRequires:  grid-packaging-tools 
 BuildRequires:  doxygen
 
@@ -168,9 +170,15 @@ sed -e "s!<With_Flavors!<With_Flavors Co
 
 %{_datadir}/globus/globus-bootstrap.sh
 
+%if "%{?rhel}" == "4"
+%configure --with-flavor=%{flavor}  --enable-doxygen \
+                                    --with-voms=%{_usr} --without-openldap \
+                                    --with-kerberos5=%{_usr} --with-sasl2=%{_usr}
+%else
 %configure --with-flavor=%{flavor}  --enable-doxygen --with-openldap=%{_usr} \
                                     --with-voms=%{_usr} \
                                     --with-kerberos5=%{_usr} --with-sasl2=%{_usr}
+%endif
 make %{?_smp_mflags}
 
 %install
@@ -383,6 +391,8 @@ fi
 %{_libdir}/pkgconfig/myproxy.pc
 
 %changelog
+* Tue Oct 13 2009 Steve Traylen <steve.traylen at cern.ch> - 4.8-5
+- Disable openldap support for el4 only since openldap to old.
 * Wed Oct 7 2009 Steve Traylen <steve.traylen at cern.ch> -  4.8-4
 - Add ASL 2.0 license as well.
 - Explicitly add /etc/grid-security to files list




More information about the fedora-extras-commits mailing list