diff --git a/.gitignore b/.gitignore index a029f2a..7d6519e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.2.8.tar.gz +SOURCES/v1.2.10.tar.gz diff --git a/.oci-seccomp-bpf-hook.metadata b/.oci-seccomp-bpf-hook.metadata index 3eef7c4..77e3b34 100644 --- a/.oci-seccomp-bpf-hook.metadata +++ b/.oci-seccomp-bpf-hook.metadata @@ -1 +1 @@ -c794b2d8eb6ae662f664ea4e50abcb40ef722a5f SOURCES/v1.2.8.tar.gz +7a40b7d0aec6ad490473ec0827913dc00295f26a SOURCES/v1.2.10.tar.gz diff --git a/SPECS/oci-seccomp-bpf-hook.spec b/SPECS/oci-seccomp-bpf-hook.spec index 33317e3..1dc032f 100644 --- a/SPECS/oci-seccomp-bpf-hook.spec +++ b/SPECS/oci-seccomp-bpf-hook.spec @@ -28,7 +28,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.10 Release: 1%{?dist} Summary: OCI Hook to generate seccomp json files based on EBF syscalls used by container License: ASL 2.0 @@ -111,6 +111,14 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/%{name}.1* %changelog +* Fri Oct 20 2023 Jindrich Novy - 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 - 1.2.9-1 +- update to https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.9 +- Related: #2176063 + * Tue Oct 18 2022 Jindrich Novy - 1.2.8-1 - update to https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.8 - Related: #2124478