From 463ef00f94c66dfdc2ebd8c7d68389dca8b6398f Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Sep 24 2007 14:56:44 +0000 Subject: fixed #303151 - wrong salsa dir in /etc/udev/rules.d/90-alsa.rules --- diff --git a/alsa-utils.spec b/alsa-utils.spec index 32ae9a0..fce6c1d 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -4,7 +4,7 @@ Summary: Advanced Linux Sound Architecture (ALSA) utilities Name: alsa-utils Version: 1.0.15 -Release: 0.2%{?prever_dot}%{?dist} +Release: 0.3%{?prever_dot}%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.alsa-project.org/ @@ -72,11 +72,14 @@ touch $RPM_BUILD_ROOT/var/lib/alsa/asound.state %{_datadir}/alsa/ %{_datadir}/sounds/ %{_mandir}/man?/* -/var/lib/alsa +%dir /var/lib/alsa %ghost /var/lib/alsa/asound.state %changelog +* Mon Sep 24 2007 Martin Stransky 1.0.15-0.3.rc1 +- fixed #303151 - wrong salsa dir in /etc/udev/rules.d/90-alsa.rules + * Thu Sep 20 2007 Matthias Saou 1.0.15-0.2.rc1 - Update License field. - Mark udev rule as config. diff --git a/alsa.rules b/alsa.rules index 78a45df..533ce56 100644 --- a/alsa.rules +++ b/alsa.rules @@ -1,2 +1,2 @@ -SUBSYSTEM=="sound", KERNEL=="controlC*" RUN+="/sbin/salsa" -SUBSYSTEM=="sound", KERNEL=="pcm*" RUN+="/sbin/salsa" \ No newline at end of file +SUBSYSTEM=="sound", KERNEL=="controlC*" RUN+="/bin/salsa" +SUBSYSTEM=="sound", KERNEL=="pcm*" RUN+="/bin/salsa" \ No newline at end of file