import libseccomp-2.5.1-1.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:55:07 -04:00 committed by Andrew Lukoshko
parent 22ed773a49
commit 87ce45ebca
3 changed files with 9 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libseccomp-2.4.3.tar.gz
SOURCES/libseccomp-2.5.1.tar.gz

View File

@ -1 +1 @@
477a66a6c5a32e585adaf90961994641de313247 SOURCES/libseccomp-2.4.3.tar.gz
6069b720219400d8369f567af30cd2ad06ad938e SOURCES/libseccomp-2.5.1.tar.gz

View File

@ -2,13 +2,15 @@
Summary: Enhanced seccomp library
Name: libseccomp
Version: 2.4.3
Version: 2.5.1
Release: 1%{?dist}
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mipsel mips64el ppc64 ppc64le s390 s390x
License: LGPLv2
Group: System Environment/Libraries
Source: https://github.com/seccomp/libseccomp/releases/download/v%{version}/%{name}-%{version}.tar.gz
URL: https://github.com/seccomp/libseccomp
Buildrequires: gperf
%ifarch %{valgrind_arches}
# Versions prior to 3.13.0-4 do not work on ARM with newer glibc 2.25.0-6
# See https://bugzilla.redhat.com/show_bug.cgi?id=1466017
@ -97,6 +99,10 @@ make V=1 check
%{_libdir}/libseccomp.a
%changelog
* Thu Feb 18 2021 Radovan Sroka <rsroka@redhat.com> - 2.5.1-1
- rebase to 2.5.1
resolves: rhbz#1927635
* Tue Apr 21 2020 Jiri Vymazal <jvymazal@redhat.com> - 2.4.3-1
- rebase to upstream version 2.4.3
resolves: rhbz#1770693