diff --git a/SPECS/oci-seccomp-bpf-hook.spec b/SPECS/oci-seccomp-bpf-hook.spec index 6ed95a9..08dcf39 100644 --- a/SPECS/oci-seccomp-bpf-hook.spec +++ b/SPECS/oci-seccomp-bpf-hook.spec @@ -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 - 1.2.0-1 -- revert back to 1.2.0 due to build issues -- Related: #1883490 - -* Thu Jan 28 2021 Jindrich Novy - 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 - 1.2.0-2 - sync with RHEL8 devel branch - Related: #1883490