From a473eab5673972c3d451fe36f48571c244aab00c Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Wed, 24 Jun 2009 02:51:44 +0000 Subject: [PATCH] set two files executable since they have shebangs; fixes rpmlint errors --- python-netaddr.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-netaddr.spec b/python-netaddr.spec index ab49240..30da729 100644 --- a/python-netaddr.spec +++ b/python-netaddr.spec @@ -58,6 +58,8 @@ rm -rf $RPM_BUILD_ROOT %attr(0755,root,root) %{python_sitelib}/netaddr/address.py %attr(0755,root,root) %{python_sitelib}/netaddr/ip/__init__.py %attr(0755,root,root) %{python_sitelib}/netaddr/__init__.py +%attr(0755,root,root) %{python_sitelib}/netaddr/fallback.py +%attr(0755,root,root) %{python_sitelib}/netaddr/util.py %changelog