oci-seccomp-bpf-hook-1.2.4-0.7.git4f66654
- autobuilt 4f66654 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
2fa11559fc
commit
c6ac6db7f3
@ -30,7 +30,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
# To build a random user's fork/commit, comment out above line,
|
||||
# uncomment below line and replace the placeholders and commit0 below with the right info
|
||||
#%%global git0 https://github.com/$GITHUB_USER/$GITHUB_USER_REPO
|
||||
%global commit0 4a30d950c6baefe85d98a43f47503c3a8bdc1399
|
||||
%global commit0 4f6665442dcdcfabca51edf352b6ac0946536826
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# Used for comparing with latest upstream tag
|
||||
@ -42,7 +42,7 @@ ExclusiveArch: x86_64 %%{power64} aarch64 s390x armv7hl
|
||||
|
||||
Name: oci-seccomp-bpf-hook
|
||||
Version: 1.2.4
|
||||
Release: 0.6.git%{shortcommit0}%{?dist}
|
||||
Release: 0.7.git%{shortcommit0}%{?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
|
||||
* Fri Jun 11 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.2.4-0.7.git4f66654
|
||||
- autobuilt 4f66654
|
||||
|
||||
* Thu May 06 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.2.4-0.6.git4a30d95
|
||||
- autobuilt 4a30d95
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (oci-seccomp-bpf-hook-4a30d95.tar.gz) = 296c837a7956a8c59360af85540895cf42d5025aac83a1653f07df0b5d0424ec2e9197d0d349a97d610161dc5b8b179df058d1905defa7fafe57744e56844c8d
|
||||
SHA512 (oci-seccomp-bpf-hook-4f66654.tar.gz) = c9df5f88636fe2ab9eb89976762f7587776f79c1cd8bf90b0866b9141948a8b336e64408a7b7dbfac4e3eb08401ca10bc26531f0404d960d4e63a51264e047b8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user