Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
RH Container Bot
5ddbbdd6e5 oci-seccomp-bpf-hook-1.2.3-1
autobuilt v1.2.3

Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
2021-05-03 14:54:06 +00:00

View file

@ -35,14 +35,14 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
# Used for comparing with latest upstream tag
# to decide whether to autobuild (non-rawhide only)
%define built_tag v1.2.1
%define built_tag v1.2.3
# use the same arch definitions as present in the bcc package
ExclusiveArch: x86_64 %%{power64} aarch64 s390x armv7hl
Name: oci-seccomp-bpf-hook
Version: 1.2.2
Release: 0.4.git%{shortcommit0}%{?dist}
Version: 1.2.3
Release: 1%{?dist}
Summary: OCI Hook to generate seccomp json files based on EBF syscalls used by container
License: ASL 2.0
URL: %{git0}
@ -154,6 +154,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_datadir}/%{name}/test
%changelog
* Mon May 03 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.2.3-1
- autobuilt v1.2.3
* Thu Feb 04 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.2.2-0.4.git50e7112
- requires bcc