From 5aa020da73fba722d93aabee920a081bac1cd4b5 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrangé Date: Oct 27 2022 15:52:20 +0000 Subject: Cross-compiled mingw sub-RPMs should be 'noarch' 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é --- 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