alsa-utils: add %dir directive for /lib/alsa and /lib/alsa/init directories
(bz#483324)
This commit is contained in:
parent
a4b4a7e3d8
commit
42600dce78
@ -4,7 +4,7 @@
|
||||
Summary: Advanced Linux Sound Architecture (ALSA) utilities
|
||||
Name: alsa-utils
|
||||
Version: 1.0.19
|
||||
Release: 1%{?prever_dot}%{?dist}
|
||||
Release: 2%{?prever_dot}%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Multimedia
|
||||
URL: http://www.alsa-project.org/
|
||||
@ -82,6 +82,8 @@ ln -s alsa-info %{buildroot}/usr/bin/alsa-info.sh
|
||||
%{_datadir}/sounds/
|
||||
%{_mandir}/man?/*
|
||||
%dir /etc/alsa/
|
||||
%dir /lib/alsa/
|
||||
%dir /lib/alsa/init/
|
||||
%ghost /etc/asound.state
|
||||
|
||||
%post
|
||||
@ -90,6 +92,9 @@ if [ -s /etc/alsa/asound.state -a ! -s /etc/asound.state ] ; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Web Feb 4 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.19-2
|
||||
- add %dir directive for /lib/alsa and /lib/alsa/init directories (bz#483324)
|
||||
|
||||
* Tue Jan 20 2009 Jaroslav Kysela <jkysela@redhat.com> 1.0.19-1
|
||||
- updated to 1.0.19 final
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user