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é <berrange@redhat.com>
This commit is contained in:
parent
ccfb815fcf
commit
5aa020da73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user