From 439a759ae02b9ba9300a8d083b1aca92739519d2 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Fri, 2 Oct 2020 09:34:56 +0200 Subject: [PATCH] oci-seccomp-bpf-hook-1.2.0-3.fc34 - exclude also armv7hl arch as bcc is not built there Signed-off-by: Jindrich Novy --- oci-seccomp-bpf-hook.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/oci-seccomp-bpf-hook.spec b/oci-seccomp-bpf-hook.spec index 37ee65a..3f2eae1 100644 --- a/oci-seccomp-bpf-hook.spec +++ b/oci-seccomp-bpf-hook.spec @@ -29,12 +29,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 +# bcc is not built for i686 and armv7hl +ExcludeArch: i686 armv7hl Name: oci-seccomp-bpf-hook Version: 1.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: OCI Hook to generate seccomp json files based on EBF syscalls used by container License: ASL 2.0 URL: %{git0} @@ -115,6 +115,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/%{name}.1* %changelog +* Fri Oct 02 2020 Jindrich Novy - 1.2.0-3 +- exclude also armv7hl arch as bcc is not built there + * Wed Sep 30 2020 Jindrich Novy - 1.2.0-2 - fix spec file to accommodate the new upstream release