Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Neil Horman
f12d258b2b Resolves: bz828510 2012-06-04 16:07:44 -04:00
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
dropwatch-1.0.tbz2
dropwatch-1.1-0.tbz2
dropwatch-1.2.tbz2
/dropwatch-1.4.tbz2

View file

@ -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 <nhorman@redhat.com> - 1.4-1
- Update to latest upstream
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View file

@ -1 +1 @@
7260f82812fbbdf174b953d181ee0be1 dropwatch-1.2.tbz2
5145753b3e9255bd9b190251ba4d3bbf dropwatch-1.4.tbz2