* Thu Jan 19 2023 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 2.8.8
* Drop old kernel 2.x checks
* Drop modules.conf handling
* Fix kernel removing.
- Update to version 2.8.7
* Fix kernel `prerm.d` for new output in `dkms status`
- Update to version 2.8.6
* Fix installation of configuration files
* Use more condensed output for commands, print when invoking
the signing hook
- Update to version 2.8.5
* Simplify function for correct kernel using the modules folder
and not the configuration files in /boot.
* Simplify function to detect newer kernels
* Tue Jun 08 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 2.8.4
* New kernel_install.d_dkms and sign_helper.sh scripts under /etc
* Fix support for /etc/sysconfig/kernel directory.
* Improve test dkms.conf file.
* Add support for zstd compressed modules.
* Document NO_WEAK_MODULES in the man page.
* Be more verbose when failing due to missing module.
* Tue Jan 22 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.6.1:
* No obvious changelog from upstream
Version: 2.3-bp150.2.4
* Mon Apr 24 2017 tchvatal@suse.com
- Update the dkms chrooting to use the tmpfiles macros from systemd
- Make sure it is adhering to most requirements for integration
fate#308323
* Wed Feb 01 2017 bumblebee.obs@gmail.com
- Start the dkms service before the display-manager service
for the nvidia modules.
- Make the module build more secure (JPoortvliet@suse.de)
* Sun Jan 15 2017 i@marguerite.su
- update version 2.3
* added support for forcing modules installation with configuration files
* fixed mkinitrd call when using dracut
* fixed have_one_kernel for non-zero return code
* added --no-depmod action to prevent running depmod
* fixed removal of module build directory
* fixed check of obsolete modules
* added option to symlink modules
* allowed building for all installed kernels in the common postinst
* do not fail if /lib/modules does not exist
* fixed ZFS autoinstall failures for kernel upgrades
* implemented inter-module dependencies feature
* added POST_BUILD to the dkms_conf_variables list
* enable users to opt out of creating weak modules
* enable parallel jobs when building
* fixed OBSOLETE_BY did not work since check_version_sanity exits early
* Tue Jan 12 2016 ngompa13@gmail.com
- Use kernel-syms instead of kernel-devel
* Wed Sep 02 2015 ngompa13@gmail.com
- Add make and gcc as Requires to ensure they are there.
* Fri Feb 07 2014 tchvatal@suse.com
- Accidentaly moved dkms default config. Move it back.
* Fri Feb 07 2014 tchvatal@suse.com
- Add trailing newlines.
* Fri Feb 07 2014 tchvatal@suse.com
- Cleanup with spec cleaner
- Remove compat layers for everything to be up par with suse needs
- Provide only systemd files as we support only systemd on all
products
- Remove old backcompat postun script
- removed patches:
* dkms-compat_suse_init_script.diff
* Sat Aug 22 2009 Matt_Domsch@dell.com
- update to latest upstream
- drop Requires: lsb. avoid calling rpm (recursively) if possible.
- add recognition for Oracle Enterprise Linux, Oracle VM, Scientific
Linux, and VMware 3.x
* Fri Jul 24 2009 rel-eng@lists.fedoraproject.org
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Apr 15 2009 Matt_Domsch@dell.com
- add Requires: lsb
* Tue Apr 14 2009 Matt_Domsch@dell.com
- update to latest upstream
* Tue Feb 24 2009 rel-eng@lists.fedoraproject.org
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed May 28 2008 Matt_Domsch@dell.com
- depmod on uninstall before mkinitrd, depmod fix & cleanups
- find_module_from_ko() could incorrectly return multiple values
* Tue Mar 25 2008 Matt_Domsch@dell.com
- fix dkms.spec file/dir ownerships yet again
* Thu Mar 20 2008 Matt_Domsch@dell.com
- don't include dist/ in tarball
- use /etc/kernel/{prerm,postinst}.d/dkms in RPMs now too
- mkrpm: display rpmbuild log on error, write RPMs to $dkms_tree/$module/$module_version/rpm
- clarify license in spec to GPLv2+
* Fri Feb 15 2008 Matt_Domsch@dell.com
- call udevadm trigger instead of udevtrigger for newer udev (Launchpad #192241)
- omit installed-weak modules from remove --all (Red Hat BZ#429410)
* Wed Oct 10 2007 Matt_Domsch@dell.com
- call udevtrigger if we install a module for the currently running kernel
- uninstall from /extra before DEST_MODULE_LOCATION (Red Hat BZ#264981)
- Run depmod after uninstall
* Wed Sep 19 2007 Matt_Domsch@dell.com
- upgrade to latest upstream
* Wed Jun 20 2007 Matt_Domsch@dell.com
- updated for Ubuntu support, other bugfixes.