Compare commits

...

No commits in common. 'i9-spice' and 'c8' have entirely different histories.
i9-spice ... c8

8
.gitignore vendored

@ -1,4 +1,6 @@
SOURCES/spice_vdagent_x86.zip 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_x64.zip
SOURCES/spice-vdagent-win-0.10.0-6-spec.zip SOURCES/spice_vdagent_x86.zip
SOURCES/spice-vdagent-win-0.10.0-6-sources.zip

@ -1,4 +1,6 @@
31680a564d81725aedc3dfd5657ecf509cd2cc3e SOURCES/spice_vdagent_x86.zip 5f8e2a3ffce5928913c16820c565188fd1081c0e SOURCES/spice-vdagent-win-0.10.0-7-sources.zip
bf9c62bb0176b8616beed7c0f1bac83516e8c15b SOURCES/spice_vdagent_x64.zip d1231cf0a206a0dd42acc4a7f7c6112ee5d4e71c SOURCES/spice-vdagent-win-0.10.0-7-spec.zip
e25a686d276e164f69b0a10055b24a8bcfa3fac6 SOURCES/spice-vdagent-win-0.10.0-6-spec.zip fcb7cc5fc9abd18769d45fcc0515e0143f1becc9 SOURCES/spice-vdagent-x64-0.10.0-7.msi
93602b2983dd167e72f2683d7099b077c7c68abd SOURCES/spice-vdagent-win-0.10.0-6-sources.zip 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 Name: spice-vdagent-win
Version: 0.10.0 Version: 0.10.0
Release: 6%{?dist} Release: 7%{?dist}
License: GPLv2+ License: GPLv2+
Summary: Spice agent MSI installers for Windows guests Summary: Spice agent MSI installers for Windows guests
Group: Virtualization/Management Group: Virtualization/Management
URL: http://www.spice-space.org URL: http://www.spice-space.org
Source0: spice_vdagent_x64.zip Source0: spice-vdagent-x86-0.10.0-7.msi
Source1: spice_vdagent_x86.zip Source1: spice_vdagent_x64.zip
Source2: spice-vdagent-win-0.10.0-6-spec.zip Source2: spice-vdagent-win-0.10.0-7-sources.zip
Source3: spice-vdagent-x64-0.10.0-6.msi Source3: spice-vdagent-win-0.10.0-7-spec.zip
Source4: spice-vdagent-x86-0.10.0-6.msi Source4: spice-vdagent-x64-0.10.0-7.msi
Source5: spice-vdagent-win-0.10.0-6-sources.zip Source5: spice_vdagent_x86.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
@ -45,7 +45,7 @@ rm -rf %{buildroot}
/usr/bin/install -d %{buildroot}%{spice_data_dir} /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}/ /bin/cp %{SOURCE4} %{buildroot}%{spice_data_dir}/
%clean %clean
@ -61,8 +61,9 @@ rm -rf %{buildroot}
%{spice_data_dir}/spice-vdagent-x86*.msi %{spice_data_dir}/spice-vdagent-x86*.msi
%changelog %changelog
* Fri Aug 23 2024 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 0.10.0-6 * Sun Feb 19 2023 Uri Lublin <uril@redhat.com> - 0.10.0-7
- Rebuilt for MSVSphere 9.4 - Rebuilt
Resolves: rhbz#2125276
* Tue Sep 6 2022 Uri Lublin <uril@redhat.com> - 0.10.0-6 * Tue Sep 6 2022 Uri Lublin <uril@redhat.com> - 0.10.0-6
- Rebuilt to pick mingw-zlib 1.2.8-10 - Rebuilt to pick mingw-zlib 1.2.8-10

Loading…
Cancel
Save