rpms/module-init-tools/F-12 modprobe-dist-alsa.conf, NONE, 1.1 module-init-tools.spec, 1.90, 1.91

Jon Masters jcm at fedoraproject.org
Wed Oct 21 04:21:03 UTC 2009


Author: jcm

Update of /cvs/pkgs/rpms/module-init-tools/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9822

Modified Files:
	module-init-tools.spec 
Added Files:
	modprobe-dist-alsa.conf 
Log Message:
Fix handling of the sequencer interface.
Resolves: #505421.



--- NEW FILE modprobe-dist-alsa.conf ---
# ALSA Sound Support
#
# We want to ensure that snd-seq is always loaded for those who want to use
# the sequencer interface, but we can't do this automatically through udev
# at the moment...so we have this rule (just for the moment).
#
# Remove the following line if you don't want the sequencer.

install snd-pcm /sbin/modprobe --ignore-install snd-pcm && /sbin/modprobe snd-seq


Index: module-init-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/module-init-tools/F-12/module-init-tools.spec,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -p -r1.90 -r1.91
--- module-init-tools.spec	16 Sep 2009 04:19:45 -0000	1.90
+++ module-init-tools.spec	21 Oct 2009 04:21:03 -0000	1.91
@@ -2,7 +2,7 @@ Summary: Kernel module management utilit
 Name: module-init-tools
 Version: 3.9
 #define PreRelease
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2+
 Group: System Environment/Kernel
 #Source: http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-%{version}%{PreRelease}.tar.bz2
@@ -13,6 +13,7 @@ Source2: modprobe-dist.conf
 Source3: weak-modules
 Source4: depmod-dist.conf
 Source5: modprobe-dist-oss.conf
+Source6: modprobe-dist-alsa.conf
 Exclusiveos: Linux
 Prereq: /sbin/chkconfig sh-utils
 Obsoletes: modutils-devel modutils
@@ -51,6 +52,7 @@ mkdir -p $RPM_BUILD_ROOT/etc
 mkdir -p $RPM_BUILD_ROOT/etc/modprobe.d
 install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/etc/modprobe.d/dist.conf
 install -m 644 %{SOURCE5} $RPM_BUILD_ROOT/etc/modprobe.d/dist-oss.conf
+install -m 644 %{SOURCE6} $RPM_BUILD_ROOT/etc/modprobe.d/dist-alsa.conf
 install -m 755 %{SOURCE3} $RPM_BUILD_ROOT/sbin/weak-modules
 
 mkdir -p $RPM_BUILD_ROOT/etc/depmod.d
@@ -85,6 +87,10 @@ fi
 %ghost %config(noreplace) %verify(not md5 size mtime) /etc/modprobe.d/local.conf
 
 %changelog
+* Wed Oct 21 2009 Jon Masters <jcm at redhat.com> -3.9-4
+- Update support for the sequencer interface.
+- Resolves: #505421.
+
 * Wed Sep 16 2009 Jon Masters <jcm at redhat.com> -3.9-3
 - Sync weak-modules with RHEL.
 




More information about the fedora-extras-commits mailing list