From 3a194c42a7ee1390efdf23bd2748258b20915203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 30 Oct 2023 09:36:37 +0100 Subject: [PATCH] - work around a test failure (https://github.com/ibm-s390-linux/qclib/issues/2) --- qclib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qclib.spec b/qclib.spec index c31ac62..bbc2f8a 100644 --- a/qclib.spec +++ b/qclib.spec @@ -1,6 +1,6 @@ Name: qclib Version: 2.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for extraction of system information for Linux on z Systems License: BSD URL: https://github.com/ibm-s390-linux/qclib @@ -59,7 +59,7 @@ make DESTDIR=%{buildroot} DOCDIR=%{_docdir} installdoc %check -make test-sh test +QC_CHECK_CONSISTENCY=0 make test-sh test %files @@ -82,6 +82,9 @@ make test-sh test %changelog +* Mon Oct 30 2023 Dan HorĂ¡k - 2.4.0-3 +- work around a test failure (https://github.com/ibm-s390-linux/qclib/issues/2) + * Fri Jul 21 2023 Fedora Release Engineering - 2.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild