From 6ce780f1e06a74e49e5634387f355bea9f74825d Mon Sep 17 00:00:00 2001 From: yangl777 Date: Mon, 11 Dec 2023 07:20:38 +0000 Subject: [PATCH] enable test Signed-off-by: yangl777 (cherry picked from commit c90b4b8cbe47078e496a2bebe6cceb1863c7ce02) --- dropwatch.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dropwatch.spec b/dropwatch.spec index 2399393..b25cea6 100644 --- a/dropwatch.spec +++ b/dropwatch.spec @@ -1,6 +1,6 @@ Name: dropwatch Version: 1.5 -Release: 7 +Release: 8 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 @@ -43,6 +46,12 @@ install -m0644 doc/dropwatch.1 %{buildroot}%{_mandir}/man1 %{_mandir}/man1/dropwatch.1.gz %changelog +* Mon Dec 11 2023 yanglu - 1.5-8 +- Type:enhancement +- Id:NA +- SUG:NA +- DESC:enable test + * Sat Oct 19 2019 openEuler Buildteam - 1.5-7 - Type:bugfix - Id:NA