!5 update dropwatch version to 1.5.4

From: @tanyulong2021 
Reviewed-by: @seuzw 
Signed-off-by: @seuzw
This commit is contained in:
openeuler-ci-bot 2022-06-22 08:35:00 +00:00 committed by Gitee
commit 31a79004b1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 34 additions and 26 deletions

Binary file not shown.

BIN
dropwatch-1.5.4.tar.gz Normal file

Binary file not shown.

View File

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