Limit build to x86_64 only
Resolves: RHEL-57753 - mingw-qemu-ga-win failed to build on s390x Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
This commit is contained in:
parent
4e241f4d2e
commit
f1dc89fd33
@ -7,7 +7,7 @@
|
||||
|
||||
Name: mingw-qemu-ga-win
|
||||
Version: 109.1.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Qemus Guest agent for Windows
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -21,6 +21,8 @@ Source0: https://gitlab.com/qemu-project/qemu/-/archive/v%{qemu_version}/qemu-v%
|
||||
Patch0001: 0001-Change-Version.patch
|
||||
|
||||
BuildArch: noarch
|
||||
# RHEL-57753 - mingw-qemu-ga-win failed to build on s390x
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
Provides: bundled(mingw-gcc)
|
||||
Provides: bundled(mingw-gcc-c++)
|
||||
@ -122,6 +124,9 @@ cp build/qga/qemu-ga-x86_64.msi $RPM_BUILD_ROOT%{mingw64_bindir}
|
||||
%{mingw64_bindir}/qemu-ga*
|
||||
|
||||
%changelog
|
||||
* Fri Sep 6 2024 2024 Konstantin Kostiuk <kkostiuk@redhat.com> 109.1.0-2
|
||||
- RHEL-57753 - mingw-qemu-ga-win failed to build on s390x
|
||||
|
||||
* Wed Sep 4 2024 Konstantin Kostiuk <kkostiuk@redhat.com> 109.1.0
|
||||
- RHEL-57014 - Rebase qemu-ga to 9.1.0
|
||||
- RHEL-32297 - guest agent public ssh injection api support for Windows
|
||||
|
Loading…
Reference in New Issue
Block a user