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:
Marek Marczykowski-Górecki 2015-07-27 17:27:35 +02:00
parent b96016101c
commit 547854bed6

View File

@ -47,6 +47,11 @@ BuildRequires: qubes-utils-devel >= 2.0.5
Requires: qubes-core-dom0
Requires: qubes-utils >= 2.0.6
# 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)
%description