fixed #303151 - wrong salsa dir in /etc/udev/rules.d/90-alsa.rules

This commit is contained in:
Martin Stransky 2007-09-24 14:56:44 +00:00
parent 93074d6fc4
commit 463ef00f94
2 changed files with 7 additions and 4 deletions

View File

@ -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 <stransky@redhat.com> 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 <http://freshrpms.net/> 1.0.15-0.2.rc1
- Update License field.
- Mark udev rule as config.

View File

@ -1,2 +1,2 @@
SUBSYSTEM=="sound", KERNEL=="controlC*" RUN+="/sbin/salsa"
SUBSYSTEM=="sound", KERNEL=="pcm*" RUN+="/sbin/salsa"
SUBSYSTEM=="sound", KERNEL=="controlC*" RUN+="/bin/salsa"
SUBSYSTEM=="sound", KERNEL=="pcm*" RUN+="/bin/salsa"