!13 [sync] PR-9: enable test

From: @openeuler-sync-bot 
Reviewed-by: @robertxw 
Signed-off-by: @robertxw
This commit is contained in:
openeuler-ci-bot 2023-12-14 01:51:42 +00:00 committed by Gitee
commit 19ee01108b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: dropwatch
Version: 1.5.3
Release: 1
Release: 2
Summary: Kernel dropped packet monitoring utility
License: GPLv2+
@ -34,6 +34,9 @@ install -m0755 src/dropwatch %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
install -m0644 doc/dropwatch.1 %{buildroot}%{_mandir}/man1
%check
make check
%files
%license COPYING
%{_bindir}/dropwatch
@ -44,6 +47,12 @@ install -m0644 doc/dropwatch.1 %{buildroot}%{_mandir}/man1
%{_mandir}/man1/dropwatch.1.gz
%changelog
* Mon Dec 11 2023 yanglu <yanglu72@h-partners.com> - 1.5.3-2
- Type:enhancement
- Id:NA
- SUG:NA
- DESC:enable test
* Sat Jan 30 2021 xihaochen <xihaochen@huawei.com> - 1.5.3-1
- Type:requirements
- Id:NA