diff --git a/dropwatch-1.5.3.tar.gz b/dropwatch-1.5.3.tar.gz deleted file mode 100644 index de829f7c1feb95390071fc783e4660514f8bb35c..0000000000000000000000000000000000000000 Binary files a/dropwatch-1.5.3.tar.gz and /dev/null differ diff --git a/dropwatch-1.5.4.tar.gz b/dropwatch-1.5.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e0f7ae9e50e139f646014cb38128178cd7824041 Binary files /dev/null and b/dropwatch-1.5.4.tar.gz differ diff --git a/dropwatch.spec b/dropwatch.spec index 4200ffa46485e465749e8718eab6c3033386d2d7..f006ffcb07dbaed2b1806d3f5c89fceab3ddf23c 100644 --- a/dropwatch.spec +++ b/dropwatch.spec @@ -1,26 +1,33 @@ -Name: dropwatch -Version: 1.5.3 -Release: 1 -Summary: Kernel dropped packet monitoring utility +Name: dropwatch +Version: 1.5.4 +Release: 1 +Summary: Kernel dropped packet monitor -License: GPLv2+ -URL: https://linux.die.net/man/1/dropwatch -Source0: https://github.com/nhorman/dropwatch/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +License: GPLv2+ +URL: https://github.com/nhorman/dropwatch +Source0: https://github.com/nhorman/dropwatch/archive/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: autoconf automake binutils-devel kernel-headers -BuildRequires: libnl3-devel libtool pkgconfig readline-devel libpcap-devel -Requires: libnl3 readline +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc +BuildRequires: make +BuildRequires: pkgconfig +BuildRequires: libtool +BuildRequires: kernel-headers +BuildRequires: binutils-devel +BuildRequires: libnl3-devel +BuildRequires: libpcap-devel +BuildRequires: readline-devel -%description -Dropwatch is started in an effort to improve the ability for developers -and system administrator to diagnose problems in the Linux Networking -stack, specifically in our ability to diagnose where packets are getting -dropped. +Requires: libnl3 +Requires: readline -%package_help +%description +dropwatch is an utility to interface to the kernel to monitor for dropped +network packets. %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -p1 %build ./autogen.sh @@ -28,22 +35,23 @@ dropped. %make_build %install -make install DESTDIR=%{buildroot} -mkdir -p %{buildroot}%{_bindir} -install -m0755 src/dropwatch %{buildroot}%{_bindir} -mkdir -p %{buildroot}%{_mandir}/man1 -install -m0644 doc/dropwatch.1 %{buildroot}%{_mandir}/man1 +%{make_install} %files -%license COPYING %{_bindir}/dropwatch %{_bindir}/dwdump - -%files help +%{_mandir}/man1/dropwatch.1* +%{_mandir}/man1/dwdump.1* %doc README.md -%{_mandir}/man1/dropwatch.1.gz +%license COPYING %changelog +* Wed Jun 22 2022 tanyulong - 1.5.4-1 +- Type:requirements +- Id:NA +- SUG:NA +- DESC:update dropwatch to 1.5.4 + * Sat Jan 30 2021 xihaochen - 1.5.3-1 - Type:requirements - Id:NA