diff --git a/dropwatch.spec b/dropwatch.spec index 23993931eda2bc2d815185d2edc103c712251726..b25cea65b40f39750c415ebea8198219beae4015 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