[pcapy] FTBFS fix.

Jon Ciesla limb at fedoraproject.org
Tue Jan 17 19:47:45 UTC 2012


commit b2abf47fd9a3c98d1ca0f0bd6d8b464e76c75d59
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Jan 17 13:47:36 2012 -0600

    FTBFS fix.

 pcapy.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pcapy.spec b/pcapy.spec
index 8e8250b..db61d96 100644
--- a/pcapy.spec
+++ b/pcapy.spec
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 Name: pcapy
 Version: 0.10.5
-Release:  9%{?dist}
+Release: 10%{?dist}
 Summary: A Python interface to libpcap
 
 Group: Development/Languages
@@ -45,9 +45,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README pcapy.html
-%attr(0755,root,root) %dir %{python_sitearch}/pcapy*
+%attr(0755,root,root) %{python_sitearch}/*
 
 %changelog
+* Tue Jan 17 2012 Jon Ciesla <limburgher at gmail.com> - 0.10.5-10
+- Fixed file listing.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.5-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list