rpms/python-netaddr/devel python-netaddr.spec,1.11,1.12

John Eckersberg jeckersb at fedoraproject.org
Wed Jun 24 02:52:14 UTC 2009


Author: jeckersb

Update of /cvs/pkgs/rpms/python-netaddr/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23681

Modified Files:
	python-netaddr.spec 
Log Message:
set two files executable since they have shebangs; fixes rpmlint errors


Index: python-netaddr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-netaddr/devel/python-netaddr.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- python-netaddr.spec	24 Jun 2009 02:46:30 -0000	1.11
+++ python-netaddr.spec	24 Jun 2009 02:51:44 -0000	1.12
@@ -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




More information about the fedora-extras-commits mailing list