Name: kmod Version: 5 Release: 8%{?dist} Summary: Linux kernel module management utilities Group: System Environment/Kernel License: GPLv2+ #TODO: Change the following URLs once there is wiki write access #URL: http://modules.wiki.kernel.org/ URL: http://git.profusion.mobi/cgit.cgi/kmod.git/ #TODO: The following URL will be moving to kernel.org eventually Source0: http://packages.profusion.mobi/kmod/%{name}-%{version}.tar.xz Exclusiveos: Linux BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: chrpath BuildRequires: zlib-devel BuildRequires: xz-devel Provides: module-init-tools = 4.0-1 Obsoletes: module-init-tools < 4.0-1 Provides: /sbin/modprobe Patch1: 0001-libkmod-module-probe-Fix-ignore-loaded-flag-not-bein.patch Patch2: 0001-libkmod-module-probe-fix-infinite-loop-with-softdeps.patch Patch3: 0001-libkmod-module-don-t-treat-coming-as-in-kernel.patch %description The kmod package provides various programs needed for automatic loading and unloading of modules under 2.6, 3.x, and later kernels, as well as other module management programs. Device drivers and filesystems are two examples of loaded and unloaded modules. %package libs Summary: Libraries to handle kernel module loading and unloading License: LGPLv2+ Group: System Environment/Libraries %description libs The kmod-libs package provides runtime libraries for any application that wishes to load or unload Linux kernel modules from the running system. %package devel Summary: Header files for kmod development Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel The kmod-devel package provides header files used for development of applications that wish to load or unload Linux kernel modules. %prep %setup -q %patch1 -p1 %patch2 -p1 %patch3 -p1 %build export V=1 %configure \ --with-zlib \ --with-xz make %{?_smp_mflags} %install make install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la mkdir -p $RPM_BUILD_ROOT%{_sbindir} ln -sf ../bin/kmod $RPM_BUILD_ROOT%{_sbindir}/modprobe ln -sf ../bin/kmod $RPM_BUILD_ROOT%{_sbindir}/modinfo ln -sf ../bin/kmod $RPM_BUILD_ROOT%{_sbindir}/insmod ln -sf ../bin/kmod $RPM_BUILD_ROOT%{_sbindir}/rmmod ln -sf ../bin/kmod $RPM_BUILD_ROOT%{_sbindir}/depmod ln -sf ../bin/kmod $RPM_BUILD_ROOT%{_sbindir}/lsmod mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/modprobe.d mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/depmod.d mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/modprobe.d %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig %files %defattr(-,root,root,-) %dir %{_sysconfdir}/depmod.d %dir %{_sysconfdir}/modprobe.d %dir %{_prefix}/lib/modprobe.d %{_bindir}/kmod %{_sbindir}/modprobe %{_sbindir}/modinfo %{_sbindir}/insmod %{_sbindir}/rmmod %{_sbindir}/lsmod %{_sbindir}/depmod %attr(0644,root,root) %{_mandir}/man5/*.5* %attr(0644,root,root) %{_mandir}/man8/*.8* %doc NEWS README TODO COPYING %files libs %{_libdir}/libkmod.so.* %files devel %{_includedir}/libkmod.h %{_libdir}/pkgconfig/libkmod.pc %{_libdir}/libkmod.so %changelog * Fri Feb 24 2012 Kay Sievers - 5-8 - try to address brc#771285 * Sun Feb 12 2012 Kay Sievers - 5-7 - fix infinite loop with softdeps * Thu Feb 09 2012 Harald Hoyer 5-6 - add upstream patch to fix "modprobe --ignore-install --show-depends" otherwise dracut misses a lot of modules, which are already loaded * Wed Feb 08 2012 Harald Hoyer 5-5 - add "lsmod" * Tue Feb 7 2012 Kay Sievers - 5-4 - remove temporarily added fake-provides * Tue Feb 7 2012 Kay Sievers - 5-3 - temporarily add fake-provides to be able to bootstrap the new udev which pulls the old udev into the buildroot * Tue Feb 7 2012 Kay Sievers - 5-1 - Update to version 5 - replace the module-init-tools package and provide all tools as compatibility symlinks * Mon Jan 16 2012 Kay Sievers - 4-1 - Update to version 4 - set --with-rootprefix= - enable zlib and xz support * Thu Jan 05 2012 Jon Masters - 3-1 - Update to latest upstream (adds new depmod replacement utility) - For the moment, use the "kmod" utility to test the various functions * Fri Dec 23 2011 Jon Masters - 2-6 - Update kmod-2-with-rootlibdir patch with rebuild automake files * Fri Dec 23 2011 Jon Masters - 2-5 - Initial build for Fedora following package import * Thu Dec 22 2011 Jon Masters - 2-4 - There is no generic macro for non-multilib "/lib", hardcode like others * Thu Dec 22 2011 Jon Masters - 2-3 - Update package incorporating fixes from initial review feedback - Cleaups to SPEC, rpath, documentation, library and binary locations * Thu Dec 22 2011 Jon Masters - 2-2 - Update package for posting to wider test audience (initial review submitted) * Thu Dec 22 2011 Jon Masters - 2-1 - Initial Fedora package for module-init-tools replacement (kmod) library