From dc208ab4f4e217106bb052e2207f1ae919769dd4 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Mon, 13 Mar 2023 08:39:37 +0000 Subject: [PATCH] enable test --- iputils.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/iputils.spec b/iputils.spec index 70caa02..d5b8299 100644 --- a/iputils.spec +++ b/iputils.spec @@ -1,6 +1,7 @@ +#needsrootforbuild Name: iputils Version: 20210722 -Release: 6 +Release: 7 Summary: Network monitoring tools including ping License: BSD and GPLv2+ URL: https://github.com/iputils/iputils @@ -93,6 +94,9 @@ install -cp ifenslave.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/ %postun ninfod %systemd_postun_with_restart ninfod.service +%check +%meson_test + %files %defattr(-,root,root) %license bsd.txt gpl-2.0.txt LICENSE @@ -122,6 +126,12 @@ install -cp ifenslave.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/ %{_unitdir}/ninfod.service %changelog +* Mon Mar 13 2023 eaglegai - 20210722-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: enable test + * Fri May 06 2022 eaglegai - 20210722-6 - Type:bugfix - ID:NA -- Gitee