OBS User unknown 2009-01-14 16:47:19 +00:00 committed by Git OBS Bridge
parent 5d5140e223
commit 203f09df1d
3 changed files with 24 additions and 3 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jan 13 12:34:56 CET 2009 - olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
-------------------------------------------------------------------
Mon Jan 12 18:42:04 CET 2009 - tiwai@suse.de
- fix alsasound init script not to unload modules at shutdown
(bnc#464822, bnc#465389)
-------------------------------------------------------------------
Mon Dec 15 09:00:43 CET 2008 - tiwai@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package alsa (Version 1.0.18)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -27,9 +27,14 @@ Requires: alsa-utils
Recommends: alsa-plugins alsa-oss
PreReq: %insserv_prereq %fillup_prereq
AutoReqProv: on
# bug437293
%ifarch ppc64
Obsoletes: alsa-64bit
%endif
#
Summary: Advanced Linux Sound Architecture
Version: 1.0.18
Release: 10
Release: 11
Source: ftp://ftp.alsa-project.org/pub/lib/alsa-lib-%{package_version}.tar.bz2
Source8: 40-alsa.rules
Source11: alsasound
@ -247,6 +252,11 @@ exit 0
%{_datadir}/alsa
%changelog
* Tue Jan 13 2009 olh@suse.de
- obsolete old -XXbit packages (bnc#437293)
* Mon Jan 12 2009 tiwai@suse.de
- fix alsasound init script not to unload modules at shutdown
(bnc#464822, bnc#465389)
* Mon Dec 15 2008 tiwai@suse.de
- Fix the check of ALSA_CONFIG_PATH variable, which caused the
error in YaST test sound (bnc#440981)

View File

@ -192,7 +192,7 @@ case "$1" in
fi
;;
stop)
if [ "$RUNLEVEL" = "6" ]; then
if [ "$RUNLEVEL" = "6" -o "$RUNLEVEL" = "0" ]; then
if [ -d /proc/asound ]; then
$alsactl -f $asoundcfg store
unmute_system