Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
2796399816
!7 enable test
From: @yangl777 
Reviewed-by: @sunsuwan 
Signed-off-by: @sunsuwan
2023-10-07 09:52:47 +00:00
yangl777
16f7886567 enable test 2023-10-07 14:43:08 +08:00
openeuler-ci-bot
31a79004b1
!5 update dropwatch version to 1.5.4
From: @tanyulong2021 
Reviewed-by: @seuzw 
Signed-off-by: @seuzw
2022-06-22 08:35:00 +00:00
tanyulong2021
922de021f0 update dropwatch version to 1.5.4 2022-06-22 11:17:47 +08:00
openeuler-ci-bot
f93fa87516 !4 update dropwatch to 1.5.3
From: @haochenstar
Reviewed-by: @zengwefeng
Signed-off-by: @zengwefeng
2021-02-01 09:28:36 +08:00
haochenstar
013eef1040 update dropwatch to 1.5.3 2021-01-30 15:42:01 +08:00
openeuler-ci-bot
9949adfd91 !2 fix source0 url
From: @lunankun
Reviewed-by: @wangxp006
Signed-off-by: @wangxp006
2020-09-15 17:25:42 +08:00
lunankun
5234d85d99 fix source0 url 2020-09-10 18:07:26 +08:00
openeuler-ci-bot
29ef1264e6 !1 add yaml file
Merge pull request !1 from yixiangzhike/master
2020-07-02 22:54:53 +08:00
yixiangzhike
ef5cd1e492 add yaml file 2020-06-12 18:06:55 +08:00
4 changed files with 60 additions and 26 deletions

BIN
dropwatch-1.5.4.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,26 +1,33 @@
Name: dropwatch Name: dropwatch
Version: 1.5 Version: 1.5.4
Release: 7 Release: 2
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/releases/%{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 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}-%{name}-%{version} -p1 %autosetup -p1
%build %build
./autogen.sh ./autogen.sh
@ -28,21 +35,44 @@ dropped.
%make_build %make_build
%install %install
make install DESTDIR=%{buildroot} %{make_install}
mkdir -p %{buildroot}%{_bindir}
install -m0755 src/dropwatch %{buildroot}%{_bindir} %check
mkdir -p %{buildroot}%{_mandir}/man1 make check
install -m0644 doc/dropwatch.1 %{buildroot}%{_mandir}/man1
%files %files
%license COPYING
%{_bindir}/dropwatch %{_bindir}/dropwatch
%{_bindir}/dwdump
%files help %{_mandir}/man1/dropwatch.1*
%{_mandir}/man1/dwdump.1*
%doc README.md %doc README.md
%{_mandir}/man1/dropwatch.1.gz %license COPYING
%changelog %changelog
* Mon Sep 25 2023 yanglu <yanglu72@h-partners.com> - 1.5.4-2
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:enable test
* 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
- Type:requirements
- Id:NA
- SUG:NA
- DESC:update dropwatch to 1.5.3
* Thu Sep 10 2020 lunankun <lunankun@huawei.com> - 1.5-8
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:fix source0 url
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5-7 * Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.5-7
- Type:bugfix - Type:bugfix
- Id:NA - Id:NA

4
dropwatch.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: nhorman/dropwatch
tag_prefix: ^v
seperator: .