Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f12d258b2b |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
dropwatch-1.0.tbz2
|
||||
dropwatch-1.1-0.tbz2
|
||||
dropwatch-1.2.tbz2
|
||||
/dropwatch-1.4.tbz2
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
7260f82812fbbdf174b953d181ee0be1 dropwatch-1.2.tbz2
|
||||
5145753b3e9255bd9b190251ba4d3bbf dropwatch-1.4.tbz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue