import UBI oci-seccomp-bpf-hook-1.2.9-1.module+el8.9.0+20326+387084d0

This commit is contained in:
eabdullin 2023-11-16 13:14:10 +00:00
parent 186daf30f0
commit 39cd30b49b
3 changed files with 11 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v1.2.8.tar.gz
SOURCES/v1.2.9.tar.gz

View File

@ -1 +1 @@
c794b2d8eb6ae662f664ea4e50abcb40ef722a5f SOURCES/v1.2.8.tar.gz
1de067252084b207985bba8851104a2327dbc5e0 SOURCES/v1.2.9.tar.gz

View File

@ -25,7 +25,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
ExclusiveArch: %{go_arches}
Name: oci-seccomp-bpf-hook
Version: 1.2.8
Version: 1.2.9
Release: 1%{?dist}
Summary: OCI Hook to generate seccomp json files based on EBF syscalls used by container
License: ASL 2.0
@ -108,6 +108,14 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_mandir}/man1/%{name}.1*
%changelog
* Mon Apr 24 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: #2176055
* Thu Mar 09 2023 Jindrich Novy <jnovy@redhat.com> - 1.2.8-2
- update to https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.8
- Related: #2176055
* 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: #2123641