From ab706ef9cce1a885711261135cb66950b0d89abf Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Dec 17 2019 09:22:05 +0000 Subject: import buildah-1.5-6.gite94b4f9.module+el8.1.0+4908+72a45cef --- diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index e6bfd67..0b159c6 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -25,7 +25,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback no_openssl ${BUIL Name: %{repo} Version: 1.5 -Release: 5.git%{shortcommit}%{?dist} +Release: 6.git%{shortcommit}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -92,6 +92,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/%{name} %changelog +* Tue Nov 26 2019 Jindrich Novy - 1.5-6.gite94b4f9 +- rebuild because of CVE-2019-9512 and CVE-2019-9514 +- Resolves: #1766309 + * Tue Sep 17 2019 Jindrich Novy - 1.5-5.gite94b4f9 - Use autosetup macro again.