[kmod/f17] Provide modprobe.conf(5) (rhbz 824552)

Josh Boyer jwboyer at fedoraproject.org
Wed May 23 19:43:37 UTC 2012


commit e11d5a8f4ca6a337dafd7ae968e2d2e2502ea024
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Wed May 23 15:06:34 2012 -0400

    Provide modprobe.conf(5) (rhbz 824552)

 kmod.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/kmod.spec b/kmod.spec
index c975d4c..3458088 100644
--- a/kmod.spec
+++ b/kmod.spec
@@ -1,6 +1,6 @@
 Name:		kmod
 Version:	7
-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 at redhat.com> - 7-2
+- Provide modprobe.conf(5) (rhbz 824552)
+
 * Mon Mar 19 2012 Kay Sievers <kay at redhat.com> - 7-1
 - update to version 7
   - fix issue with --show-depends, where built-in


More information about the scm-commits mailing list