From 16f78865674d6f568271f82e5a11615b3b72f2f7 Mon Sep 17 00:00:00 2001 From: yangl777 Date: Mon, 25 Sep 2023 15:35:09 +0800 Subject: [PATCH] enable test --- dropwatch.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/dropwatch.spec b/dropwatch.spec index f006ffc..c931ff8 100644 --- a/dropwatch.spec +++ b/dropwatch.spec @@ -1,6 +1,6 @@ Name: dropwatch Version: 1.5.4 -Release: 1 +Release: 2 Summary: Kernel dropped packet monitor License: GPLv2+ @@ -37,6 +37,9 @@ network packets. %install %{make_install} +%check +make check + %files %{_bindir}/dropwatch %{_bindir}/dwdump @@ -46,6 +49,12 @@ network packets. %license COPYING %changelog +* Mon Sep 25 2023 yanglu - 1.5.4-2 +- Type:enhancement +- Id:NA +- SUG:NA +- DESC:enable test + * Wed Jun 22 2022 tanyulong - 1.5.4-1 - Type:requirements - Id:NA