libkcapi.spec: Disables kcapi-enc tests until the kernel bug bz 1826022 is fixed.

Signed-off-by: Sahana Prasad <sahana@redhat.com>
This commit is contained in:
Sahana Prasad 2020-04-22 11:45:41 +02:00
parent 50dcd7a51f
commit d1117b07e6

View File

@ -97,7 +97,7 @@ bin/kcapi-hasher -n fipshmac -d "$lib_path"/fipscheck \\\
Name: libkcapi
Version: %{vmajor}.%{vminor}.%{vpatch}
Release: 2%{?dist}
Release: 3%{?dist}
Summary: User space interface to the Linux Kernel Crypto API
License: BSD or GPLv2
@ -120,6 +120,7 @@ BuildRequires: openssl
BuildRequires: perl
BuildRequires: systemd
BuildRequires: xmlto
BuildRequires: sed
# For ownership of %%{_sysctldir}.
Requires: systemd
@ -370,6 +371,7 @@ done
%if %{lua:print(rpm.vercmp(posix.uname('%r'), '5.1'));} >= 0
# Real testsuite.
pushd test
```sed -i '/kcapi-enc-test/,+6d' test-invocation.sh```
ENABLE_FUZZ_TEST=1 \
NO_32BIT_TEST=1 \
./test-invocation.sh
@ -446,6 +448,9 @@ popd
%changelog
* Wed Apr 22 2020 Sahana Prasad <sahana@redhat.com> - 1.1.5-3
- Disables kcapi-enc tests until the kernel bug bz 1826022 is fixed.
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild