SHA256
1
0
forked from pool/qemu

Accepting request 827630 from home:dimstar:Factory

- Fix wrong usage of %{_libexecdir} for systemd owned paths below
  %{_prefix}/lib.

OBS-URL: https://build.opensuse.org/request/show/827630
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=559
This commit is contained in:
Bruce Rogers 2020-08-18 20:22:47 +00:00 committed by Git OBS Bridge
parent 139cdd2a16
commit 4c0ee771f2
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 18 15:29:41 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix wrong usage of %{_libexecdir} for systemd owned paths below
%{_prefix}/lib.
-------------------------------------------------------------------
Tue Aug 11 20:05:25 UTC 2020 - Bruce Rogers <brogers@suse.com>

View File

@ -1670,7 +1670,7 @@ install -D -p -m 0644 %{SOURCE7} %{buildroot}%{_unitdir}/qemu-ga@.service
install -D -p -m 0644 %{SOURCE6} %{buildroot}%{_unitdir}/ksm.service
%endif
%ifarch s390x
install -D -m 0644 %{SOURCE2} %{buildroot}%_libexecdir/modules-load.d/kvm.conf
install -D -m 0644 %{SOURCE2} %{buildroot}%{_prefix}/lib/modules-load.d/kvm.conf
%endif
%fdupes -s %{buildroot}
@ -1915,7 +1915,7 @@ fi
%dir %_sysconfdir/%name/firmware
%if %{kvm_available}
%ifarch s390x
%_libexecdir/modules-load.d/kvm.conf
%{_prefix}/lib/modules-load.d/kvm.conf
%endif
/usr/lib/udev/rules.d/80-kvm.rules
%endif