summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Chris Leech [Tue, 19 Jun 2012 03:49:28 +0000 (20:49 -0700)]
add module-init-tools provides and obsoletes lines to spec
Help with the transition from module-init-tools to kmod by setting
provides and obsoletes, so that this package can replace
module-init-tools in the image builds.
Hopefully this fixes these build errors:
file /sbin/depmod conflicts between attempted installs of module-init-tools-3.12~pre2-3.1.i586 and kmod-5-1.1.i586
file /sbin/insmod conflicts between attempted installs of module-init-tools-3.12~pre2-3.1.i586 and kmod-5-1.1.i586
file /sbin/lsmod conflicts between attempted installs of module-init-tools-3.12~pre2-3.1.i586 and kmod-5-1.1.i586
file /sbin/modinfo conflicts between attempted installs of module-init-tools-3.12~pre2-3.1.i586 and kmod-5-1.1.i586
file /sbin/modprobe conflicts between attempted installs of module-init-tools-3.12~pre2-3.1.i586 and kmod-5-1.1.i586
file /sbin/rmmod conflicts between attempted installs of module-init-tools-3.12~pre2-3.1.i586 and kmod-5-1.1.i586
Signed-off-by: Chris Leech <christopher.leech@linux.intel.com>
William Douglas [Tue, 12 Jun 2012 22:41:02 +0000 (15:41 -0700)]
Initialize kmod.
kmod is needed for systemd (udev) so add it.
Change-Id: Iea49b1fc5bad790986a05cece8a375b6ce5dcd19
Signed-off-by: William Douglas <william.douglas@intel.com>
Hyesook Choi [Fri, 8 Jun 2012 06:36:14 +0000 (15:36 +0900)]
Initial empty repository