[genders/el5] egginfo files don't exist on el5 systems

David Brown dmlb2000 at fedoraproject.org
Sat Jul 14 20:47:08 UTC 2012


commit 868125b10047ec98cb66b9bddfca7a3a93e2002a
Author: David Brown <david.brown at pnl.gov>
Date:   Sat Jul 14 13:46:35 2012 -0700

    egginfo files don't exist on el5 systems

 genders.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/genders.spec b/genders.spec
index f607711..650bd23 100644
--- a/genders.spec
+++ b/genders.spec
@@ -183,7 +183,9 @@ rm -rf %{buildroot}
 %doc DISCLAIMER DISCLAIMER.UC COPYING 
 %{python_sitearch}/%{name}.py*
 %{python_sitearch}/lib%{name}.so
+%if 0%{?rhel}%{?fedora} > 5
 %{python_sitearch}/lib%{name}-*egg-info
+%endif
 
 %files compat
 %defattr(-,root,root,-)
@@ -192,6 +194,9 @@ rm -rf %{buildroot}
 %{_usr}/lib/genders/*
 
 %changelog
+* Sat Jul 14 2012 David Brown <david.brown at pnnl.gov> - 1.18-6
+- python egginfo files don't exist on el5
+
 * Fri Jul 5 2012 David Brown <david.brown at pnnl.gov> - 1.18-5
 - change mode on python shared objects
 


More information about the scm-commits mailing list