Disable 'make check'

This was disabled in the past and I re-enabled it.
However, we've been running into valgrind bugs
which are preventing builds, so disabling again.

Signed-off-by: Tony Asleson <tasleson@redhat.com>
This commit is contained in:
Tony Asleson 2021-01-25 14:29:06 -06:00
parent 27223e5ab3
commit f50cf0acc5

View File

@ -1,8 +1,8 @@
%bcond_without test
%bcond_with test
Name: libstoragemgmt
Version: 1.8.8
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Storage array management library
License: LGPLv2+
URL: https://github.com/libstorage/libstoragemgmt
@ -443,6 +443,9 @@ fi
%{_mandir}/man1/local_lsmplugin.1*
%changelog
* Mon Jan 25 2021 Tony Asleson <tasleson@redhat.com> - 1.8.8-2
- Disable test
* Tue Dec 15 2020 Tony Asleson <tasleson@redhat.com> - 1.8.8-1
- Upgrade to 1.8.8 which removes a couple of plugins and reorg.
the plugin install directories.