commit a1bba4de51f6d301e1503ecc48012ec892b538c5 Author: Dmitry Samoylik Date: Fri Aug 23 14:13:28 2024 +0300 import spice-qxl-wddm-dod-0.21-2.el9 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd406b8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +SOURCES/spice-qxl-wddm-dod.zip +SOURCES/spice-qxl-wddm-dod-8.1-compatible.zip +SOURCES/spice-qxl-wddm-dod-0.21-2-spec.zip +SOURCES/spice-qxl-wddm-dod-0.21-2-sources.zip diff --git a/.spice-qxl-wddm-dod.metadata b/.spice-qxl-wddm-dod.metadata new file mode 100644 index 0000000..4ca8434 --- /dev/null +++ b/.spice-qxl-wddm-dod.metadata @@ -0,0 +1,4 @@ +d1fd93e72befa340d0ba45c184c2cb5a7a39537b SOURCES/spice-qxl-wddm-dod.zip +d51615ef35b08195151324745b31643489ae459e SOURCES/spice-qxl-wddm-dod-8.1-compatible.zip +478313e7db2dc786b108009bdfad6c301c2734c2 SOURCES/spice-qxl-wddm-dod-0.21-2-spec.zip +d11e604b1cca99f631817c7150d3f7e627ee58e7 SOURCES/spice-qxl-wddm-dod-0.21-2-sources.zip diff --git a/SPECS/qxl-wddm-dod.spec b/SPECS/qxl-wddm-dod.spec new file mode 100644 index 0000000..570244e --- /dev/null +++ b/SPECS/qxl-wddm-dod.spec @@ -0,0 +1,58 @@ +%global spice_data_dir %{_datadir}/spice + + +Name: spice-qxl-wddm-dod +Version: 0.21 +Release: 2%{?dist} +License: ASL 2.0 +Summary: A QXL display-only driver for Windows 10 virtual machines. +Group: Virtualization/Management +URL: http://www.spice-space.org + +Source0: spice-qxl-wddm-dod.zip +Source1: spice-qxl-wddm-dod-8.1-compatible.zip +Source2: spice-qxl-wddm-dod-0.21-2-spec.zip +Source3: spice-qxl-wddm-dod-0.21-2-sources.zip + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch + +%description +QXL is a paravirtualized display driver and a part of SPICE project. +This package provides QXL display-only driver for Windows 10 virtual machines. + +%prep + +%build + +%install +rm -rf %{buildroot} +/usr/bin/install -d %{buildroot}%{spice_data_dir} + +/usr/bin/unzip %{SOURCE0} +/bin/cp w10/QxlWddmDod_*.msi %{buildroot}%{spice_data_dir}/ + +%clean +rm -rf %{buildroot} + +%files +%defattr(0644,root,root,0755) +%{spice_data_dir}/QxlWddmDod_*.msi + + +%changelog +* Fri Aug 23 2024 Dmitriy Samoylik - 0.21-2 +- Rebuilt for MSVSphere 9.4 + +* Sun Dec 6 2020 Uri Lublin - 0.21-2 +- Fix behavior on rev5 qxl device + Resolves: rhbz#1851845 + +* Wed Jun 3 2020 Uri Lublin - 0.20-1 +- Build for 8.3 +- Resolves: rhbz#1813149 + +* Mon Dec 16 2019 Uri Lublin - 0.19-2 +- First build for 8.2 +- Resolves: rhbz#1757772 +