public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/buildah] update-buildah-cve-2026-46597: buildah-1.19.6-2.el9
@ 2026-08-05 18:46 Jindrich Novy
0 siblings, 0 replies; only message in thread
From: Jindrich Novy @ 2026-08-05 18:46 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/buildah
Branch : update-buildah-cve-2026-46597
Commit : 56f0de08fbec52f07ccfab7289152d458e8dbb03
Author : Jindrich Novy <jnovy@redhat.com>
Date : 2021-02-22T09:24:21+01:00
Stats : +6/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/buildah/c/56f0de08fbec52f07ccfab7289152d458e8dbb03?branch=update-buildah-cve-2026-46597
Log:
buildah-1.19.6-2.el9
- disable LTO to allow the build to pass successfully
Signed-off-by: Jindrich Novy <jnovy@redhat.com>
---
diff --git a/buildah.spec b/buildah.spec
index a24ff31..1c6fc2c 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -1,4 +1,5 @@
-%global with_bundled 1
+# https://bugzilla.redhat.com/show_bug.cgi?id=1904567
+%global _lto_cflags %%{nil}
%global _find_debuginfo_dwz_opts %{nil}
%global _dwz_low_mem_die_limit 0
@@ -19,7 +20,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
Name: buildah
Version: 1.19.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A command line tool used for creating OCI Images
License: ASL 2.0
URL: https://%{name}.io
@@ -121,6 +122,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
%{_datadir}/%{name}/test
%changelog
+* Mon Feb 22 2021 Jindrich Novy <jnovy@redhat.com> - 1.19.6-2
+- disable LTO to allow the build to pass successfully
+
* Fri Feb 19 2021 Jindrich Novy <jnovy@redhat.com> - 1.19.6-1
- update to https://github.com/containers/buildah/releases/tag/v1.19.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-05 18:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 18:46 [rpms/buildah] update-buildah-cve-2026-46597: buildah-1.19.6-2.el9 Jindrich Novy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox