temporarily disable tests (#1964827)

Related: rhbz#1964827
This commit is contained in:
Joe Orton 2021-05-27 08:19:13 +01:00
parent 0611fdad20
commit 557ca44709

View File

@ -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 <jorton@redhat.com> - 0.31.2-8
- temporarily disable tests (#1964827)
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.31.2-7
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937