SHA256
1
0
forked from pool/libvirt

- spec: Enable mdevctl support in the nodedev driver for SLE15 SP3

jsc#SLE-15861, bsc#1179770

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=864
This commit is contained in:
James Fehlig 2020-12-09 00:11:03 +00:00 committed by Git OBS Bridge
parent 0b3a0a1f93
commit 2a51407f2d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 9 00:07:16 UTC 2020 - James Fehlig <jfehlig@suse.com>
- spec: Enable mdevctl support in the nodedev driver for SLE15 SP3
jsc#SLE-15861, bsc#1179770
-------------------------------------------------------------------
Mon Dec 7 23:11:45 UTC 2020 - James Fehlig <jfehlig@suse.com>

View File

@ -446,7 +446,7 @@ Group: System/Management
Requires: %{name}-daemon = %{version}-%{release}
Requires: %{name}-libs = %{version}-%{release}
# For managing persistent mediated devices
%if 0%{?suse_version} >= 1550
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150300
Requires: mdevctl
%endif