1
0
suse-module-tools/suse-module-tools.changes
Stephan Kulow 58d0049314 Accepting request 329708 from home:trenn:branches:Base:System
- Use /run instead of deprecated /var/run
  This can have sever consequences if this package uses /var/run. It may
  be installed before filesystem package generating the /run tmpfs and
  predict it to generate the link /var/run -> /run. Later dracut convertfs
  kicks in to generate it, but it has issues. bsc#922676

OBS-URL: https://build.opensuse.org/request/show/329708
OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=25
2015-09-19 06:10:30 +00:00

108 lines
3.9 KiB
Plaintext

-------------------------------------------------------------------
Tue Sep 8 12:44:33 UTC 2015 - trenn@suse.de
- Use /run instead of deprecated /var/run
This can have sever consequences if this package uses /var/run. It may
be installed before filesystem package generating the /run tmpfs and
predict it to generate the link /var/run -> /run. Later dracut convertfs
kicks in to generate it, but it has issues. bsc#922676
-------------------------------------------------------------------
Thu Aug 13 13:30:17 UTC 2015 - mmarek@suse.cz
- Only handle KMPs that are built using the %kernel_module_package
macro (preparatory work for fate#319339).
-------------------------------------------------------------------
Tue Jun 23 14:39:46 UTC 2015 - mmarek@suse.cz
- Use absolute path to mkinitrd (bsc#935566)
-------------------------------------------------------------------
Fri May 16 08:36:15 UTC 2014 - mmarek@suse.cz
- Add kgraft/ to the depmod search list (fate#313296)
-------------------------------------------------------------------
Mon May 5 17:15:37 UTC 2014 - tonyj@suse.com
- Add support for ARM zImage to weak-modules2
-------------------------------------------------------------------
Tue Apr 15 14:32:55 UTC 2014 - mmarek@suse.cz
- weak-modules2: Use lsinitrd to list the modules in an initrd, so
that initrds with early microcode work (bnc#873209, bnc#873113).
-------------------------------------------------------------------
Fri Apr 4 14:32:48 UTC 2014 - mmarek@suse.cz
- weak-modules2: Run mkinitrd in posttrans if $INITRD_IN_POSTTRANS
is set (fate#313506)
-------------------------------------------------------------------
Fri Apr 4 13:34:09 UTC 2014 - mmarek@suse.cz
- regenerate-initrd-posttrans: Run mkinitrd_setup
-------------------------------------------------------------------
Fri Apr 4 12:13:18 UTC 2014 - mmarek@suse.cz
- Add macros for regenerating the initrd in %posttrans
(fate#313506).
-------------------------------------------------------------------
Mon Mar 31 09:11:16 UTC 2014 - mmarek@suse.cz
- Use softdep to order {u,o,e}hci-hcd drivers.
- Drop ia64 modprobe config.
-------------------------------------------------------------------
Fri Mar 28 14:25:25 UTC 2014 - mmarek@suse.cz
- Add kmp-install tool for easier installation of SolidDriver KMPs
(fate#314581).
-------------------------------------------------------------------
Tue Mar 11 12:57:36 UTC 2014 - mmarek@suse.cz
- Add modsign-verify tool to verify signatures of modules
(fate#314507).
-------------------------------------------------------------------
Tue Mar 11 12:38:39 UTC 2014 - mmarek@suse.cz
- weak-modules2: Support XZ compressed initrds (bnc#778119,
bnc#867312)
-------------------------------------------------------------------
Mon Mar 10 15:08:15 UTC 2014 - mmarek@suse.cz
- The package cannot be noarch, because it installs different
configs for different architectures.
- Install 10-unsupported-modules.conf unconditionally, kmod has
been patched.
-------------------------------------------------------------------
Fri Feb 7 13:05:20 UTC 2014 - rsalevsky@suse.com
- load the uas driver simulsimultaneously with the usb_storage driver and vice versa (bnc#862397)
-------------------------------------------------------------------
Wed May 29 12:44:00 UTC 2013 - schwab@suse.de
- weak-modules{,2}: also look for Image-$krel for aarch64
-------------------------------------------------------------------
Sun Mar 17 20:04:12 UTC 2013 - crrodriguez@opensuse.org
- The "allow_unsupported_modules" feature, does not belong too
openSUSE, kmod (and hence udev and systemd) do not understand
it in anyway. limit to SLE only.
-------------------------------------------------------------------
Wed Nov 14 18:31:35 UTC 2012 - jengelh@inai.de
- New package. Split SUSE-specific scripts from module-init-tools,
so that we can actually get a system with kmod-compat running.