import spice-vdagent-win-0.10.0-7.el8

c8 imports/c8/spice-vdagent-win-0.10.0-7.el8
CentOS Sources 2 years ago committed by MSVSphere Packaging Team
parent 58f6544edc
commit c1f50e5099

8
.gitignore vendored

@ -1,6 +1,6 @@
SOURCES/spice-vdagent-win-0.10.0-6-sources.zip
SOURCES/spice-vdagent-win-0.10.0-6-spec.zip
SOURCES/spice-vdagent-x64-0.10.0-6.msi
SOURCES/spice-vdagent-x86-0.10.0-6.msi
SOURCES/spice-vdagent-win-0.10.0-7-sources.zip
SOURCES/spice-vdagent-win-0.10.0-7-spec.zip
SOURCES/spice-vdagent-x64-0.10.0-7.msi
SOURCES/spice-vdagent-x86-0.10.0-7.msi
SOURCES/spice_vdagent_x64.zip
SOURCES/spice_vdagent_x86.zip

@ -1,6 +1,6 @@
93602b2983dd167e72f2683d7099b077c7c68abd SOURCES/spice-vdagent-win-0.10.0-6-sources.zip
e25a686d276e164f69b0a10055b24a8bcfa3fac6 SOURCES/spice-vdagent-win-0.10.0-6-spec.zip
d34af0753256cbdf8db1fe7b92e411b54e144c54 SOURCES/spice-vdagent-x64-0.10.0-6.msi
14ab003118124ae34ae0ef913a9fce8592a80412 SOURCES/spice-vdagent-x86-0.10.0-6.msi
bf9c62bb0176b8616beed7c0f1bac83516e8c15b SOURCES/spice_vdagent_x64.zip
31680a564d81725aedc3dfd5657ecf509cd2cc3e SOURCES/spice_vdagent_x86.zip
5f8e2a3ffce5928913c16820c565188fd1081c0e SOURCES/spice-vdagent-win-0.10.0-7-sources.zip
d1231cf0a206a0dd42acc4a7f7c6112ee5d4e71c SOURCES/spice-vdagent-win-0.10.0-7-spec.zip
fcb7cc5fc9abd18769d45fcc0515e0143f1becc9 SOURCES/spice-vdagent-x64-0.10.0-7.msi
dd18747772f23ae1f2d9cfd0dad2a03c652ae0e6 SOURCES/spice-vdagent-x86-0.10.0-7.msi
c97462a6a618669510d7f459486788d25c864ec8 SOURCES/spice_vdagent_x64.zip
1bb60a4c4108a6cbc78e893519075194fb2d0a45 SOURCES/spice_vdagent_x86.zip

@ -3,18 +3,18 @@
Name: spice-vdagent-win
Version: 0.10.0
Release: 6%{?dist}
Release: 7%{?dist}
License: GPLv2+
Summary: Spice agent MSI installers for Windows guests
Group: Virtualization/Management
URL: http://www.spice-space.org
Source0: spice_vdagent_x64.zip
Source1: spice_vdagent_x86.zip
Source2: spice-vdagent-win-0.10.0-6-spec.zip
Source3: spice-vdagent-x64-0.10.0-6.msi
Source4: spice-vdagent-x86-0.10.0-6.msi
Source5: spice-vdagent-win-0.10.0-6-sources.zip
Source0: spice-vdagent-x86-0.10.0-7.msi
Source1: spice_vdagent_x64.zip
Source2: spice-vdagent-win-0.10.0-7-sources.zip
Source3: spice-vdagent-win-0.10.0-7-spec.zip
Source4: spice-vdagent-x64-0.10.0-7.msi
Source5: spice_vdagent_x86.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@ -45,7 +45,7 @@ rm -rf %{buildroot}
/usr/bin/install -d %{buildroot}%{spice_data_dir}
/bin/cp %{SOURCE3} %{buildroot}%{spice_data_dir}/
/bin/cp %{SOURCE0} %{buildroot}%{spice_data_dir}/
/bin/cp %{SOURCE4} %{buildroot}%{spice_data_dir}/
%clean
@ -61,6 +61,10 @@ rm -rf %{buildroot}
%{spice_data_dir}/spice-vdagent-x86*.msi
%changelog
* Sun Feb 19 2023 Uri Lublin <uril@redhat.com> - 0.10.0-7
- Rebuilt
Resolves: rhbz#2125276
* Tue Sep 6 2022 Uri Lublin <uril@redhat.com> - 0.10.0-6
- Rebuilt to pick mingw-zlib 1.2.8-10
Resolves rhbz#2121122

Loading…
Cancel
Save