Accepting request 828217 from home:bfrogers:branches:Virtualization

One more tweak for SLE compat.

OBS-URL: https://build.opensuse.org/request/show/828217
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=563
This commit is contained in:
Bruce Rogers 2020-08-20 14:38:58 +00:00 committed by Git OBS Bridge
parent 5415d482c1
commit f782d4da61
2 changed files with 4 additions and 0 deletions

View File

@ -1693,7 +1693,9 @@ install -D -m 0644 %{SOURCE2} %{buildroot}%{_prefix}/lib/modules-load.d/kvm.conf
install -D -m 0644 %{SOURCE201} %{buildroot}%_docdir/%name/qemu-ga-ref.html
install -D -m 0644 %{SOURCE202} %{buildroot}%_docdir/%name/qemu-ga-ref.txt
install -D -m 0644 %{SOURCE203} %{buildroot}%_docdir/%name/qemu-qmp-ref.html
%if 0%{?is_opensuse}
install -D -m 0644 %{SOURCE204} %{buildroot}%_docdir/%name/qemu-qmp-ref.txt
%endif
%fdupes -s %{buildroot}
# ========================================================================

View File

@ -1550,7 +1550,9 @@ install -D -m 0644 %{SOURCE2} %{buildroot}%{_prefix}/lib/modules-load.d/kvm.conf
install -D -m 0644 %{SOURCE201} %{buildroot}%_docdir/%name/qemu-ga-ref.html
install -D -m 0644 %{SOURCE202} %{buildroot}%_docdir/%name/qemu-ga-ref.txt
install -D -m 0644 %{SOURCE203} %{buildroot}%_docdir/%name/qemu-qmp-ref.html
%if 0%{?is_opensuse}
install -D -m 0644 %{SOURCE204} %{buildroot}%_docdir/%name/qemu-qmp-ref.txt
%endif
%fdupes -s %{buildroot}
# ========================================================================