From 208284ba7bf565776d37c3cfd35dd85c86af2c77 Mon Sep 17 00:00:00 2001 From: Tomas Halman Date: Tue, 24 Jan 2023 10:36:46 +0100 Subject: [PATCH] Disabling fs_test Fakeroot from pseudo library does not work on i686 and s390. Disabling it for now. --- libuser.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libuser.spec b/libuser.spec index c766931..40401fa 100644 --- a/libuser.spec +++ b/libuser.spec @@ -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}