From 976695dbfafefbdb6af2ad8568f713cf3c95919d488ecd851d02b71dad1f5b54 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 15 Nov 2012 13:39:30 +0000 Subject: [PATCH] make check OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=10 --- libseccomp.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libseccomp.spec b/libseccomp.spec index d4ac230..4bfcac0 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -96,6 +96,9 @@ b="%buildroot"; make install DESTDIR="$b"; find "$b/%_libdir" -type f -name "*.la" -delete; +%check +make check + %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig