From 5aa020da73fba722d93aabee920a081bac1cd4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Thu, 27 Oct 2022 16:52:20 +0100 Subject: [PATCH] Cross-compiled mingw sub-RPMs should be 'noarch' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Their contents should be identical (bar timestamps) regardless of which host build arch is used, since we're cross compiling. Signed-off-by: Daniel P. Berrangé --- gnutls.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnutls.spec b/gnutls.spec index 9fb0f84..34370bf 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -200,6 +200,7 @@ This package contains Guile bindings for the library. Summary: MinGW GnuTLS TLS/SSL encryption library Requires: pkgconfig Requires: mingw32-libtasn1 >= 4.3 +BuildArch: noarch %description -n mingw32-gnutls GnuTLS TLS/SSL encryption library. This library is cross-compiled @@ -209,6 +210,7 @@ for MinGW. Summary: MinGW GnuTLS TLS/SSL encryption library Requires: pkgconfig Requires: mingw64-libtasn1 >= 4.3 +BuildArch: noarch %description -n mingw64-gnutls GnuTLS TLS/SSL encryption library. This library is cross-compiled