From e42eda2e1396b0a798ecc29fed204e7fcbc1aa84384e1c346bec1417bd05a330 Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Mon, 10 Dec 2018 10:49:41 +0000 Subject: [PATCH] Accepting request 656043 from home:adrianSuSE:branches:Base:System - Require mkinitrd (provided also by dracut) directly instead of file requires. This is fixing image build failures I keep loosing the fight to get a fileprovides in our base distros because of some build cycle. But all appliance builds are failing without having mkinitrd installed, so trying to avoid the fileprovides. OBS-URL: https://build.opensuse.org/request/show/656043 OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=49 --- suse-module-tools.changes | 6 ++++++ suse-module-tools.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/suse-module-tools.changes b/suse-module-tools.changes index ac6494d..62ff4db 100644 --- a/suse-module-tools.changes +++ b/suse-module-tools.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 7 12:45:36 UTC 2018 - Adrian Schröter + +- Require mkinitrd (provided also by dracut) directly instead of + file requires. This is fixing image build failures + ------------------------------------------------------------------- Wed Nov 07 14:53:52 UTC 2018 - mwilck@suse.com diff --git a/suse-module-tools.spec b/suse-module-tools.spec index ce43386..5ac3ad9 100644 --- a/suse-module-tools.spec +++ b/suse-module-tools.spec @@ -25,12 +25,13 @@ Group: System/Base Url: https://github.com/openSUSE/suse-module-tools Source0: %{name}-%{version}.tar.xz Source1: %{name}.rpmlintrc -Requires: /sbin/mkinitrd +# not /sbin/mkinitrd because base distros don't provide it on purpose Requires: binutils Requires: coreutils Requires: findutils Requires: grep Requires: gzip +Requires: mkinitrd # module-init-tools in older distros, kmod-compat in later ones Requires: /sbin/depmod Requires: rpm