From 2cfe7463ef1be2b9c7a9c2977e406dc60f0e3d84c1cda6d9be757a43190d767f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 31 Jan 2021 00:43:05 +0000 Subject: [PATCH] Accepting request 867700 from home:dimstar:Factory - Supplement bash-completion subpackage against the main package and bash-completion. - Also require the main package plus bash-completion: the completion package is useless without either of the two. OBS-URL: https://build.opensuse.org/request/show/867700 OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=180 --- kmod.changes | 8 ++++++++ kmod.spec | 3 +++ 2 files changed, 11 insertions(+) diff --git a/kmod.changes b/kmod.changes index d4ec7f8..f26aa6e 100644 --- a/kmod.changes +++ b/kmod.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jan 29 11:54:30 UTC 2021 - Dominique Leuenberger + +- Supplement bash-completion subpackage against the main package + and bash-completion. +- Also require the main package plus bash-completion: the + completion package is useless without either of the two. + ------------------------------------------------------------------- Thu Jan 28 12:05:17 UTC 2021 - Michal Suchanek diff --git a/kmod.spec b/kmod.spec index 4623d91..144674b 100644 --- a/kmod.spec +++ b/kmod.spec @@ -70,6 +70,9 @@ Summary: Bash completion routines for the kmod utilities License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: System/Shells BuildArch: noarch +Requires: %{name} +Requires: bash-completion +Supplements: (%{name} and bash-completion) %description bash-completion Contains bash completion support for kmod utilities.