[lcgdm] Make it work for EPEL4

Mattias Ellert ellert at fedoraproject.org
Tue Dec 21 02:44:28 UTC 2010


commit 464b125bc4759173936280e5c2671e0b89734d33
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Tue Dec 21 03:44:29 2010 +0100

    Make it work for EPEL4

 lcgdm.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/lcgdm.spec b/lcgdm.spec
index 2e2061f..e1f648e 100644
--- a/lcgdm.spec
+++ b/lcgdm.spec
@@ -17,13 +17,13 @@
 %global altpython_sitearch %(%{__altpython} -c "from distutils.sysconfig import get_python_lib; import sys; sys.stdout.write(get_python_lib(1))")
 %endif
 
-%{?filter_setup:
+%if %{?filter_setup:1}%{!?filter_setup:0}
 %filter_provides_in %{python_sitearch}.*\.so$
 %if %{?altpython:1}%{!?altpython:0}
 %filter_provides_in %{altpython_sitearch}.*\.so$
 %endif
 %filter_setup
-}
+%endif
 
 Name:		lcgdm
 Version:	1.8.0.1
@@ -2406,10 +2406,10 @@ fi
 %attr(-,dpmmgr,dpmmgr) %{_localstatedir}/log/dpm-srmv2.2
 
 %changelog
-* Mon Dec 20 2010 Mattias Ellert <ellert at ellert.tsl.uu.se> - 1.8.0.1-2
+* Mon Dec 20 2010 Mattias Ellert <mattias.ellert at fysast.uu.se> - 1.8.0.1-2
 - Filter private provides from python
 
-* Mon Dec 20 2010 Mattias Ellert <ellert at ellert.tsl.uu.se> - 1.8.0.1-1
+* Mon Dec 20 2010 Mattias Ellert <mattias.ellert at fysast.uu.se> - 1.8.0.1-1
 - Update to version 1.8.0.1
 - Drop patch lcgdm-bashisms.patch (fixed upstream)
 


More information about the scm-commits mailing list