mirror of
https://abf.rosa.ru/djam/libseccomp.git
synced 2025-02-24 10:12:49 +00:00
Fix location of rm (it was in c\%%check), micro update
This commit is contained in:
parent
b506a58ed3
commit
8b743cfcd1
2 changed files with 5 additions and 5 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
libseccomp-2.5.1.tar.gz: 6069b720219400d8369f567af30cd2ad06ad938e
|
||||
libseccomp-2.5.2.tar.gz: 81e6fc7b63baae9ba2b607d920588eb4d5072d6b
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue