Ismail Dönmez 2015-10-06 11:29:07 +00:00 committed by Git OBS Bridge
parent 201f151d4f
commit 29cd708838
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 6 11:26:39 UTC 2015 - idonmez@suse.com
- Re-enable %check
-------------------------------------------------------------------
Mon Sep 28 14:27:30 UTC 2015 - stephan.barth@suse.com

View File

@ -125,8 +125,7 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags}
find %{buildroot} -type f -name "*.la" -delete -print
%check
# Some checks randomly fail
make check %{?_smp_mflags} || :
make check %{?_smp_mflags}
%post -n %{lib_name} -p /sbin/ldconfig