Provide modprobe.conf(5) (rhbz 824552)
This commit is contained in:
parent
b481272bd1
commit
dc5203b92b
@ -1,6 +1,6 @@
|
||||
Name: kmod
|
||||
Version: 8
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Linux kernel module management utilities
|
||||
|
||||
Group: System Environment/Kernel
|
||||
@ -54,6 +54,9 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
pushd $RPM_BUILD_ROOT/%{_mandir}/man5
|
||||
ln -s modprobe.d.5.gz modprobe.conf.5.gz
|
||||
popd
|
||||
|
||||
rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
|
||||
@ -97,6 +100,9 @@ mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/modprobe.d
|
||||
%{_libdir}/libkmod.so
|
||||
|
||||
%changelog
|
||||
* Wed May 23 2012 Josh Boyer <jwboyer@redhat.com> - 8-2
|
||||
- Provide modprobe.conf(5) (rhbz 824552)
|
||||
|
||||
* Tue May 08 2012 Josh Boyer <jwboyer@redhat.com> - 8-1
|
||||
- Update to version 8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user