Compare commits
No commits in common. "c9-beta" and "c10s" have entirely different histories.
12
.gitignore
vendored
12
.gitignore
vendored
@ -1 +1,11 @@
|
||||
SOURCES/qemu-9.0.0.tar.bz2
|
||||
/VSSSDK72.tar.gz
|
||||
/qemu-6.2.0.tar.bz2
|
||||
/qemu-7.0.0.tar.bz2
|
||||
/qemu-7.0.0
|
||||
/qemu-7.1.0.tar.bz2
|
||||
/qemu-7.1.0
|
||||
/qemu-8.0.0.tar.bz2
|
||||
/qemu-8.2.0
|
||||
/qemu-8.2.0.tar.bz2
|
||||
/qemu-9.0.0.tar.bz2
|
||||
/qemu-v9.1.0.tar.bz2
|
@ -1 +0,0 @@
|
||||
ea9c805cb76f242d866624dc7fef063ec631405c SOURCES/qemu-9.0.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
|
5
gating.yaml
Normal file
5
gating.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules: []
|
@ -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: 4%{?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-57753 - mingw-qemu-ga-win failed to build on s390x
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
Provides: bundled(mingw-gcc)
|
||||
Provides: bundled(mingw-gcc-c++)
|
||||
@ -64,7 +66,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,8 +124,26 @@ cp build/qga/qemu-ga-x86_64.msi $RPM_BUILD_ROOT%{mingw64_bindir}
|
||||
%{mingw64_bindir}/qemu-ga*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 1 2024 Konstantin Kostiuk <kkostiuk@redhat.com> 108.0.2
|
||||
- RHEL-45598 - Set version to 108.0.2
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 109.1.0-4
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
* Wed Sep 1 2024 Konstantin Kostiuk <kkostiuk@redhat.com> 109.1.0-3
|
||||
- RHEL-57753 - mingw-qemu-ga-win failed to build on s390x
|
||||
- Rebuild
|
||||
|
||||
* Fri Sep 6 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
|
||||
- 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
|
||||
|
||||
* Tue Apr 30 2024 Konstantin Kostiuk <kkostiuk@redhat.com> 108.0.1
|
||||
- Set version to 108.0.1
|
Loading…
Reference in New Issue
Block a user