import oci-seccomp-bpf-hook-1.2.10-1.module+el8.10.0+21962+8143777b

c8-stream-rhel8 imports/c8-stream-rhel8/oci-seccomp-bpf-hook-1.2.10-1.module+el8.10.0+21962+8143777b
MSVSphere Packaging Team 7 months ago
parent 5b847cff3b
commit 5c107c36f0

2
.gitignore vendored

@ -1 +1 @@
SOURCES/v1.2.9.tar.gz
SOURCES/v1.2.10.tar.gz

@ -1 +1 @@
1de067252084b207985bba8851104a2327dbc5e0 SOURCES/v1.2.9.tar.gz
7a40b7d0aec6ad490473ec0827913dc00295f26a SOURCES/v1.2.10.tar.gz

@ -25,7 +25,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
ExclusiveArch: %{go_arches}
Name: oci-seccomp-bpf-hook
Version: 1.2.9
Version: 1.2.10
Release: 1%{?dist}
Summary: OCI Hook to generate seccomp json files based on EBF syscalls used by container
License: ASL 2.0
@ -108,6 +108,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_mandir}/man1/%{name}.1*
%changelog
* Mon Oct 30 2023 Jindrich Novy <jnovy@redhat.com> - 1.2.10-1
- update to https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.10
- Related: Jira:RHEL-2110
* Mon Apr 24 2023 Jindrich Novy <jnovy@redhat.com> - 1.2.9-1
- update to https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.9
- Related: #2176055

Loading…
Cancel
Save