diff --git a/.gitignore b/.gitignore index 3673b33..b59cb76 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qemu-9.0.0.tar.bz2 +SOURCES/qemu-v9.1.0.tar.bz2 diff --git a/.mingw-qemu-ga-win.metadata b/.mingw-qemu-ga-win.metadata index 8b42392..85fb250 100644 --- a/.mingw-qemu-ga-win.metadata +++ b/.mingw-qemu-ga-win.metadata @@ -1 +1 @@ -ea9c805cb76f242d866624dc7fef063ec631405c SOURCES/qemu-9.0.0.tar.bz2 +a04987eab73dc2e5699e12bd9c6bb04a5a6e87b8 SOURCES/qemu-v9.1.0.tar.bz2 diff --git a/SOURCES/0001-Change-Version.patch b/SOURCES/0001-Change-Version.patch index 6944b09..7738683 100644 --- a/SOURCES/0001-Change-Version.patch +++ b/SOURCES/0001-Change-Version.patch @@ -13,7 +13,7 @@ index 91ff57278e..586de296f5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ --9.0.0 -+108.0.2 +-9.1.0 ++109.1.0 -- 2.17.2 diff --git a/SPECS/mingw-qemu-ga-win.spec b/SPECS/mingw-qemu-ga-win.spec index 80f8342..544eaad 100644 --- a/SPECS/mingw-qemu-ga-win.spec +++ b/SPECS/mingw-qemu-ga-win.spec @@ -1,13 +1,13 @@ %{?mingw_package_header} %define with_vss 1 -%define qemu_version 9.0.0 +%define qemu_version 9.1.0 %define ga_manufacturer "RedHat" %define ga_distro "RHEL" Name: mingw-qemu-ga-win -Version: 108.0.2 -Release: 1%{?dist} +Version: 109.1.0 +Release: 2%{?dist} Summary: Qemus Guest agent for Windows Group: System Environment/Daemons @@ -16,11 +16,13 @@ URL: http://www.qemu.org/ Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units -Source0: http://wiki.qemu.org/download/qemu-%{qemu_version}.tar.bz2 +Source0: https://gitlab.com/qemu-project/qemu/-/archive/v%{qemu_version}/qemu-v%{qemu_version}.tar.bz2 Patch0001: 0001-Change-Version.patch BuildArch: noarch +# RHEL-57746 - mingw-qemu-ga-win failed to build on s390x +ExclusiveArch: x86_64 Provides: bundled(mingw-gcc) Provides: bundled(mingw-gcc-c++) @@ -35,6 +37,7 @@ BuildRequires: libtool BuildRequires: zlib-devel BuildRequires: glib2-devel BuildRequires: python3-devel +BuildRequires: python-tomli BuildRequires: gettext BuildRequires: gettext-devel BuildRequires: mingw32-pixman >= 0.42.2 @@ -64,7 +67,7 @@ with the host over a virtio-serial channel named "org.qemu.guest_agent.0" This package does not need to be installed on the host OS. %prep -%setup -q -n qemu-%{qemu_version} +%setup -q -n qemu-v%{qemu_version} %patch0001 -p1 %build @@ -122,6 +125,14 @@ 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 109.1.0-2 +- RHEL-57746 - mingw-qemu-ga-win failed to build on s390x + +* Wed Sep 4 2024 Konstantin Kostiuk 109.1.0 +- RHEL-57013 - Rebase qemu-ga to 9.1.0 +- RHEL-57012 - guest agent public ssh injection api support for Windows +- Set version to 109.1.0 + * Mon Jul 1 2024 Konstantin Kostiuk 108.0.2 - RHEL-45598 - Set version to 108.0.2