diff --git a/Makefile b/Makefile index 5feaa8a..bd4e836 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: pcapdiff -# $Id$ +# $Id: Makefile,v 1.1 2007/12/07 17:01:56 kevin Exp $ NAME := pcapdiff SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) diff --git a/branch b/branch new file mode 100644 index 0000000..06de2d2 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-12 diff --git a/pcapdiff.py b/pcapdiff.py index 87ad9db..65b9419 100644 --- a/pcapdiff.py +++ b/pcapdiff.py @@ -2,5 +2,4 @@ if __name__ == '__main__': import sys sys.path.insert(0, '/usr/share/pcapdiff') - from pcapdiff import main - main() + import pcapdiff diff --git a/pcapdiff.spec b/pcapdiff.spec index 91999ae..30e0194 100644 --- a/pcapdiff.spec +++ b/pcapdiff.spec @@ -1,6 +1,6 @@ Name: pcapdiff Version: 0.1 -Release: 6%{?dist} +Release: 7%{?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 +* Tue Mar 20 2010 Jon Ciesla - 0.1-7 +- Fix for crash, BZ 557733. + * Sat Jul 25 2009 Fedora Release Engineering - 0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild