diff --git a/.gitignore b/.gitignore index cfdf057..58a89e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ dropwatch-1.0.tbz2 dropwatch-1.1-0.tbz2 dropwatch-1.2.tbz2 +/dropwatch-1.4.tbz2 diff --git a/dropwatch.spec b/dropwatch.spec index 17d4879..e729c6a 100644 --- a/dropwatch.spec +++ b/dropwatch.spec @@ -1,6 +1,6 @@ Summary: Kernel dropped packet monitor Name: dropwatch -Version: 1.2 +Version: 1.4 Release: 1%{?dist} Source0: https://fedorahosted.org/releases/d/r/dropwatch/dropwatch-%{version}.tbz2 URL: http://fedorahosted.org/dropwatch @@ -8,8 +8,8 @@ License: GPLv2+ Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: kernel-devel, libnl-devel, readline-devel -BuildRequires: binutils-devel, binutils-static -Requires: libnl, readline +BuildRequires: binutils-devel, binutils-static libnl3-devel pkgconfig +Requires: libnl3, readline %description dropwatch is an utility to interface to the kernel to monitor for dropped @@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING %changelog +* Mon Jun 04 2012 Neil Horman - 1.4-1 +- Update to latest upstream + * Tue Feb 08 2011 Fedora Release Engineering - 1.2-1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 6b105e6..649b394 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7260f82812fbbdf174b953d181ee0be1 dropwatch-1.2.tbz2 +5145753b3e9255bd9b190251ba4d3bbf dropwatch-1.4.tbz2