public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Fix the build
@ 2026-08-11 10:35 Kalev Lember
  0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-08-11 10:35 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/glib2
            Branch : cve-2026-58016-f44
            Commit : 50d046e3fd57a1e776928c352dab27b5d03d92d2
            Author : Kalev Lember <kalevlember@gmail.com>
            Date   : 2013-06-20T19:48:48+02:00
            Stats  : +4/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/glib2/c/50d046e3fd57a1e776928c352dab27b5d03d92d2?branch=cve-2026-58016-f44

            Log:
            Fix the build

https://bugzilla.gnome.org/show_bug.cgi?id=700350

---
diff --git a/glib2.spec b/glib2.spec
index ad8456b..530d9e5 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -76,6 +76,10 @@ the functionality of the installed glib2 package.
 %prep
 %setup -q -n glib-%{version}
 
+# Workaround wrong gtk-doc.make timestamp
+# https://bugzilla.gnome.org/show_bug.cgi?id=700350
+touch -r Makefile.am gtk-doc.make
+
 %build
 # Support builds of both git snapshots and tarballs packed with autogoo
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;

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

only message in thread, other threads:[~2026-08-11 10:35 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:35 [rpms/glib2] cve-2026-58016-f44: Fix the build Kalev Lember

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