[python-netifaces/el5] attempt to fix build error, again. Wow.

Ryan Rix rrix at fedoraproject.org
Fri Jun 17 21:01:35 UTC 2011


commit bff7d920a73b2be095a4fe6741168e58759af2fd
Author: Ryan Rix <ry at n.rix.si>
Date:   Fri Jun 17 14:01:22 2011 -0700

    attempt to fix build error, again. Wow.

 python-netifaces.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-netifaces.spec b/python-netifaces.spec
index 35a2e46..3b21fb8 100644
--- a/python-netifaces.spec
+++ b/python-netifaces.spec
@@ -35,7 +35,7 @@ python setup.py build
 %install
 rm -rf $RPM_BUILD_ROOT
 python setup.py install --root $RPM_BUILD_ROOT
-chmod -x $RPM_BUILD_ROOT%{python_sitearch}/netifaces-0.5-py2.7.egg-info/*
+chmod -x $RPM_BUILD_ROOT%{python_sitearch}/netifaces-*.egg-info/*
 
 
 %clean


More information about the scm-commits mailing list