From e4e57375c8b40d14e90babd17c677047404d41e9 Mon Sep 17 00:00:00 2001 From: Jiangtian Feng Date: Tue, 9 May 2023 12:04:03 +0800 Subject: [PATCH] remove make check due to lack of test cases support Signed-off-by: Jiangtian Feng --- iprutils.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iprutils.spec b/iprutils.spec index 22efab6..e0d4c69 100644 --- a/iprutils.spec +++ b/iprutils.spec @@ -2,7 +2,7 @@ Name: iprutils Version: 2.4.19 -Release: 2 +Release: 3 Summary: Utilities for the ipr. License: CPL URL: https://github.com/bjking1/iprutils @@ -38,9 +38,6 @@ autoreconf -ivf --disable-sosreport %make_build -%check -make check - %install %make_install @@ -76,6 +73,9 @@ install -p -m 0644 %SOURCE1 %{buildroot}%{_mandir}/man8/ %{_mandir}/man8/* %changelog +* Tue May 9 2023 Jiangtian Feng - 2.4.19-3 +- remove make check due to lack of test cases support + * Mon Nov 7 2022 Jiangtian Feng - 2.4.19-2 - upgrade version number to 2.4.19-2