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

            A new commit has been pushed.

            Repo   : rpms/glib2
            Branch : cve-2026-58016-f44
            Commit : cf9e0c37f7e968a04ed2ccfdd8a6059da848261e
            Author : Kalev Lember <klember@redhat.com>
            Date   : 2024-01-11T00:42:55+01:00
            Stats  : +1/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/glib2/c/cf9e0c37f7e968a04ed2ccfdd8a6059da848261e?branch=cve-2026-58016-f44

            Log:
            Don't mark the doc subpackage as noarch

Some of the new docs are now arch specific, e.g. GINT64_FORMAT can be
'lli' or 'li', depending on if it's a 32 bit or 64 bit host.

---
diff --git a/glib2.spec b/glib2.spec
index 50fca21..74c0931 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -80,8 +80,7 @@ The glib2-devel package includes the header files for the GLib library.
 
 %package doc
 Summary: A library of handy utility functions
-Requires: %{name} = %{version}-%{release}
-BuildArch: noarch
+Requires: %{name}%{?_isa} = %{version}-%{release}
 
 %description doc
 The glib2-doc package includes documentation for the GLib library.

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

only message in thread, other threads:[~2026-08-11 10:38 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:38 [rpms/glib2] cve-2026-58016-f44: Don't mark the doc subpackage as noarch Kalev Lember

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