| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: dkms | Distribution: Mandriva Linux |
| Version: 2.0.19 | Vendor: Mandriva |
| Release: 8mdv2009.0 | Build date: Tue Jul 8 14:49:10 2008 |
| Group: System/Base | Build host: deborah.mandriva.com |
| Size: 26719 | Source RPM: dkms-2.0.19-8mdv2009.0.src.rpm |
| Packager: Olivier Blin <oblin@mandriva.com> | |
| Url: http://linux.dell.com/dkms | |
| Summary: Dynamic Kernel Module Support Framework | |
This package contains the framework for the Dynamic Kernel Module Support (DKMS) method for installing module RPMS as originally developed by the Dell Computer Corporation. This package is intended for building binary kernel modules with dkms source packages installed
GPL
internal MD5: f5bef1e152a57b8157f97b9bee219ba2
GPG
* Wed Jul 09 2008 Olivier Blin <oblin@mandriva.com> 2.0.19-8mdv2009.0
+ Revision: 232783
- really adapt to %_localstatedir now being /var instead of /var/lib (to fix dkms mkrpm)
+ Pixel <pixel@mandriva.com>
- adapt to %_localstatedir now being /var instead of /var/lib (#22312)
* Mon May 05 2008 Anssi Hannula <anssi@mandriva.org> 2.0.19-7mdv2009.0
+ Revision: 201123
- do not run slow 'status' for every module when uninstalling a module
(uninstall-speedup.patch)
* Sat Apr 19 2008 Anssi Hannula <anssi@mandriva.org> 2.0.19-6mdv2009.0
+ Revision: 195492
- do not run version sanity check when the results are not used (P19, #40189)
- own /var/lib/dkms-binary/modulename in binary module packages
- do not print error message on binary dkms module upgrade
* Wed Apr 16 2008 Anssi Hannula <anssi@mandriva.org> 2.0.19-5mdv2009.0
+ Revision: 193582
- requires lsb-release for distribution check
- Do not store original modules at all. The previous release tried to
restrict the check to the directly conflicting original modules (i.e.
modules residing in the intended install path), but there was a bug (it
referred to module install path outside module loop) that caused it to
store modules of binary module packages as well. Also, it restored the
modules to the default location inside /kernel instead of their original
location, causing confusion. Should conflicting modules during
installations happen, they are now just being overwritten instead of
being original_module'd.
* Fri Apr 04 2008 Olivier Blin <oblin@mandriva.com> 2.0.19-4mdv2008.1
+ Revision: 192227
- require the kernel package in post/preun scripts for binary packages (Anssi)
* Fri Apr 04 2008 Olivier Blin <oblin@mandriva.com> 2.0.19-3mdv2008.1
+ Revision: 192019
- require dkms >= 2.0.19 in the binary rpm for binary packages (Anssi)
* Thu Apr 03 2008 Olivier Blin <oblin@mandriva.com> 2.0.19-2mdv2008.1
+ Revision: 191978
- require dkms-minimal >= 2.0.19 in binary packages (new binary architecture)
- use Requires instead of PreReq
- fix mkrpm exit status
- fix binary_only patch not to copy SRPMS in dkms mkrpm
+ Pascal Terjan <pterjan@mandriva.org>
- Add MODULES_CONF_EXTRACT_ALIASES. When a module has this option set dkms
will create /etc/modprobe.d/dkms-aliases-<module> containing
"alias <modalias> <module>" for all the exported modalias. This allows to
use a specific driver packages with dkms when the kernel already has a
generic handler for the class (uvcvideo for instance).
* Wed Apr 02 2008 Olivier Blin <oblin@mandriva.com> 2.0.19-1mdv2008.1
+ Revision: 191493
- add a depmod config file to prefer modules built from source over
binary modules, and binary modules over built-in kernel modules (#34141)
- install binary modules in /dkms-binary and modules built from source
in /dkms (/dkms/source would get ignored by depmod since, which
ignore all directories named "source")
- fix finding weak/binary module name when multiple versions are installed
- make dkms binary packages independant of dkms source packages (#34141):
o use a separate /var/lib/dkms-binary tree for binary modules
o install binary modules in /lib/modules/<kver>/dkms/binary and
modules built from source in /lib/modules/<kver>/dkms/source
o add a "installed-binary" status
o add a --binary option to dkms install/uninstall commands
o only uninstall module instead of removing dkms tree in binary
package preun script
- package /etc/kernel/{postinst,prerm}.d helpers (to be integrated in kernel spec and bootloader-config, #32971)
- do not use custom find-provides from dkms (we have a generic kmod dependency generator in rpm-build)
- 2.0.19
- rediff binary_only and split-ver-rel patches
- hide errors when grepping through modules.dep
- support kernels with non-gzipped modules as well (#20300)
- do not redirect initscript output to /dev/console (from Frederik Himpe, #35900)
- make prebuilt dkms packages require the kernel they are built against (#38204)
- handle mnb kernels (fix suggesting -latest packages)
- default to module name/version in dkms status
- suggest kernel-devel-latest (#36524)
* Thu Mar 06 2008 Anssi Hannula <anssi@mandriva.org> 2.0.17.6-2mdv2008.1
+ Revision: 181084
- test dkms.conf existence during boot before considering a directory
under /var/lib/dkms/foo/ to be a valid dkms module (see bug #34141)
* Mon Feb 18 2008 Olivier Blin <oblin@mandriva.com> 2.0.17.6-1mdv2008.1
+ Revision: 170660
- 2.0.17.6
* Tue Jan 22 2008 Guillaume Rousse <guillomovitch@mandriva.org> 2.0.17.5-3mdv2008.1
+ Revision: 156864
- min/max build kernel patch
* Thu Jan 10 2008 Olivier Blin <oblin@mandriva.com> 2.0.17.5-2mdv2008.1
+ Revision: 147594
- fix dkms template to handle -latest packages with rc kernel releases
* Mon Jan 07 2008 Olivier Blin <oblin@mandriva.com> 2.0.17.5-1mdv2008.1
+ Revision: 146226
- 2.0.17.5
- rediff patches
- restore BuildRoot
+ Thierry Vignaud <tvignaud@mandriva.com>
- kill re-definition of %buildroot on Pixel's request
* Thu Oct 04 2007 Olivier Blin <oblin@mandriva.com> 2.0.17-13mdv2008.0
+ Revision: 94906
- fix passing release to rpm template (since we use a different release for -latest package)
- restore fix-kernel-make-prepare patch, was wrongly merged with split-version-release patch
* Tue Oct 02 2007 Olivier Blin <oblin@mandriva.com> 2.0.17-12mdv2008.0
+ Revision: 94354
- include date in release for -latest package
- make prebuilt dkms packages suggest -latest package for the same flavour
- simplify kernel latest computing
* Wed Sep 26 2007 Olivier Blin <oblin@mandriva.com> 2.0.17-11mdv2008.0
+ Revision: 92776
- use only lsb-release to look for running distribution (using rpm breaks --rpm_safe_upgrade)
* Sat Sep 08 2007 Olivier Blin <oblin@mandriva.com> 2.0.17-10mdv2008.0
+ Revision: 81854
- fix requires in prebuilt -latest packages (#33269)
* Sat Sep 01 2007 Olivier Blin <oblin@mandriva.com> 2.0.17-9mdv2008.0
+ Revision: 77061
- handle new kernel naming (with dashes in version) for -latest packages
* Thu Aug 30 2007 Olivier Blin <oblin@mandriva.com> 2.0.17-8mdv2008.0
+ Revision: 74675
- make dkms mkrpm build -latest packages
- do not make pre/post scripts fail if a dkms command fails (#30768)
- make dkms mkrpm build binary rpm package only, not source (revert to 2.0.16 behavior)
- run date with C locales
- use provided license in prebuilt dkms packages
- use lowercased "kernel" in description
- use dkms-<module name> as source package name
* Fri Aug 24 2007 Olivier Blin <oblin@mandriva.com> 2.0.17-7mdv2008.0
+ Revision: 70161
- fix dkms mkrpm by restoring the spec template that a lamer (me) removed in 2.0.17 upgrade
* Sat Jul 07 2007 Thomas Backlund <tmb@mandriva.org> 2.0.17-6mdv2008.0
+ Revision: 49232
- require kernel-devel now as main kernel-source(-stripped) also provides it
* Tue Jun 26 2007 Olivier Blin <oblin@mandriva.com> 2.0.17-5mdv2008.0
+ Revision: 44024
- still require kernel-source (kernel-devel is not used for main kernel yet)
* Mon Jun 25 2007 Thomas Backlund <tmb@mandriva.org> 2.0.17-4mdv2008.0
+ Revision: 43708
- fix typo in patch2 (Thanks Anssi)
* Mon Jun 25 2007 Thomas Backlund <tmb@mandriva.org> 2.0.17-3mdv2008.0
+ Revision: 43694
- modify patch7 for new kernel names
- modify patch2 for new kernel names
- require kernel-devel instead of kernel-source
* Sat Jun 23 2007 Olivier Blin <oblin@mandriva.com> 2.0.17-2mdv2008.0
+ Revision: 42924
- add patch to get latest bash-completion support (thanks guillomovitch)
* Sat Jun 23 2007 Olivier Blin <oblin@mandriva.com> 2.0.17-1mdv2008.0
+ Revision: 42889
- remove merged fix-kernel-make-prepare patch
- use install rule from Makefile
- 2.0.17
- removed merged sources (bash_completion, norpm/pinit/pass-arch/alias_number patches)
- rediff norpm and split-version-release patches
* Wed Jun 20 2007 Andreas Hasenack <andreas@mandriva.com> 2.0.16-4mdv2008.0
+ Revision: 41638
- use mkrel for template rpm
- s/mandrake/mandriva/ in said template
* Wed May 23 2007 Herton Ronaldo Krzesinski <herton@mandriva.com.br> 2.0.16-3mdv2008.0
+ Revision: 29880
- Added alias_number patch, it fixes number calculation of aliases
inside modprobe.conf/modules.conf, previously the code was always
setting the number 0 for alias type, even when other aliases of same
type were used for other modules.
+ Olivier Blin <oblin@mandriva.com>
- remove patch hunks targetting patch backup files
* Tue May 08 2007 Thomas Backlund <tmb@mandriva.org> 2.0.16-2mdv2008.0
+ Revision: 24932
- add patch9: change dkms from using the depreceated "make prepare-all"
to the correct "make prepare" (supported since kernel 2.6.13+), should
fix atleast #30485, #30552...
* Wed Feb 28 2007 Olivier Blin <oblin@mandriva.com> 2.0.16-1mdv2007.0
+ Revision: 126888
- 2.0.16
* Tue Feb 27 2007 Olivier Blin <oblin@mandriva.com> 2.0.15-1mdv2007.1
+ Revision: 126226
- 2.0.15 (fix #27985)
* Sun Jan 14 2007 Guillaume Rousse <guillomovitch@mandriva.org> 2.0.13-4mdv2007.1
+ Revision: 108845
- update base completion
+ Nicolas Lécureuil <neoclust@mandriva.org>
+ Olivier Blin <oblin@mandriva.com>
- bunzip2 patches
- Import dkms
* Wed Sep 06 2006 Guillaume Rousse <guillomovitch@mandriva.org> 2.0.13-3mdv2007.0
- bash completion
- clean file list
* Sun Aug 13 2006 Gwenole Beauchesne <gbeauchesne@mandriva.com> 2.0.13-2mdv2007.0
- handle default, legacy & xen0 kernels
* Sat Jul 01 2006 Stefan van der Eijk <stefan@eijk.nu.lurtspam> 2.0.13-1
- 2.0.13
* Sat Jun 17 2006 Stefan van der Eijk <stefan@eijk.nu.lurtspam> 2.0.11.1-1mdk
- 2.0.11.1
* Sat Apr 01 2006 Stefan van der Eijk <stefan@eijk.nu> 2.0.11-1mdk
- 2.0.11
* Wed Mar 22 2006 Buchan Milne <bgmilne@mandriva.org> 2.0.10-2mdk
- split version into version and release (pass to rpm) if it contains "_" (p8),
use release if it is passed frm dkms (S1), fixes bug #21546
- also make S1 easier to read
* Sun Mar 19 2006 Stefan van der Eijk <stefan@eijk.nu> 2.0.10-1mdk
- 2.0.10
* Mon Jan 09 2006 Olivier Blin <oblin@mandriva.com> 2.0.9-4mdk
- convert parallel init to LSB
* Mon Jan 02 2006 Olivier Blin <oblin@mandriva.com> 2.0.9-3mdk
- Patch5: parallel init support
* Tue Dec 20 2005 Olivier Blin <oblin@mandriva.com> 2.0.9-2mdk
- from Pascal Terjan:
o Patch7: use /proc/config.gz or /boot/config-<VERSION> if available (#16411)
* Sun Dec 18 2005 Stefan van der Eijk <stefan@eijk.nu> 2.0.9-1mdk
- 2.0.9
- rediffed patch3
* Mon Nov 28 2005 Thierry Vignaud <tvignaud@mandriva.com> 2.0.8-2mdk
- replace a Mandrake occurence
* Fri Nov 11 2005 Stefan van der Eijk <stefan@eijk.nu> 2.0.8-1mdk
- 2.0.8
* Fri Sep 09 2005 Olivier Blin <oblin@mandriva.com> 2.0.5.9-3mdk
- update Patch1 so that the dkms service uses i586 for x86 too
* Fri Sep 09 2005 Olivier Blin <oblin@mandriva.com> 2.0.5.9-2mdk
- update Patch1 to use i586 as default arch for ix86,
when --rpm_safe_upgrade is used
* Wed Aug 10 2005 Stefan van der Eijk <stefan@eijk.nu> 2.0.5.9-1mdk
- 2.0.5.9 (testing)
- drop patch 5, it caused original modules being lost
* Wed Jun 22 2005 Frederic Lepied <flepied@mandriva.com> 2.0.5-5mdk
- requires patch
* Sat Jun 04 2005 Frederic Lepied <flepied@mandriva.com> 2.0.5-4mdk
- fix bug #15506 (Angelo Naselli)
* Tue Feb 22 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 2.0.5-3mdk
- fix build of dkms packages for Mandrakelinux
* Wed Feb 02 2005 Buchan Milne <bgmilne@linux-mandrake.com> 2.0.5-2mdk
- patch (p5) to find gzip-ed modules during install (so that we actually
find original modules and archive them)
* Thu Jan 27 2005 Frederic Lepied <flepied@mandrakesoft.com> 2.0.5-1mdk
- New release 2.0.5
* Tue Dec 28 2004 Frederic Lepied <flepied@mandrakesoft.com> 2.0.4-1mdk
- New release 2.0.4
* Sat Dec 11 2004 Frederic Lepied <flepied@mandrakesoft.com> 2.0.3-1mdk
- New release 2.0.3
* Fri Nov 12 2004 Frederic Lepied <flepied@mandrakesoft.com> 2.0.2-2mdk
- fix initscript to not use rpm
* Thu Nov 04 2004 Frederic Lepied <flepied@mandrakesoft.com> 2.0.2-1mdk
- 2.0.2
* Sat Oct 30 2004 Frederic Lepied <flepied@mandrakesoft.com> 2.0.0-7mdk
- compressed module support (p4)
* Thu Oct 28 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 2.0.0-6mdk
- fix version_checker() function
* Thu Sep 16 2004 Frederic Lepied <flepied@mandrakesoft.com> 2.0.0-5mdk
- fix init script (p1)
* Wed Sep 15 2004 Nicolas Planel <nplanel@mandrakesoft.com> 2.0.0-4mdk
- remove "Requires: kernel = ${kernel}" in template-dkms-mkrpm.spec for the moment.
* Sun Sep 05 2004 Nicolas Planel <nplanel@mandrakesoft.com> 2.0.0-3mdk
- config_arch = uname -m as default.
* Sat Sep 04 2004 Nicolas Planel <nplanel@mandrakesoft.com> 2.0.0-2mdk
- mdkize compatible with distro above 10.1.
- fix mdkize, remember mandrakelinux at start is based on a redhat distro.
- mkrpm fixes (rpmbuild check and local language workaround). (flepied)
- updated spec file template to conform to Mandrakelinux usage and to
depend only on dkms-minimal. (flepied)
* Sat Sep 04 2004 Nicolas Planel <nplanel@mandrakesoft.com> 2.0.0-1mdk
- 2.0.0.
- full mdk kernel support.
* Mon Aug 16 2004 Buchan Milne <bgmilne@linux-mandrake.com> 1.95.32-1mdk
- 1.95.32
- drop P1 and P2 (merged upstream)
- don't run rpm at all with --rpm_safe_upgrade (P1)
- ship original template spec file
* Sun Jul 11 2004 Buchan Milne <bgmilne@linux-mandrake.com> 1.94.16-1mdk
- 1.94.16
- fix kernel preparation (p1)
- fix to mkrpm to allow running as non-root (depending on spec file) (p1)
- fixes spec file to do mktarball (p2)
- add custom template spec file that allows build as non-root using
mandrake-stlye sinlge-kernel-per rpm
* Mon Jun 28 2004 Buchan Milne <bgmilne@linux-mandrake.com> 1.93.14-1mdk
- 1.93.14
- move dkmsdir to /var/lib
- drop patches integrated upstream
* Fri Jun 11 2004 Buchan Milne <bgmilne@linux-mandrake.com> 1.10-2mdk
- add mkrpm command
* Wed Jun 09 2004 Buchan Milne <bgmilne@linux-mandrake.com> 1.10-1mdk
- 1.10
* Tue Jun 08 2004 Buchan Milne <bgmilne@linux-mandrake.com> 1.05-1mdk
- Mandrake adaptions
/usr/share/doc/dkms /usr/share/doc/dkms/AUTHORS /usr/share/doc/dkms/COPYING /usr/share/doc/dkms/sample.conf /usr/share/doc/dkms/sample.spec /usr/share/doc/dkms/template-dkms-mkrpm.spec
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Aug 22 05:16:21 2008