From a04b7d52f26dde80423acdff825fb5e01cde4ad9 Mon Sep 17 00:00:00 2001 From: Christine Caulfield Date: Wed, 3 Aug 2022 10:10:44 +0100 Subject: [PATCH] Don't run 'check' tests, as they don't always work on Fedora infra All versions are run through local CI anyway --- libqb.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libqb.spec b/libqb.spec index 01c00fe..99db140 100644 --- a/libqb.spec +++ b/libqb.spec @@ -1,8 +1,8 @@ -%bcond_without check +%bcond_with check Name: libqb Version: 2.0.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library providing high performance logging, tracing, ipc, and poll License: LGPLv2+ @@ -87,6 +87,10 @@ This package contains a program to create nicely-formatted man pages from Doxyge %changelog +* Wed Aug 03 2022 Christine Caulfield 2.0.6-3 + Don't run tests on Fedora. We have a local CI and it just loads + up the Fedora build system (and occasionally fails for loading reasons) + * Thu Jul 21 2022 Fedora Release Engineering - 2.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild