From 3e6957a58dbee8f5523aa9c30748e6fc44fc6a41 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Jul 19 2013 12:40:26 +0000 Subject: fix alsa-state.service --- diff --git a/alsa-state.service b/alsa-state.service index 119e400..9b906de 100644 --- a/alsa-state.service +++ b/alsa-state.service @@ -14,4 +14,4 @@ Conflicts=shutdown.target [Service] Type=simple ExecStart=-/usr/sbin/alsactl -s -n 19 -c -E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf --initfile=/lib/alsa/init/00main rdaemon -ExecStop=-/usr/sbin/alsactl -s rkill save_and_quit +ExecStop=-/usr/sbin/alsactl -s kill save_and_quit diff --git a/alsa-utils.spec b/alsa-utils.spec index ee708c1..c0e00c4 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -4,7 +4,7 @@ Summary: Advanced Linux Sound Architecture (ALSA) utilities Name: alsa-utils Version: %{baseversion}%{?fixversion} -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.alsa-project.org/ @@ -114,6 +114,9 @@ if [ -s /etc/asound.state -a ! -s /var/lib/alsa/asound.state ] ; then fi %changelog +* Fri Jul 19 2013 Jaroslav Kysela - 1.0.27.2-2 +- Fix alsa-state.service (rkill -> kill) - rhbz#986141 + * Wed Jul 10 2013 Jaroslav Kysela - 1.0.27.2-1 - Updated to 1.0.27.2