From cf9e0c37f7e968a04ed2ccfdd8a6059da848261e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 11 Jan 2024 00:42:12 +0100 Subject: [PATCH] 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. --- glib2.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.