Rebuild after widl update to fix installation
resolves: rhbz#2084493 Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
This commit is contained in:
parent
f48ebbf575
commit
3af6e50f0f
@ -14,6 +14,6 @@ index 91ff57278e..586de296f5 100644
|
|||||||
+++ b/VERSION
|
+++ b/VERSION
|
||||||
@@ -1 +1 @@
|
@@ -1 +1 @@
|
||||||
-7.0.0
|
-7.0.0
|
||||||
+103.0.0
|
+104.0.1
|
||||||
--
|
--
|
||||||
2.17.2
|
2.17.2
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
%define ga_distro "RHEL"
|
%define ga_distro "RHEL"
|
||||||
|
|
||||||
Name: mingw-qemu-ga-win
|
Name: mingw-qemu-ga-win
|
||||||
Version: 104.0.0
|
Version: 104.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Qemus Guest agent for Windows
|
Summary: Qemus Guest agent for Windows
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ BuildRequires: mingw32-glib2
|
|||||||
BuildRequires: mingw64-glib2
|
BuildRequires: mingw64-glib2
|
||||||
BuildRequires: mingw64-headers >= 10.0.0
|
BuildRequires: mingw64-headers >= 10.0.0
|
||||||
BuildRequires: mingw32-headers >= 10.0.0
|
BuildRequires: mingw32-headers >= 10.0.0
|
||||||
BuildRequires: mingw-w64-tools
|
BuildRequires: mingw-w64-tools >= 10.0.0
|
||||||
BuildRequires: msitools >= 0.93.93
|
BuildRequires: msitools >= 0.93.93
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: ninja-build
|
BuildRequires: ninja-build
|
||||||
@ -120,6 +120,10 @@ cp build/qga/qemu-ga-x86_64.msi $RPM_BUILD_ROOT%{mingw64_bindir}
|
|||||||
%{mingw64_bindir}/qemu-ga*
|
%{mingw64_bindir}/qemu-ga*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 12 2022 Konstantin Kostiuk <kkostiuk@redhat.com> 104.0.1
|
||||||
|
- Set version to 104.0.1
|
||||||
|
- BZ#2084493 - qemu-ga can't be installed
|
||||||
|
|
||||||
* Mon Apr 25 2022 Konstantin Kostiuk <kkostiuk@redhat.com> 104.0.0
|
* Mon Apr 25 2022 Konstantin Kostiuk <kkostiuk@redhat.com> 104.0.0
|
||||||
- Set version to 104.0.0
|
- Set version to 104.0.0
|
||||||
- BZ#2078384 - Rebase QEMU Guest Agent Windows to 7.0.0
|
- BZ#2078384 - Rebase QEMU Guest Agent Windows to 7.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user