Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ddbbdd6e5 |
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue