diff --git a/buildah.spec b/buildah.spec index ccf75fc..c9378ed 100644 --- a/buildah.spec +++ b/buildah.spec @@ -18,7 +18,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 @@ -135,6 +135,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-24537 CVE-2023-24538 CVE-2023-24534 CVE-2023-24536 CVE-2022-41723 CVE-2023-24539 CVE-2023-24540 CVE-2023-29400 +- Resolves: #2175070 +- Resolves: #2179948 +- Resolves: #2187317 +- Resolves: #2187364 +- Resolves: #2203680 +- Resolves: #2207510 + * Tue Jun 06 2023 Jindrich Novy - 1:1.30.0-1 - update to https://github.com/containers/buildah/releases/tag/v1.30.0 - Related: #2176055