From 8b743cfcd11cc5489118471bcd610420542e8190 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Thu, 21 Oct 2021 12:01:22 +0300 Subject: [PATCH] Fix location of rm (it was in c\%%check), micro update --- .abf.yml | 2 +- libseccomp.spec | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.abf.yml b/.abf.yml index ac75a83..9516b4d 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - libseccomp-2.5.1.tar.gz: 6069b720219400d8369f567af30cd2ad06ad938e + libseccomp-2.5.2.tar.gz: 81e6fc7b63baae9ba2b607d920588eb4d5072d6b diff --git a/libseccomp.spec b/libseccomp.spec index 3135aca..c6cb302 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -4,8 +4,8 @@ Summary: Enhanced seccomp library Name: libseccomp -Version: 2.5.1 -Release: 2 +Version: 2.5.2 +Release: 1 License: LGPLv2 Group: System/Libraries Url: https://github.com/seccomp/libseccomp @@ -92,8 +92,8 @@ mkdir -p "%{buildroot}/%{_includedir}" mkdir -p "%{buildroot}/%{_mandir}" %makeinstall_std +rm -fv "%{buildroot}/%{_libdir}/libseccomp.a" + %check # standard regression tests make check - -rm -vf "%{buildroot}/%{_libdir}/libseccomp.a"