rpms/module-init-tools/devel modprobe.conf.dist, 1.8, 1.9 module-init-tools.spec, 1.65, 1.66

Jon Masters (jcm) fedora-extras-commits at redhat.com
Wed Apr 2 21:57:38 UTC 2008


Author: jcm

Update of /cvs/pkgs/rpms/module-init-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29070

Modified Files:
	modprobe.conf.dist module-init-tools.spec 
Log Message:
Add gre alias by default.



Index: modprobe.conf.dist
===================================================================
RCS file: /cvs/pkgs/rpms/module-init-tools/devel/modprobe.conf.dist,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- modprobe.conf.dist	20 Oct 2006 20:39:36 -0000	1.8
+++ modprobe.conf.dist	2 Apr 2008 21:56:58 -0000	1.9
@@ -162,3 +162,5 @@
 install eth1394 /bin/true
 
 install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && /sbin/modprobe snd-emu10k1-synth
+
+alias gre0 ip_gre


Index: module-init-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/module-init-tools/devel/module-init-tools.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- module-init-tools.spec	2 Apr 2008 21:54:23 -0000	1.65
+++ module-init-tools.spec	2 Apr 2008 21:56:58 -0000	1.66
@@ -1,7 +1,7 @@
 Summary: Kernel module management utilities.
 Name: module-init-tools
 Version: 3.4
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPL
 Group: System Environment/Kernel
 Source: http://www.kerneltools.org/pub/downloads/module-init-tools/module-init-tools-%{version}.tar.bz2
@@ -103,9 +103,10 @@
 %ghost %config %verify(not md5 size mtime) /etc/modprobe.conf
 
 %changelog
-* Wed Apr  4 2008 Jon Masters <jcm at redhat.com> - 3.4-5
+* Wed Apr  4 2008 Jon Masters <jcm at redhat.com> - 3.4-7
 - Update weak-modules, remove obsoletes on "modules", remove "blacklist-compat".
-- Resolves: #207653, #242080, #241595.
+- Add "alias gre0 ip_gre" to /etc/modprobe.conf by default.
+- Resolves: #207653, #242080, #241595, #229783.
 
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.4-3
 - Autorebuild for GCC 4.3




More information about the scm-commits mailing list