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