Re-enable testsuite

This commit is contained in:
Björn Esser 2021-06-08 13:37:43 +02:00
parent d74b5395ab
commit f7e8bbed56
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -80,15 +80,15 @@ make
%find_lang %{name} %find_lang %{name}
#%%check %check
#make 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}
#export LD_LIBRARY_PATH export LD_LIBRARY_PATH
#PYTHONPATH=$RPM_BUILD_ROOT%%{python3_sitearch} PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitearch}
#export PYTHONPATH export PYTHONPATH
#%%{python3} -c "import libuser" %{python3} -c "import libuser"
%ldconfig_scriptlets %ldconfig_scriptlets
@ -123,6 +123,7 @@ make
%changelog %changelog
* Tue Jun 15 2021 Björn Esser <besser82@fedoraproject.org> - 0.63-6 * Tue Jun 15 2021 Björn Esser <besser82@fedoraproject.org> - 0.63-6
- Add patches to add support for the yescrypt hash method - Add patches to add support for the yescrypt hash method
- Re-enable testsuite
* Tue Jun 15 2021 Björn Esser <besser82@fedoraproject.org> - 0.63-5 * Tue Jun 15 2021 Björn Esser <besser82@fedoraproject.org> - 0.63-5
- Fix renaming of the python package (#1964587) - Fix renaming of the python package (#1964587)