diff --git a/buildah.spec b/buildah.spec index 9fdb342..defe77d 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.24.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{name}.io @@ -129,6 +129,15 @@ rm -f %{buildroot}%{_mandir}/man5/Containerfile* %{_datadir}/%{name}/test %changelog +* Thu Jun 15 2023 Jindrich Novy - 1:1.24.6-6 +- rebuild for following CVEs: +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: #2179943 +- Resolves: #2187341 +- Resolves: #2187359 +- Resolves: #2203677 +- Resolves: #2207505 + * Tue Mar 14 2023 Jindrich Novy - 1:1.24.6-5 - remove Containerfile man page - Related: #2176055