|
|
|
@ -1,16 +1,11 @@
|
|
|
|
|
Name: libseccomp
|
|
|
|
|
Version: 2.5.2
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.5.3
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Summary: Enhanced seccomp library
|
|
|
|
|
License: LGPLv2
|
|
|
|
|
License: LGPL-2.1-only
|
|
|
|
|
URL: https://github.com/seccomp/libseccomp
|
|
|
|
|
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
# Backports from upstream
|
|
|
|
|
|
|
|
|
|
## From: https://github.com/seccomp/libseccomp/commit/5532444587fa5f33a43179ca5cc710f1bb05f51f
|
|
|
|
|
Patch0101: 0101-fix-11-basic-basic_errors-on-old-kernels.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: gperf
|
|
|
|
|
BuildRequires: make
|
|
|
|
@ -67,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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -93,17 +83,44 @@ rm -f tests/36-sim-ipc_syscalls.tests tests/37-sim-ipc_syscalls_be.tests
|
|
|
|
|
%{_libdir}/libseccomp.a
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Nov 05 2021 Zoltan Fridrich <zfridric@redhat.com> - 2.5.2-2
|
|
|
|
|
- fix devel-usability test
|
|
|
|
|
- rebase to 2.5.2
|
|
|
|
|
resolves: rhbz#2019887
|
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.5.3-9
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.5.3-9
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 01 2023 Anderson Toshiyuki Sasaki <ansasaki@redhat.com> - 2.5.3-5
|
|
|
|
|
- SPDX migration
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Nov 06 2021 Neal Gompa <ngompa@fedoraproject.org> - 2.5.3-1
|
|
|
|
|
- New upstream version (#2020824)
|
|
|
|
|
|
|
|
|
|
* Wed Nov 03 2021 Debarshi Ray <rishi@fedoraproject.org> - 2.5.2-1
|
|
|
|
|
- New upstream version (#1900097)
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.5.0-6
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Wed Nov 03 2021 Debarshi Ray <rishi@fedoraproject.org> - 2.5.1-1
|
|
|
|
|
- New upstream version (#1900097)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.5.0-5
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
@ -136,7 +153,7 @@ rm -f tests/36-sim-ipc_syscalls.tests tests/37-sim-ipc_syscalls_be.tests
|
|
|
|
|
|
|
|
|
|
* Thu Mar 14 2019 Paul Moore <paul@paul-moore.com> - 2.4.0-0
|
|
|
|
|
- New upstream version
|
|
|
|
|
- Added a hack to workaround test failures (see %check above)
|
|
|
|
|
- Added a hack to workaround test failures (see %%check above)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.3-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|