diff --git a/pcapdiff.spec b/pcapdiff.spec index 30e0194..af51537 100644 --- a/pcapdiff.spec +++ b/pcapdiff.spec @@ -1,6 +1,6 @@ Name: pcapdiff Version: 0.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Compares packet captures, detects forged, dropped or mangled packets Group: Development/Languages @@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pcapdiff/*.pyo %changelog +* Wed Aug 11 2010 David Malcolm - 0.1-8 +- recompiling .py files against Python 2.7 (rhbz#623344) + * Tue Mar 20 2010 Jon Ciesla - 0.1-7 - Fix for crash, BZ 557733.