fixed #303151 - wrong salsa dir in /etc/udev/rules.d/90-alsa.rules
This commit is contained in:
parent
93074d6fc4
commit
463ef00f94
@ -4,7 +4,7 @@
|
|||||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||||
Name: alsa-utils
|
Name: alsa-utils
|
||||||
Version: 1.0.15
|
Version: 1.0.15
|
||||||
Release: 0.2%{?prever_dot}%{?dist}
|
Release: 0.3%{?prever_dot}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
@ -72,11 +72,14 @@ touch $RPM_BUILD_ROOT/var/lib/alsa/asound.state
|
|||||||
%{_datadir}/alsa/
|
%{_datadir}/alsa/
|
||||||
%{_datadir}/sounds/
|
%{_datadir}/sounds/
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
/var/lib/alsa
|
%dir /var/lib/alsa
|
||||||
%ghost /var/lib/alsa/asound.state
|
%ghost /var/lib/alsa/asound.state
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 20 2007 Matthias Saou <http://freshrpms.net/> 1.0.15-0.2.rc1
|
||||||
- Update License field.
|
- Update License field.
|
||||||
- Mark udev rule as config.
|
- Mark udev rule as config.
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SUBSYSTEM=="sound", KERNEL=="controlC*" RUN+="/sbin/salsa"
|
SUBSYSTEM=="sound", KERNEL=="controlC*" RUN+="/bin/salsa"
|
||||||
SUBSYSTEM=="sound", KERNEL=="pcm*" RUN+="/sbin/salsa"
|
SUBSYSTEM=="sound", KERNEL=="pcm*" RUN+="/bin/salsa"
|
Loading…
Reference in New Issue
Block a user