SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for suse-module-tools-15.0.30-lp150.86.1.x86_64.rpm :

* Wed Jan 30 2019 mwilckAATTsuse.com- Update to version 15.0.30 (git 4619946):- implemented fs blacklisting logic (fate#326832)
* Wed Jan 30 2019 mwilckAATTsuse.com- Update to version 15.0.20 (git 1396df5):- Fix driver-check.sh (boo#1123697, boo#1123704)- add /etc/modprobe.d/50-blacklist.conf from sysconfig package (boo#1107611)- Remove hard dependency on mkinitrd (boo#1123721)- Make sure code works also without kmod-compat- Replace file dependency on /sbin/depmod by weak package dependency
* Mon Dec 10 2018 Martin Wilck - Move \"weak-modules\" script to -legacy subpackage to avoid dependency on binutils (bsc#1116665)
* Fri Dec 07 2018 Adrian Schröter - Require mkinitrd (provided also by dracut) directly instead of file requires. This is fixing image build failures
* Wed Nov 07 2018 mwilckAATTsuse.com- Update to version 15.0.1 (git 5c63319):- Use /etc/modules-load.d/sg.conf for sg driver autoloading (bsc#1036463)
* added /etc/modules-load.d/sg.conf
* Mon Nov 05 2018 mwilckAATTsuse.com- version 15.0 (git 6ce3011)- modsign-verify: support for parsing PKCS#7 signatures (bsc#1111300, bsc#1105495)- Fix logic for unsupported modules (bsc#1111183)
* SLES15: allow unsupported modules only if kernel-default-extra from SLE-WE module is installed
* Always allow unsupported modules on Leap 15 and Factory
* No change for SLE12 / Leap 42.x and below
* 10-unsupported-modules.conf: improved comments
* fix %config(noreplace) logic for 10-unsupported-modules.conf- added udev rule 81-sg.rules to make sure the sg module is always loaded (bsc#1036463)
* Wed Jul 26 2017 tchvatalAATTsuse.com- Use path dependency that is not parsed by obs to ensure we are not pulling systemd everywhere
* Mon Jun 19 2017 tchvatalAATTsuse.com- Set url to github project and repack using obs service- Cleanup a bit with spec-cleaner- Grep os-release and not deprecated SuSE-release
* Thu Sep 08 2016 dmuellerAATTsuse.com- blacklist efifb on aarch64 (bsc#996080)
* Fri May 27 2016 mmarekAATTsuse.cz- Run dos2unix on the modhash script.
* Thu May 26 2016 jleeAATTsuse.com- Add modhash tool to calculate hash of signed module. It strips X.509 or PKCS#7 signature before hash kernel module. (fate#319460)
* Wed May 25 2016 mmarekAATTsuse.cz- Remove -x bit from 50-kernel-uname_r.conf (bsc#981291).
* Fri Apr 29 2016 mmarekAATTsuse.cz- Ignore failures when loading the kernel sysctl (bsc#977715).
* Thu Apr 28 2016 mmarekAATTsuse.com- Add a systemd service to load /boot/sysctl.conf-`uname -r` (bsc#977715).
* Fri Apr 01 2016 mmarekAATTsuse.cz- Skip KMPs built from the kernel spec file directly (fate#319339)- Bump version number to 12.4
* Tue Feb 23 2016 lnusselAATTsuse.de- add missing requirements on module-init-tools, findutils and gzip, mkinitrd (bnc#965830)
* Fri Jan 15 2016 bpoirierAATTsuse.com- Add module option ib_mthca.catas_reset_disable=1 on ppc64le (bsc#456389).
* Tue Oct 13 2015 mmarekAATTsuse.cz- Revert change for fate#319339, as some 3rd party KMPs are built with a modified template (bsc#949862).
* Tue Sep 08 2015 trennAATTsuse.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 2015 mmarekAATTsuse.cz- Only handle KMPs that are built using the %kernel_module_package macro (preparatory work for fate#319339).
* Tue Jun 23 2015 mmarekAATTsuse.cz- Use absolute path to mkinitrd (bsc#935566)
* Fri May 16 2014 mmarekAATTsuse.cz- Add kgraft/ to the depmod search list (fate#313296)
* Mon May 05 2014 tonyjAATTsuse.com- Add support for ARM zImage to weak-modules2
* Tue Apr 15 2014 mmarekAATTsuse.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 04 2014 mmarekAATTsuse.cz- weak-modules2: Run mkinitrd in posttrans if $INITRD_IN_POSTTRANS is set (fate#313506)
* Fri Apr 04 2014 mmarekAATTsuse.cz- regenerate-initrd-posttrans: Run mkinitrd_setup
* Fri Apr 04 2014 mmarekAATTsuse.cz- Add macros for regenerating the initrd in %posttrans (fate#313506).
* Mon Mar 31 2014 mmarekAATTsuse.cz- Use softdep to order {u,o,e}hci-hcd drivers.- Drop ia64 modprobe config.
* Fri Mar 28 2014 mmarekAATTsuse.cz- Add kmp-install tool for easier installation of SolidDriver KMPs (fate#314581).
* Tue Mar 11 2014 mmarekAATTsuse.cz- Add modsign-verify tool to verify signatures of modules (fate#314507).
* Tue Mar 11 2014 mmarekAATTsuse.cz- weak-modules2: Support XZ compressed initrds (bnc#778119, bnc#867312)
* Mon Mar 10 2014 mmarekAATTsuse.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 07 2014 rsalevskyAATTsuse.com- load the uas driver simulsimultaneously with the usb_storage driver and vice versa (bnc#862397)
* Wed May 29 2013 schwabAATTsuse.de- weak-modules{,2}: also look for Image-$krel for aarch64
* Sun Mar 17 2013 crrodriguezAATTopensuse.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 2012 jengelhAATTinai.de- New package. Split SUSE-specific scripts from module-init-tools, so that we can actually get a system with kmod-compat running.
 
ICM