|
|
|
@ -28,8 +28,8 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
|
|
|
|
ExclusiveArch: %{go_arches}
|
|
|
|
|
|
|
|
|
|
Name: oci-seccomp-bpf-hook
|
|
|
|
|
Version: 1.2.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Version: 1.2.10
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: OCI Hook to generate seccomp json files based on EBF syscalls used by container
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: %{git0}
|
|
|
|
@ -111,10 +111,21 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
|
|
|
|
%{_mandir}/man1/%{name}.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 15 2024 Jindrich Novy <jnovy@redhat.com> - 1.2.10-2
|
|
|
|
|
- rebuild
|
|
|
|
|
- Resolves: RHEL-35939
|
|
|
|
|
|
|
|
|
|
* Fri Oct 20 2023 Jindrich Novy <jnovy@redhat.com> - 1.2.10-1
|
|
|
|
|
- update to https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.10
|
|
|
|
|
- Related: RHEL-2112
|
|
|
|
|
|
|
|
|
|
* Wed Apr 19 2023 Jindrich Novy <jnovy@redhat.com> - 1.2.9-1
|
|
|
|
|
- update to https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.9
|
|
|
|
|
- Related: #2176063
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.2.8-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.2 beta
|
|
|
|
|
|
|
|
|
|
* Tue Oct 18 2022 Jindrich Novy <jnovy@redhat.com> - 1.2.8-1
|
|
|
|
|
- update to https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.8
|
|
|
|
|
- Related: #2124478
|
|
|
|
|