New upstream version (#1900097)
This commit is contained in:
parent
8f99b157ca
commit
529c95767d
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/libseccomp-2.4.1.tar.gz
|
||||
/libseccomp-2.4.2.tar.gz
|
||||
/libseccomp-2.5.0.tar.gz
|
||||
/libseccomp-2.5.1.tar.gz
|
||||
|
@ -1,19 +1,11 @@
|
||||
Name: libseccomp
|
||||
Version: 2.5.0
|
||||
Release: 5%{?dist}
|
||||
Version: 2.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Enhanced seccomp library
|
||||
License: LGPLv2
|
||||
URL: https://github.com/seccomp/libseccomp
|
||||
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
# Backports from upstream
|
||||
|
||||
# Patches pending merge
|
||||
## From: https://github.com/seccomp/libseccomp/pull/280
|
||||
## Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1865802
|
||||
Patch0101: 0101-all-only-request-the-userspace-notification-fd-once.patch
|
||||
Patch0102: 0102-system-change-our-notification-fd-handling.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gperf
|
||||
BuildRequires: make
|
||||
@ -70,11 +62,6 @@ mkdir -p %{buildroot}/%{_mandir}
|
||||
rm -f %{buildroot}/%{_libdir}/libseccomp.la
|
||||
|
||||
%check
|
||||
# Tests 36 and 37 fail on the build systems for the arches below and I'm not
|
||||
# able to reproduce the failure so just skip the tests for now
|
||||
%ifarch i686 ppc64le s390x
|
||||
rm -f tests/36-sim-ipc_syscalls.tests tests/37-sim-ipc_syscalls_be.tests
|
||||
%endif
|
||||
%make_build check
|
||||
|
||||
|
||||
@ -96,6 +83,9 @@ rm -f tests/36-sim-ipc_syscalls.tests tests/37-sim-ipc_syscalls_be.tests
|
||||
%{_libdir}/libseccomp.a
|
||||
|
||||
%changelog
|
||||
* Wed Nov 03 2021 Debarshi Ray <rishi@fedoraproject.org> - 2.5.1-1
|
||||
- New upstream version (#1900097)
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libseccomp-2.5.0.tar.gz) = 00ef5aeb4db8dafb546ae680b2d6d9b6aeed008df805d0f28f9dd15c074ff6ea7a5e5131ab503825b8011c59aa23046baedd5849ca040aa73352f43ab2d602ae
|
||||
SHA512 (libseccomp-2.5.1.tar.gz) = 2be80a6323f9282dbeae8791724e5778b32e2382b2a3d1b0f77366371ec4072ea28128204f675cce101c091c0420d12c497e1a9ccbb7dc5bcbf61bfd777160af
|
||||
|
Loading…
Reference in New Issue
Block a user