Accepting request 936076 from Base:System
OBS-URL: https://build.opensuse.org/request/show/936076 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmod?expand=0&rev=69
This commit is contained in:
commit
ebc5ed4444
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 6 11:00:57 UTC 2021 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
- Ensure that kmod and packages linking to libkmod provide same features
|
||||
(bsc#1193430).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 28 07:38:29 UTC 2021 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user