Disabling fs_test
Fakeroot from pseudo library does not work on i686 and s390. Disabling it for now.
This commit is contained in:
parent
a625bf7f7b
commit
208284ba7b
@ -15,7 +15,6 @@ BuildRequires: python3-devel
|
|||||||
# To make sure the configure script can find it
|
# To make sure the configure script can find it
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
# For %%check
|
# For %%check
|
||||||
BuildRequires: pseudo
|
|
||||||
BuildRequires: openldap-clients
|
BuildRequires: openldap-clients
|
||||||
BuildRequires: openldap-servers
|
BuildRequires: openldap-servers
|
||||||
BuildRequires: openssl
|
BuildRequires: openssl
|
||||||
@ -77,7 +76,7 @@ make
|
|||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%check
|
%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.
|
# Verify that all python modules load, just in case.
|
||||||
LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}:${LD_LIBRARY_PATH}
|
LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}:${LD_LIBRARY_PATH}
|
||||||
|
Loading…
Reference in New Issue
Block a user