Accepting request 935990 from home:michals
- Ensure that kmod and packages linking to libkmod provide same features (bsc#1193430). OBS-URL: https://build.opensuse.org/request/show/935990 OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=201
This commit is contained in:
parent
9cca6f3e76
commit
ac7a62565c
@ -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>
|
Thu Oct 28 07:38:29 UTC 2021 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
@ -59,6 +59,10 @@ BuildRequires: pkgconfig(zlib)
|
|||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Obsoletes: kmod-compat < %version-%release
|
Obsoletes: kmod-compat < %version-%release
|
||||||
Provides: 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
|
Requires: suse-module-tools
|
||||||
Obsoletes: module-init-tools < 3.16
|
Obsoletes: module-init-tools < 3.16
|
||||||
Provides: module-init-tools = 3.16
|
Provides: module-init-tools = 3.16
|
||||||
|
Loading…
Reference in New Issue
Block a user