diff --git a/libvirt.changes b/libvirt.changes index 16f2e7b..66cb807 100644 --- a/libvirt.changes +++ b/libvirt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 9 00:07:16 UTC 2020 - James Fehlig + +- 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 diff --git a/libvirt.spec b/libvirt.spec index 3576244..465b447 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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