From a3b01bcf48fedcdd6d02f04afe3b788caff7f93a Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Fri, 22 Feb 2008 23:21:23 +0000 Subject: [PATCH] BZ 434582. --- pcapdiff => pcapdiff.py | 0 pcapdiff.spec | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) rename pcapdiff => pcapdiff.py (100%) diff --git a/pcapdiff b/pcapdiff.py similarity index 100% rename from pcapdiff rename to pcapdiff.py diff --git a/pcapdiff.spec b/pcapdiff.spec index 5bb56a3..e6c7172 100644 --- a/pcapdiff.spec +++ b/pcapdiff.spec @@ -1,13 +1,13 @@ Name: pcapdiff Version: 0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Compares packet captures, detects forged, dropped or mangled packets Group: Development/Languages License: GPLv2+ and GPLv3+ URL: http://www.eff.org/testyourisp/pcapdiff/ Source0: http://www.eff.org/files/pcapdiff-%{version}.tar.gz -Source1: pcapdiff +Source1: pcapdiff.py Source2: printpackets Patch0: pcapdiff-pcapdiff-noshebang.patch Patch1: pcapdiff-printpackets-noshebang.patch @@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pcapdiff/*.pyo %changelog +* Fri Feb 22 2008 Jon Ciesla - 0.1-3 +- BZ 434582. + * Tue Dec 04 2007 Jon Ciesla - 0.1-2 - Added python-devel BR to fix .pyc/.pyo issue.