From f0e369a192d3dfc7d8a1d667ffecf9043447f311 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 28 2023 11:27:32 +0000 Subject: import oci-seccomp-bpf-hook-1.2.8-1.el9 --- diff --git a/.gitignore b/.gitignore index f9d81fa..a029f2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.2.6.tar.gz +SOURCES/v1.2.8.tar.gz diff --git a/.oci-seccomp-bpf-hook.metadata b/.oci-seccomp-bpf-hook.metadata index 6ee8c8b..3eef7c4 100644 --- a/.oci-seccomp-bpf-hook.metadata +++ b/.oci-seccomp-bpf-hook.metadata @@ -1 +1 @@ -406446802b1a63094bb62d2e33b402c8421590c7 SOURCES/v1.2.6.tar.gz +c794b2d8eb6ae662f664ea4e50abcb40ef722a5f SOURCES/v1.2.8.tar.gz diff --git a/SPECS/oci-seccomp-bpf-hook.spec b/SPECS/oci-seccomp-bpf-hook.spec index bb4c63d..33317e3 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.6 +Version: 1.2.8 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,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/%{name}.1* %changelog +* 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 + * Tue Jul 12 2022 Jindrich Novy - 1.2.6-1 - update to https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.6 - Related: #2061316