From 939dad18c935d84ef01f29a07d29ab68da85b110 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 15 2022 06:26:53 +0000 Subject: import oci-seccomp-bpf-hook-1.2.6-1.el9 --- diff --git a/.gitignore b/.gitignore index d42edf0..f9d81fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.2.5.tar.gz +SOURCES/v1.2.6.tar.gz diff --git a/.oci-seccomp-bpf-hook.metadata b/.oci-seccomp-bpf-hook.metadata index cc3905c..6ee8c8b 100644 --- a/.oci-seccomp-bpf-hook.metadata +++ b/.oci-seccomp-bpf-hook.metadata @@ -1 +1 @@ -d73e189532884c786d0074ad92a30cf11c209395 SOURCES/v1.2.5.tar.gz +406446802b1a63094bb62d2e33b402c8421590c7 SOURCES/v1.2.6.tar.gz diff --git a/SPECS/oci-seccomp-bpf-hook.spec b/SPECS/oci-seccomp-bpf-hook.spec index d9f056f..bb4c63d 100644 --- a/SPECS/oci-seccomp-bpf-hook.spec +++ b/SPECS/oci-seccomp-bpf-hook.spec @@ -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.5 -Release: 2%{?dist} +Version: 1.2.6 +Release: 1%{?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 +* 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 + * Wed May 11 2022 Jindrich Novy - 1.2.5-2 - BuildRequires: /usr/bin/go-md2man - Related: #2061316