oci-seccomp-bpf-hook-1.2.4-0.5.git1910bb0
- bump to 1.2.4 - autobuilt 1910bb0 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
ab95792a5e
commit
08f9734a05
@ -30,19 +30,19 @@ 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 50e7112d7d2677e8f44ef1d6e743397c1de22521
|
||||
%global commit0 1910bb0fdb2ad6423d2350e2aba3c82925fff2ff
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# 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.4
|
||||
Release: 0.5.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
|
||||
* Wed Apr 28 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.2.4-0.5.git1910bb0
|
||||
- bump to 1.2.4
|
||||
- autobuilt 1910bb0
|
||||
|
||||
* Thu Feb 04 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.2.2-0.4.git50e7112
|
||||
- requires bcc
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (oci-seccomp-bpf-hook-50e7112.tar.gz) = 4660b64ab7c4cc17e6593a3a52be423bd6f15888ea5ff86009eba9c748b3f95684522f7984e6f458bd0e14fffb6f093653dda355fea998e2e37c34ad977fa590
|
||||
SHA512 (oci-seccomp-bpf-hook-1910bb0.tar.gz) = 8189d91f4023017f58ee64a70d3740508303a7e142e2c286cfbe5f8c4b666f7b754d41606a56878820e719e8cb024be2cc3daef485d6f101f18e2491d44f033b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user