import oci-seccomp-bpf-hook-1.2.0-2.module+el8.4.0+9425+98db097b

This commit is contained in:
CentOS Sources 2021-01-14 08:22:00 +00:00 committed by Andrew Lukoshko
parent a793ed8b84
commit bebc3fd264

View File

@ -26,7 +26,7 @@ ExcludeArch: i686
Name: oci-seccomp-bpf-hook
Version: 1.2.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: OCI Hook to generate seccomp json files based on EBF syscalls used by container
License: ASL 2.0
URL: %{git0}
@ -107,14 +107,6 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
%{_mandir}/man1/%{name}.1*
%changelog
* Thu Jan 28 2021 Jindrich Novy <jnovy@redhat.com> - 1.2.0-1
- revert back to 1.2.0 due to build issues
- Related: #1883490
* Thu Jan 28 2021 Jindrich Novy <jnovy@redhat.com> - 1.2.1-1
- update to https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.1
- Related: #1883490
* Tue Dec 08 2020 Jindrich Novy <jnovy@redhat.com> - 1.2.0-2
- sync with RHEL8 devel branch
- Related: #1883490