diff --git a/libseccomp-2.4.3.tar.gz b/libseccomp-2.4.3.tar.gz deleted file mode 100644 index db2829469edbb000ca6008bfea0d177e46ca5eea..0000000000000000000000000000000000000000 Binary files a/libseccomp-2.4.3.tar.gz and /dev/null differ diff --git a/libseccomp-2.5.0.tar.gz b/libseccomp-2.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8e625ff8b08604ad667bfb6dc08d5308c5d0a593 Binary files /dev/null and b/libseccomp-2.5.0.tar.gz differ diff --git a/libseccomp.spec b/libseccomp.spec index 0140358f4e0d7856ae9e5b1c7c73645dbcd99232..9c6d25c6ec0057e69e9f09716bf7e7114432598b 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,12 +1,12 @@ Name: libseccomp -Version: 2.4.3 +Version: 2.5.0 Release: 1 Summary: Interface to the syscall filtering mechanism License: LGPLv2 URL: https://github.com/seccomp/libseccomp Source0: https://github.com/seccomp/libseccomp/releases/download/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: gcc git gdb +BuildRequires: gcc git gdb gperf %description The libseccomp library provides an easy to use, platform independent, interface to @@ -67,6 +67,9 @@ make check %{_mandir}/man*/* %changelog +* Thu Aug 25 2020 Liquor - 2.5.0-1 +- update to 2.5.0 + * Fri Apr 24 2020 BruceGW - 2.4.3-1 - update upstream to 2.4.3