import libseccomp-2.4.1-1.el8

This commit is contained in:
CentOS Sources 2019-11-05 14:04:18 -05:00 committed by Andrew Lukoshko
parent b2d98e0ec8
commit fb41609182
3 changed files with 14 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libseccomp-2.3.3.tar.gz
SOURCES/libseccomp-2.4.1.tar.gz

View File

@ -1 +1 @@
89b1f35447b1891a3051de979dc92ad9f7258b60 SOURCES/libseccomp-2.3.3.tar.gz
bd9932c1f208b6051c89a4253dc05ad0307338ec SOURCES/libseccomp-2.4.1.tar.gz

View File

@ -1,7 +1,9 @@
%bcond_without check
Summary: Enhanced seccomp library
Name: libseccomp
Version: 2.3.3
Release: 3%{?dist}
Version: 2.4.1
Release: 1%{?dist}
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mipsel mips64el ppc64 ppc64le s390 s390x
License: LGPLv2
Group: System Environment/Libraries
@ -59,8 +61,10 @@ mkdir -p "%{buildroot}/%{_mandir}"
make V=1 DESTDIR="%{buildroot}" install
rm -f "%{buildroot}/%{_libdir}/libseccomp.la"
%if %{with check}
%check
make V=1 check
%endif
%post -p /sbin/ldconfig
@ -72,7 +76,6 @@ make V=1 check
%doc CREDITS
%doc README.md
%doc CHANGELOG
%doc SUBMITTING_PATCHES
%{_libdir}/libseccomp.so.*
%files devel
@ -87,6 +90,12 @@ make V=1 check
%{_libdir}/libseccomp.a
%changelog
* Fri May 31 2019 Marek Tamaskovic <mtamasko@redhat.com> - 2.4.1-1
- rebase to 2.4.1
* Fri May 10 2019 Daniel Kopecek <dkopecek@redhat.com> - 2.3.3-4
- spec: make the check phase conditional
* Fri Aug 3 2018 Florian Weimer <fweimer@redhat.com> - 2.3.3-3
- Honor %%{valgrind_arches}