From 03e451a4bf8c9ccf2d36e6454d0de8995b2d454c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 09 2022 09:44:19 +0000 Subject: import oci-seccomp-bpf-hook-1.2.5-2.el9_0 --- diff --git a/.gitignore b/.gitignore index 2e2d16a..d42edf0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.2.3.tar.gz +SOURCES/v1.2.5.tar.gz diff --git a/.oci-seccomp-bpf-hook.metadata b/.oci-seccomp-bpf-hook.metadata index 451dfb1..cc3905c 100644 --- a/.oci-seccomp-bpf-hook.metadata +++ b/.oci-seccomp-bpf-hook.metadata @@ -1 +1 @@ -5aa9db48e03292962a20250721a790540f96da71 SOURCES/v1.2.3.tar.gz +d73e189532884c786d0074ad92a30cf11c209395 SOURCES/v1.2.5.tar.gz diff --git a/SPECS/oci-seccomp-bpf-hook.spec b/SPECS/oci-seccomp-bpf-hook.spec index a329232..d9f056f 100644 --- a/SPECS/oci-seccomp-bpf-hook.spec +++ b/SPECS/oci-seccomp-bpf-hook.spec @@ -28,14 +28,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl ExclusiveArch: %{go_arches} Name: oci-seccomp-bpf-hook -Version: 1.2.3 -Release: 5%{?dist} +Version: 1.2.5 +Release: 2%{?dist} Summary: OCI Hook to generate seccomp json files based on EBF syscalls used by container License: ASL 2.0 URL: %{git0} Source0: %{git0}/archive/v%{version}.tar.gz BuildRequires: golang -BuildRequires: go-md2man +BuildRequires: /usr/bin/go-md2man BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: bcc-devel @@ -111,6 +111,14 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/%{name}.1* %changelog +* Wed May 11 2022 Jindrich Novy - 1.2.5-2 +- BuildRequires: /usr/bin/go-md2man +- Related: #2061316 + +* Wed Mar 16 2022 Jindrich Novy - 1.2.5-1 +- update to https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.5 +- Related: #2061316 + * Fri Oct 01 2021 Jindrich Novy - 1.2.3-5 - perform only sanity/installability tests for now - Related: #2000051