- Drop old RPM constructs from the build recipe.

- Add reasoning for prev change

OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=166
This commit is contained in:
2020-07-07 13:07:56 +00:00
committed by Git OBS Bridge
parent ec5463650d
commit b9baf3c471
3 changed files with 12 additions and 9 deletions

View File

@@ -1,7 +1,18 @@
-------------------------------------------------------------------
Tue Jul 7 13:05:53 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Drop old RPM constructs from the build recipe.
-------------------------------------------------------------------
Fri Jul 3 11:36:22 UTC 2020 - Michal Suchanek <msuchanek@suse.com>
- Drop kmod-compat (boo#1173353).
- Drop kmod-compat (boo#1173353):
The symlinks in kmod-compat are not obsolete. They are
desirable for kernel module autoload. The "kernel.modprobe"
sysctl references /sbin/modprobe, and changing it to
"/usr/bin/kmod load" is not possible, because this sysctl
specifies a single executable, not a command (so spaces will be
treated as part of the filename).
-------------------------------------------------------------------
Wed May 27 23:31:52 UTC 2020 - Jan Engelhardt <jengelh@inai.de>