Jan Engelhardt 2023-11-12 20:55:40 +00:00 committed by Git OBS Bridge
parent cc4f08ee9d
commit 5907b2516b

View File

@ -67,7 +67,12 @@ The main characteristics of PPLite:
rm -f "%buildroot/%_libdir"/*.la
%check
%make_build check
if ! %make_build check; then
%ifnarch ppc64le
exit 1
%endif
:
fi
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig