From 9ed8ba556751f064c2e8834f8ae856e255ecdb5a0b09b3b1c2f6661ed65593bc Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 17 Jun 2014 07:45:39 +0000 Subject: [PATCH] Accepting request 235939 from home:elvigia:branches:Base:System - Neither dmraid nor lvm are mandatory components to get a working systemd but this package is, since it is required by grub2. Downgrade the requires to recommends so lvm2/dmraid can be uninstalled without rendering the system unusable. OBS-URL: https://build.opensuse.org/request/show/235939 OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=41 --- os-prober.changes | 8 ++++++++ os-prober.spec | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/os-prober.changes b/os-prober.changes index 0840978..013dba5 100644 --- a/os-prober.changes +++ b/os-prober.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat May 31 20:49:32 UTC 2014 - crrodriguez@opensuse.org + +- Neither dmraid nor lvm are mandatory components to get a + working systemd but this package is, since it is required by grub2. + Downgrade the requires to recommends so lvm2/dmraid can be uninstalled + without rendering the system unusable. + ------------------------------------------------------------------- Thu May 29 08:26:40 UTC 2014 - mchang@suse.com diff --git a/os-prober.spec b/os-prober.spec index 5cfa374..f67400d 100644 --- a/os-prober.spec +++ b/os-prober.spec @@ -59,8 +59,8 @@ Requires: /bin/sed Requires: /sbin/modprobe Requires: btrfsprogs Requires: coreutils -Requires: dmraid -Requires: lvm2 +Recommends: dmraid +Recommends: lvm2 Requires: udev Requires: util-linux