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}