From b7061d61c2dc0dc691bc10d787303cff94dcd422 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 24 2021 16:10:02 +0000 Subject: Add spec-file for the distribution --- diff --git a/SPECS/libseccomp.spec b/SPECS/libseccomp.spec index d45b1f9..4b15ce7 100644 --- a/SPECS/libseccomp.spec +++ b/SPECS/libseccomp.spec @@ -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 - 2.5.1-1 +- rebase to 2.5.1 + resolves: rhbz#1927635 + * Tue Apr 21 2020 Jiri Vymazal - 2.4.3-1 - rebase to upstream version 2.4.3 resolves: rhbz#1770693