From b2abf47fd9a3c98d1ca0f0bd6d8b464e76c75d59 Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Jan 17 2012 19:47:36 +0000 Subject: FTBFS fix. --- 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 - 0.10.5-10 +- Fixed file listing. + * Fri Jan 13 2012 Fedora Release Engineering - 0.10.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild