oci-seccomp-bpf-hook-1.2.0-3.fc34
- exclude also armv7hl arch as bcc is not built there Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
bd7cd8fcf3
commit
439a759ae0
@ -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 <jnovy@redhat.com> - 1.2.0-3
|
||||
- exclude also armv7hl arch as bcc is not built there
|
||||
|
||||
* Wed Sep 30 2020 Jindrich Novy <jnovy@redhat.com> - 1.2.0-2
|
||||
- fix spec file to accommodate the new upstream release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user