From e02a8898573824971c968e5b7b0544edc9a9ffef Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mar 26 2021 15:48:10 +0000 Subject: import oci-seccomp-bpf-hook-1.2.0-2.module+el8.5.0+10478+2006037b --- diff --git a/SPECS/oci-seccomp-bpf-hook.spec b/SPECS/oci-seccomp-bpf-hook.spec index 6ed95a9..5c9706b 100644 --- a/SPECS/oci-seccomp-bpf-hook.spec +++ b/SPECS/oci-seccomp-bpf-hook.spec @@ -21,12 +21,12 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global import_path %{provider_prefix} %global git0 https://%{provider}.%{provider_tld}/%{project}/%{repo} -# bcc is not built for i686 -ExcludeArch: i686 +# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures +ExclusiveArch: %{go_arches} 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} @@ -40,6 +40,7 @@ BuildRequires: git BuildRequires: gpgme-devel BuildRequires: libseccomp-devel BuildRequires: make +Requires: crun >= 0.17 Enhances: podman Enhances: cri-o @@ -107,6 +108,16 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/%{name}.1* %changelog +* Mon Feb 22 2021 Jindrich Novy - 1.2.0-2 +- revert back to 1.2.0 - build issues +- Related: #1883490 + +* Fri Feb 19 2021 Jindrich Novy - 1.2.1-1 +- update to + https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.1 +- require crun >= 0.17 +- Related: #1883490 + * Thu Jan 28 2021 Jindrich Novy - 1.2.0-1 - revert back to 1.2.0 due to build issues - Related: #1883490