diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec index af6342a..e2eb9e5 100644 --- a/SPECS/skopeo.spec +++ b/SPECS/skopeo.spec @@ -31,7 +31,7 @@ ExcludeArch: ppc64 %{ix86} Name: %{repo} Epoch: 1 Version: 0.1.37 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: %{git0} @@ -181,6 +181,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Mon Nov 25 2019 Jindrich Novy - 1:0.1.37-6 +- rebuild because of CVE-2019-9512 and CVE-2019-9514 +- Resolves: #1772136, #1772131 + * Thu Sep 12 2019 Jindrich Novy - 1:0.1.37-5 - Fix CVE-2019-10214 (#1734651).