From 8cf5168c9b06be3354d01e4831bb61b624b635d4 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 28 2021 05:22:00 +0000 Subject: import oci-seccomp-bpf-hook-1.2.3-3.module+el8.5.0+11957+18363336 --- diff --git a/.gitignore b/.gitignore index 67e59d9..2e2d16a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.2.0.tar.gz +SOURCES/v1.2.3.tar.gz diff --git a/.oci-seccomp-bpf-hook.metadata b/.oci-seccomp-bpf-hook.metadata index 0de06b3..451dfb1 100644 --- a/.oci-seccomp-bpf-hook.metadata +++ b/.oci-seccomp-bpf-hook.metadata @@ -1 +1 @@ -87e5a6bd76c56b81e779438c531f31f14a6c9b7e SOURCES/v1.2.0.tar.gz +5aa9db48e03292962a20250721a790540f96da71 SOURCES/v1.2.3.tar.gz diff --git a/SPECS/oci-seccomp-bpf-hook.spec b/SPECS/oci-seccomp-bpf-hook.spec index 5c9706b..3e624dd 100644 --- a/SPECS/oci-seccomp-bpf-hook.spec +++ b/SPECS/oci-seccomp-bpf-hook.spec @@ -25,8 +25,8 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl ExclusiveArch: %{go_arches} Name: oci-seccomp-bpf-hook -Version: 1.2.0 -Release: 2%{?dist} +Version: 1.2.3 +Release: 3%{?dist} Summary: OCI Hook to generate seccomp json files based on EBF syscalls used by container License: ASL 2.0 URL: %{git0} @@ -40,7 +40,7 @@ BuildRequires: git BuildRequires: gpgme-devel BuildRequires: libseccomp-devel BuildRequires: make -Requires: crun >= 0.17 +Conflicts: crun < 0.17 Enhances: podman Enhances: cri-o @@ -108,6 +108,19 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/%{name}.1* %changelog +* Wed May 26 2021 Jindrich Novy - 1.2.3-3 +- change runc dependency to conflict +- Related: #1934415 + +* Wed May 19 2021 Jindrich Novy - 1.2.3-2 +- remove unneeded patch +- Related: #1934415 + +* Wed May 19 2021 Jindrich Novy - 1.2.3-1 +- update to https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.3 +- fix build +- Related: #1934415 + * Mon Feb 22 2021 Jindrich Novy - 1.2.0-2 - revert back to 1.2.0 - build issues - Related: #1883490