oci-seccomp-bpf-hook-1.0.1-0.8.gitb58c502
- bump to 1.0.1 - autobuilt b58c502 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
c6ac6db7f3
commit
a6db1a6bb5
@ -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 4f6665442dcdcfabca51edf352b6ac0946536826
|
||||
%global commit0 b58c502e92b1be74058067cf3ffda996e008e43f
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# Used for comparing with latest upstream tag
|
||||
@ -41,8 +41,8 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
|
||||
ExclusiveArch: x86_64 %%{power64} aarch64 s390x armv7hl
|
||||
|
||||
Name: oci-seccomp-bpf-hook
|
||||
Version: 1.2.4
|
||||
Release: 0.7.git%{shortcommit0}%{?dist}
|
||||
Version: 1.0.1
|
||||
Release: 0.8.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,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%{_datadir}/%{name}/test
|
||||
|
||||
%changelog
|
||||
* Sat Jun 19 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.0.1-0.8.gitb58c502
|
||||
- bump to 1.0.1
|
||||
- autobuilt b58c502
|
||||
|
||||
* Fri Jun 11 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.2.4-0.7.git4f66654
|
||||
- autobuilt 4f66654
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (oci-seccomp-bpf-hook-4f66654.tar.gz) = c9df5f88636fe2ab9eb89976762f7587776f79c1cd8bf90b0866b9141948a8b336e64408a7b7dbfac4e3eb08401ca10bc26531f0404d960d4e63a51264e047b8
|
||||
SHA512 (oci-seccomp-bpf-hook-b58c502.tar.gz) = 1fd12763bd3047d0a46018152e7188eb1153c4460beabf68932199a075b9477e55f02a6217880705d27940348353929b298523bf8fa73068556ec22a83c4961c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user