diff --git a/pcapy.spec b/pcapy.spec index 33cf912..1a89a8d 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: 3%{?dist} +Release: 4%{?dist} Summary: A Python interface to libpcap Group: Development/Languages @@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %attr(0755,root,root) %dir %{python_sitearch}/pcapy* %changelog +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.10.5-4 +- Rebuild for Python 2.6 + * Fri Feb 08 2008 Jon Ciesla - 0.10.5-3 - GCC 4.3 rebuild.