From dcbfbef391fbe5c615a4706f0cd791a28155146d Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 7 Oct 2024 21:03:27 +0300 Subject: [PATCH] import oci-seccomp-bpf-hook-1.2.10-2.el9 --- SPECS/oci-seccomp-bpf-hook.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/oci-seccomp-bpf-hook.spec b/SPECS/oci-seccomp-bpf-hook.spec index 1dc032f..72a4569 100644 --- a/SPECS/oci-seccomp-bpf-hook.spec +++ b/SPECS/oci-seccomp-bpf-hook.spec @@ -29,7 +29,7 @@ ExclusiveArch: %{go_arches} Name: oci-seccomp-bpf-hook Version: 1.2.10 -Release: 1%{?dist} +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,6 +111,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/%{name}.1* %changelog +* Thu Aug 15 2024 Jindrich Novy - 1.2.10-2 +- rebuild +- Resolves: RHEL-35939 + * 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