Compare commits
No commits in common. "c9-beta" and "imports/c9-beta/mingw-qemu-ga-win-106.0.0-1.el9" have entirely different histories.
c9-beta
...
imports/c9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/qemu-9.0.0.tar.bz2
|
||||
SOURCES/qemu-8.0.0.tar.bz2
|
||||
|
@ -1 +1 @@
|
||||
ea9c805cb76f242d866624dc7fef063ec631405c SOURCES/qemu-9.0.0.tar.bz2
|
||||
003d027b127d259719a845ac89a479dc50cbea8d SOURCES/qemu-8.0.0.tar.bz2
|
||||
|
@ -13,7 +13,7 @@ index 91ff57278e..586de296f5 100644
|
||||
--- a/VERSION
|
||||
+++ b/VERSION
|
||||
@@ -1 +1 @@
|
||||
-9.0.0
|
||||
+108.0.2
|
||||
-8.0.0
|
||||
+106.0.0
|
||||
--
|
||||
2.17.2
|
||||
|
@ -1,17 +1,17 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
%define with_vss 1
|
||||
%define qemu_version 9.0.0
|
||||
%define qemu_version 8.0.0
|
||||
%define ga_manufacturer "RedHat"
|
||||
%define ga_distro "RHEL"
|
||||
|
||||
Name: mingw-qemu-ga-win
|
||||
Version: 108.0.2
|
||||
Version: 106.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Qemus Guest agent for Windows
|
||||
|
||||
Group: System Environment/Daemons
|
||||
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND FSFAP AND GPL-1.0-or-later AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later AND MIT AND LicenseRef-Fedora-Public-Domain AND CC-BY-3.0
|
||||
License: GPLv2+ and LGPLv2+ and BSD
|
||||
URL: http://www.qemu.org/
|
||||
Requires(post): systemd-units
|
||||
Requires(preun): systemd-units
|
||||
@ -37,14 +37,12 @@ BuildRequires: glib2-devel
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: mingw32-pixman >= 0.42.2
|
||||
BuildRequires: mingw64-pixman >= 0.42.2
|
||||
BuildRequires: mingw32-pixman
|
||||
BuildRequires: mingw64-pixman
|
||||
BuildRequires: mingw32-gcc >= 7.4.0
|
||||
BuildRequires: mingw32-gcc-c++ >= 7.4.0
|
||||
BuildRequires: mingw64-gcc >= 7.4.0
|
||||
BuildRequires: mingw64-gcc-c++ >= 7.4.0
|
||||
BuildRequires: mingw32-glib2 >= 2.78.0
|
||||
BuildRequires: mingw64-glib2 >= 2.78.0
|
||||
BuildRequires: mingw32-glib2
|
||||
BuildRequires: mingw64-glib2
|
||||
BuildRequires: mingw64-headers >= 10.0.0
|
||||
BuildRequires: mingw32-headers >= 10.0.0
|
||||
BuildRequires: mingw-w64-tools >= 10.0.0
|
||||
@ -122,34 +120,6 @@ 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 Apr 30 2024 Konstantin Kostiuk <kkostiuk@redhat.com> 108.0.1
|
||||
- Set version to 108.0.1
|
||||
- RHEL-34770 - Gatting rpminspect SPDX license expressions validate failed
|
||||
|
||||
* Wed Apr 24 2024 Konstantin Kostiuk <kkostiuk@redhat.com> 108.0.0
|
||||
- Set version to 108.0.0
|
||||
- RHEL-23026 - Rebase qemu-ga to 9.0.0
|
||||
|
||||
* Mon Apr 1 2024 Dehan Meng <demeng@redhat.com> 107.0.2
|
||||
- Set version to 107.0.2
|
||||
- RHEL-26205 - [QGA] Add Windows Server 2025 to guest-osinfo command
|
||||
|
||||
* Mon Jan 15 2024 Konstantin Kostiuk <kkostiuk@redhat.com> 107.0.1
|
||||
- Set version to 107.0.1
|
||||
- RHEL-21655 - Fix mingw-qemu-ga-win licenses
|
||||
|
||||
* Mon Jan 15 2024 Konstantin Kostiuk <kkostiuk@redhat.com> 107.0.0
|
||||
- Set version to 107.0.0
|
||||
- RHEL-15491 - Rebase qemu-ga to 8.2.0
|
||||
|
||||
* Mon Jul 10 2023 Konstantin Kostiuk <kkostiuk@redhat.com> 106.0.1
|
||||
- Set version to 106.0.1
|
||||
- RHELPLAN-147763 - [mingw-qemu-ga-win] VSS DLL: Add logging mechanism
|
||||
- RHEL-581 - Use the SPDX vocabulary to specify the license
|
||||
|
||||
* Sun Apr 23 2023 Konstantin Kostiuk <kkostiuk@redhat.com> 106.0.0
|
||||
- Set version to 106.0.0
|
||||
- RHEL-408 - Add provides, obsoletes for mingw-qemu-ga-win
|
||||
|
Loading…
Reference in New Issue
Block a user