From 557ca447093dc1ce0516e85e3381611a3b82fd5c Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 27 May 2021 08:19:13 +0100 Subject: [PATCH] temporarily disable tests (#1964827) Related: rhbz#1964827 --- neon.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/neon.spec b/neon.spec index 0190202..3d2befa 100644 --- a/neon.spec +++ b/neon.spec @@ -1,4 +1,4 @@ -%bcond_without tests +%bcond_with tests %if 0%{?fedora} %bcond_without pkcs11 %else @@ -8,7 +8,7 @@ Summary: An HTTP and WebDAV client library Name: neon Version: 0.31.2 -Release: 7%{?dist} +Release: 8%{?dist} License: LGPLv2+ URL: https://notroj.github.io/neon/ Source0: https://notroj.github.io/neon/neon-%{version}.tar.gz @@ -89,6 +89,9 @@ make %{?_smp_mflags} check %{_libdir}/*.so %changelog +* Thu May 27 2021 Joe Orton - 0.31.2-8 +- temporarily disable tests (#1964827) + * Fri Apr 16 2021 Mohan Boddu - 0.31.2-7 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937