Disabling fs_test

Fakeroot from pseudo library does not work on i686 and s390.
Disabling it for now.
This commit is contained in:
Tomas Halman 2023-01-24 10:36:46 +01:00
parent a625bf7f7b
commit 208284ba7b

View File

@ -15,7 +15,6 @@ BuildRequires: python3-devel
# To make sure the configure script can find it
BuildRequires: gcc
# For %%check
BuildRequires: pseudo
BuildRequires: openldap-clients
BuildRequires: openldap-servers
BuildRequires: openssl
@ -77,7 +76,7 @@ make
%find_lang %{name}
%check
PSEUDO_LOCALSTATEDIR=/tmp/pseudo.$$ %make_build check || { cat test-suite.log; false; }
%make_build check || { cat test-suite.log; false; }
# Verify that all python modules load, just in case.
LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}:${LD_LIBRARY_PATH}