BZ 434582.

This commit is contained in:
Gwyn Ciesla 2008-02-22 23:21:23 +00:00
commit a3b01bcf48
2 changed files with 5 additions and 2 deletions

View file

@ -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 <limb@jcomserv.net> - 0.1-3
- BZ 434582.
* Tue Dec 04 2007 Jon Ciesla <limb@jcomserv.net> - 0.1-2
- Added python-devel BR to fix .pyc/.pyo issue.