diff --git a/0001-Change-Version.patch b/0001-Change-Version.patch index 55b5331..f2fcddf 100644 --- a/0001-Change-Version.patch +++ b/0001-Change-Version.patch @@ -14,6 +14,6 @@ index 91ff57278e..586de296f5 100644 +++ b/VERSION @@ -1 +1 @@ -7.1.0 -+105.0.1 ++105.0.2 -- 2.17.2 diff --git a/mingw-qemu-ga-win.spec b/mingw-qemu-ga-win.spec index 5403aad..bb119e0 100644 --- a/mingw-qemu-ga-win.spec +++ b/mingw-qemu-ga-win.spec @@ -6,14 +6,14 @@ %define ga_distro "RHEL" Name: mingw-qemu-ga-win -Version: 105.0.1 +Version: 105.0.2 Release: 1%{?dist} Summary: Qemus Guest agent for Windows Group: System Environment/Daemons License: GPLv2+ and LGPLv2+ and BSD URL: http://www.qemu.org/ -Requires(post): system-units +Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units Source0: http://wiki.qemu.org/download/qemu-%{qemu_version}.tar.bz2 @@ -53,12 +53,10 @@ 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. -Summary: %{summary} - - %prep %setup -q -n qemu-%{qemu_version} %patch0001 -p1 +%patch0002 -p1 %build @@ -113,6 +111,13 @@ cp build/qga/qemu-ga-x86_64.msi $RPM_BUILD_ROOT%{mingw64_bindir} %{mingw64_bindir}/qemu-ga* %changelog +* Tue Dec 6 2022 Konstantin Kostiuk 105.0.2 +- Set version to 105.0.2 +- Fix wrong requires +- Fix missing patch0002 +- Remove extra Summary +- BZ#2090333 - [mingw-qemu-ga-win] qga command 'guest-get-fsinfo' can't query bus-type of USB + * Tue Dec 6 2022 Konstantin Kostiuk 105.0.1 - Set version to 105.0.1 - Remove redundant package