rpm: force removal os-prober package
It can be can be harmful, because it accesses (and mounts) every block device, including VM controlled /dev/loop*.
This commit is contained in:
parent
c752353471
commit
7fdff6a735
@ -49,6 +49,11 @@ Requires: qubes-core-dom0
|
|||||||
Requires: qubes-utils >= 2.0.6
|
Requires: qubes-utils >= 2.0.6
|
||||||
Requires: %{name}-kernel-install
|
Requires: %{name}-kernel-install
|
||||||
|
|
||||||
|
# get rid of os-prober, it tries to mount and parse all the block devices in
|
||||||
|
# the system, including loop*
|
||||||
|
Provides: os-prober
|
||||||
|
Obsoletes: os-prober
|
||||||
|
|
||||||
%define _builddir %(pwd)
|
%define _builddir %(pwd)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user