From bebc3fd264c433e760768f0ebe6bfb758380f9fe Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Thu, 14 Jan 2021 08:22:00 +0000 Subject: [PATCH] import oci-seccomp-bpf-hook-1.2.0-2.module+el8.4.0+9425+98db097b --- SPECS/oci-seccomp-bpf-hook.spec | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/SPECS/oci-seccomp-bpf-hook.spec b/SPECS/oci-seccomp-bpf-hook.spec index 6ed95a9..08dcf39 100644 --- a/SPECS/oci-seccomp-bpf-hook.spec +++ b/SPECS/oci-seccomp-bpf-hook.spec @@ -26,7 +26,7 @@ ExcludeArch: i686 Name: oci-seccomp-bpf-hook Version: 1.2.0 -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} @@ -107,14 +107,6 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/%{name}.1* %changelog -* Thu Jan 28 2021 Jindrich Novy - 1.2.0-1 -- revert back to 1.2.0 due to build issues -- Related: #1883490 - -* Thu Jan 28 2021 Jindrich Novy - 1.2.1-1 -- update to https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.1 -- Related: #1883490 - * Tue Dec 08 2020 Jindrich Novy - 1.2.0-2 - sync with RHEL8 devel branch - Related: #1883490