From e062c431dd6d194b79ba7c63d92e61e7eb86d5a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 29 Jul 2015 21:35:04 +0200 Subject: [PATCH] rpm: move os-prober removing code to kernel-install subpackage Main qubes-core-dom0 should not be installed as part of installer image, but os-prober dependency pulls that in. So move it into qubes-core-dom0-kernel-install subpackage. After all this is where grub config regeneration code is placed, so it is more logical place. --- rpm_spec/core-dom0-linux.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rpm_spec/core-dom0-linux.spec b/rpm_spec/core-dom0-linux.spec index 74a1b40..68cc143 100644 --- a/rpm_spec/core-dom0-linux.spec +++ b/rpm_spec/core-dom0-linux.spec @@ -49,11 +49,6 @@ Requires: qubes-core-dom0 Requires: qubes-utils >= 2.0.6 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) %description @@ -64,6 +59,11 @@ appmenus etc). %package kernel-install Summary: Kernel install hook for Xen-based system +# 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 + %description kernel-install Kernel install hook for Xen-based system.