Accepting request 930070 from Base:System

OBS-URL: https://build.opensuse.org/request/show/930070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cracklib?expand=0&rev=62
This commit is contained in:
Dominique Leuenberger 2021-11-10 20:45:39 +00:00 committed by Git OBS Bridge
commit f6b56fca16
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 4 13:45:06 UTC 2021 - pgajdos@suse.com
- %check: really test the package [bsc#1191736]
-------------------------------------------------------------------
Wed Aug 11 15:25:32 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -120,7 +120,8 @@ nm -C -D %{buildroot}%{_libdir}/libcrack.so.2 | grep ' T '
%endif
%check
%make_build check
sed -i 's:\(util/cracklib-check\):\1 %{buildroot}/usr/lib/cracklib_dict:' Makefile
%make_build test
%post -n libcrack2 -p /sbin/ldconfig
%postun -n libcrack2 -p /sbin/ldconfig