update dropwatch to 1.5.3

This commit is contained in:
haochenstar 2021-01-29 09:46:19 +08:00
parent 9949adfd91
commit 013eef1040
3 changed files with 12 additions and 5 deletions

BIN
dropwatch-1.5.3.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,14 @@
Name: dropwatch Name: dropwatch
Version: 1.5 Version: 1.5.3
Release: 8 Release: 1
Summary: Kernel dropped packet monitoring utility Summary: Kernel dropped packet monitoring utility
License: GPLv2+ License: GPLv2+
URL: https://linux.die.net/man/1/dropwatch URL: https://linux.die.net/man/1/dropwatch
Source0: https://github.com/nhorman/dropwatch/archive/dropwatch-1.5.tar.gz Source0: https://github.com/nhorman/dropwatch/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: autoconf automake binutils-devel kernel-headers BuildRequires: autoconf automake binutils-devel kernel-headers
BuildRequires: libnl3-devel libtool pkgconfig readline-devel BuildRequires: libnl3-devel libtool pkgconfig readline-devel libpcap-devel
Requires: libnl3 readline Requires: libnl3 readline
%description %description
@ -20,7 +20,7 @@ dropped.
%package_help %package_help
%prep %prep
%autosetup -n %{name}-%{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
%build %build
./autogen.sh ./autogen.sh
@ -37,12 +37,19 @@ install -m0644 doc/dropwatch.1 %{buildroot}%{_mandir}/man1
%files %files
%license COPYING %license COPYING
%{_bindir}/dropwatch %{_bindir}/dropwatch
%{_bindir}/dwdump
%files help %files help
%doc README.md %doc README.md
%{_mandir}/man1/dropwatch.1.gz %{_mandir}/man1/dropwatch.1.gz
%changelog %changelog
* Sat Jan 30 2021 xihaochen <xihaochen@huawei.com> - 1.5.3-1
- Type:requirements
- Id:NA
- SUG:NA
- DESC:update dropwatch to 1.5.3
* Thu Sep 10 2020 lunankun <lunankun@huawei.com> - 1.5-8 * Thu Sep 10 2020 lunankun <lunankun@huawei.com> - 1.5-8
- Type:bugfix - Type:bugfix
- Id:NA - Id:NA