forked from pool/libvirt
Accepting request 901098 from home:mgorman:branches:Virtualization
- Suggest numad package instead of requiring it. numad is not required for libvirt daemon to run, it does not support the cgroup2 API and it has been superseded by the kernel NUMA balancer which is enabled by default. bsc#1184722 OBS-URL: https://build.opensuse.org/request/show/901098 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libvirt?expand=0&rev=893
This commit is contained in:
parent
9b5da75827
commit
c898e9a77b
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 21 07:22:36 UTC 2021 - Mel Gorman <mgorman@suse.de>
|
||||
|
||||
- Suggest numad package instead of requiring it. numad is not
|
||||
required for libvirt daemon to run, it does not support the
|
||||
cgroup2 API and it has been superseded by the kernel NUMA
|
||||
balancer which is enabled by default.
|
||||
bsc#1184722
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 1 15:06:44 UTC 2021 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
|
@ -362,7 +362,7 @@ Requires: dmidecode
|
||||
# For service management
|
||||
%{?systemd_requires}
|
||||
%if %{with_numad}
|
||||
Requires: numad
|
||||
Suggests: numad
|
||||
%endif
|
||||
# libvirtd depends on 'messagebus' service
|
||||
Requires: dbus-1
|
||||
|
Loading…
Reference in New Issue
Block a user