public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Rely on %make_install overriding INSTALL, instead of doing it ourselves
@ 2026-08-11 10:36 Kalev Lember
  0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-08-11 10:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 6c43ffbb6e560644d4a7eb9aab9b8074be3530cb
Author : Kalev Lember <klember@redhat.com>
Date   : 2018-05-27T14:18:20+02:00
Stats  : +2/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/6c43ffbb6e560644d4a7eb9aab9b8074be3530cb?branch=cve-2026-58016-f44

Log:
Rely on %make_install overriding INSTALL, instead of doing it ourselves

---
diff --git a/glib2.spec b/glib2.spec
index 81fa961..7e55ea5 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -102,11 +102,8 @@ rm glib/pcre/*.[ch]
 %make_build
 
 %install
-# Use -p to preserve timestamps on .py files to ensure
-# they're not recompiled with different timestamps
-# to help multilib: https://bugzilla.redhat.com/show_bug.cgi?id=718404
-%make_install INSTALL="install -p"
-# Also since this is a generated .py file, set it to a known timestamp,
+%make_install
+# Since this is a generated .py file, set it to a known timestamp,
 # otherwise it will vary by build time, and thus break multilib -devel
 # installs.
 touch -r gio/gdbus-2.0/codegen/config.py.in $RPM_BUILD_ROOT/%{_datadir}/glib-2.0/codegen/config.py

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-11 10:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-11 10:36 [rpms/glib2] cve-2026-58016-f44: Rely on %make_install overriding INSTALL, instead of doing it ourselves Kalev Lember

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox