diff --git a/libica.changes b/libica.changes index 51b9caa..4b2651d 100644 --- a/libica.changes +++ b/libica.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 24 10:09:46 UTC 2019 - Martin Pluskal + +- Run testsuite during build + ------------------------------------------------------------------- Thu Nov 15 19:16:30 UTC 2018 - mpost@suse.com diff --git a/libica.spec b/libica.spec index 1262414..09f6281 100644 --- a/libica.spec +++ b/libica.spec @@ -1,7 +1,7 @@ # # spec file for package libica # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,6 @@ %if ! %{defined _fillupdir} %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif - Name: libica Version: 3.4.0 Release: 0 @@ -128,6 +127,9 @@ rm -f %{buildroot}%{_libdir}/libica.la rm -f %{buildroot}%{_datadir}/doc/libica/* rmdir %{buildroot}%{_datadir}/doc/libica +%check +make check + %post tools %{fillup_and_insserv -n boot.z90crypt}