diff --git a/kmod.changes b/kmod.changes index 1eee19b..9e34e35 100644 --- a/kmod.changes +++ b/kmod.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 6 11:00:57 UTC 2021 - Michal Suchanek + +- Ensure that kmod and packages linking to libkmod provide same features + (bsc#1193430). + ------------------------------------------------------------------- Thu Oct 28 07:38:29 UTC 2021 - Michal Suchanek diff --git a/kmod.spec b/kmod.spec index 9bc74ac..02e9785 100644 --- a/kmod.spec +++ b/kmod.spec @@ -59,6 +59,10 @@ BuildRequires: pkgconfig(zlib) Requires(post): coreutils Obsoletes: kmod-compat < %version-%release Provides: kmod-compat = %version-%release +# kmod and libkmod have no dependency but we want to provide +# same features across kmod provided tools and tools linking to libkmod +Conflicts: %lname < %version-%release +Conflicts: %lname > %version-%release Requires: suse-module-tools Obsoletes: module-init-tools < 3.16 Provides: module-init-tools = 3.16