import oci-seccomp-bpf-hook-1.2.5-1.module+el8.7.0+16520+2db5507d

This commit is contained in:
CentOS Sources 2022-11-08 01:37:56 -05:00 committed by Stepan Oksanichenko
parent d9bb754574
commit 2e61d4b88f
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v1.2.3.tar.gz
SOURCES/v1.2.5.tar.gz

View File

@ -1 +1 @@
5aa9db48e03292962a20250721a790540f96da71 SOURCES/v1.2.3.tar.gz
d73e189532884c786d0074ad92a30cf11c209395 SOURCES/v1.2.5.tar.gz

View File

@ -25,8 +25,8 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
ExclusiveArch: %{go_arches}
Name: oci-seccomp-bpf-hook
Version: 1.2.3
Release: 3%{?dist}
Version: 1.2.5
Release: 1%{?dist}
Summary: OCI Hook to generate seccomp json files based on EBF syscalls used by container
License: ASL 2.0
URL: %{git0}
@ -108,6 +108,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_mandir}/man1/%{name}.1*
%changelog
* Wed Mar 16 2022 Jindrich Novy <jnovy@redhat.com> - 1.2.5-1
- update to https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.5
- Related: #2061390
* Wed May 26 2021 Jindrich Novy <jnovy@redhat.com> - 1.2.3-3
- change runc dependency to conflict
- Related: #1934415