Rebase to QEMU v9.1.0
Resolves: RHEL-57014 - Rebase qemu-ga to 9.1.0 Resolves: RHEL-32297 - guest agent public ssh injection api support for Windows Resolves: RHEL-36718 - The version of mingw-qemu-ga-win doesn't match inside query and via command 'guest-info' Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
This commit is contained in:
parent
28454d9b92
commit
4e241f4d2e
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/qemu-8.2.0
|
||||
/qemu-8.2.0.tar.bz2
|
||||
/qemu-9.0.0.tar.bz2
|
||||
/qemu-v9.1.0.tar.bz2
|
@ -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
|
||||
|
@ -1,12 +1,12 @@
|
||||
%{?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.1
|
||||
Version: 109.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Qemus Guest agent for Windows
|
||||
|
||||
@ -16,7 +16,7 @@ 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
|
||||
|
||||
@ -64,7 +64,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 +122,12 @@ cp build/qga/qemu-ga-x86_64.msi $RPM_BUILD_ROOT%{mingw64_bindir}
|
||||
%{mingw64_bindir}/qemu-ga*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- RHEL-36718 - The version of mingw-qemu-ga-win doesn't match inside query and via command 'guest-info'
|
||||
- Set version to 109.1.0
|
||||
|
||||
* Tue May 7 2024 Konstantin Kostiuk <kkostiuk@redhat.com> 108.0.2
|
||||
- Set version to 108.0.2
|
||||
- RHEL-35692 - Update gating.yaml for RHEL 10
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qemu-9.0.0.tar.bz2) = 24e7f335ec76930cf9fb66b42fa2dd3615a29c490b16b0dd2ebd0d2926f819f06dd3dddbf279a8ff5d9f7a2a5998156d0d4f1243d1016e39da9b2f347dde8d0e
|
||||
SHA512 (qemu-v9.1.0.tar.bz2) = 59b5bbf0e3eee4cf4f7505eb954c0bbd19b0a64b75835ba943f94c4d6aea9387c2426ac3505800bfc62d7fb6a7bc5afe4f635ceb7af677e7c4409b0cbbdd1ec4
|
Loading…
Reference in New Issue
Block a user