update to 2.5.0

This commit is contained in:
liquor 2020-08-25 15:52:36 +08:00
parent bec339f409
commit ea5aeb612d
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
libseccomp-2.5.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: libseccomp Name: libseccomp
Version: 2.4.3 Version: 2.5.0
Release: 1 Release: 1
Summary: Interface to the syscall filtering mechanism Summary: Interface to the syscall filtering mechanism
License: LGPLv2 License: LGPLv2
URL: https://github.com/seccomp/libseccomp URL: https://github.com/seccomp/libseccomp
Source0: https://github.com/seccomp/libseccomp/releases/download/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/seccomp/libseccomp/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc git gdb BuildRequires: gcc git gdb gperf
%description %description
The libseccomp library provides an easy to use, platform independent, interface to The libseccomp library provides an easy to use, platform independent, interface to
@ -67,6 +67,9 @@ make check
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Thu Aug 25 2020 Liquor <lirui130@huawei.com> - 2.5.0-1
- update to 2.5.0
* Fri Apr 24 2020 BruceGW <gyl93216@163.com> - 2.4.3-1 * Fri Apr 24 2020 BruceGW <gyl93216@163.com> - 2.4.3-1
- update upstream to 2.4.3 - update upstream to 2.4.3