upgrade software to v2.4.3

This commit is contained in:
chengquan 2020-05-11 15:06:55 +08:00
parent 8a2b407003
commit 5f718aab2b
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
libseccomp-2.4.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: libseccomp
Version: 2.4.1
Release: 3
Version: 2.4.3
Release: 1
Summary: Interface to the syscall filtering mechanism
License: LGPLv2
URL: https://github.com/seccomp/libseccomp
@ -57,6 +57,7 @@ make check
%files devel
%{_bindir}/scmp_sys_resolver
%{_includedir}/seccomp.h
%{_includedir}/seccomp-syscalls.h
%{_libdir}/%{name}.a
%{_libdir}/%{name}.so
%{_libdir}/pkgconfig/%{name}.pc
@ -66,6 +67,9 @@ make check
%{_mandir}/man*/*
%changelog
* Fri Apr 24 2020 BruceGW <gyl93216@163.com> - 2.4.3-1
- update upstream to 2.4.3
* Fri Oct 11 2019 jiangchuangang <jiangchuangang@huawei.com> - 2.4.1-3
- Type: enhancement
- ID: NA