diff --git a/buildah.spec b/buildah.spec index bd6f491..c4b6daf 100644 --- a/buildah.spec +++ b/buildah.spec @@ -15,7 +15,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 1 Name: buildah Version: 1.30.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -134,6 +134,16 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install %{_datadir}/%{name}/test %changelog +* Wed Jun 14 2023 Jindrich Novy - 1:1.30.0-2 +- rebuild for following CVEs: +CVE-2023-25173 CVE-2022-41724 CVE-2022-41725 CVE-2023-24538 CVE-2023-24534 CVE-2023-24536 CVE-2022-41723 CVE-2023-24539 CVE-2023-24540 CVE-2023-29400 +- Resolves: #2175073 +- Resolves: #2179958 +- Resolves: #2187332 +- Resolves: #2187375 +- Resolves: #2203696 +- Resolves: #2207518 + * Wed Apr 19 2023 Jindrich Novy - 1:1.30.0-1 - update to 1.30.0 - Related: #2176063