fix for #179446 - don't remove old SHM memory/keys during login
This commit is contained in:
parent
1ba1fb66a1
commit
0a519be714
@ -5,13 +5,14 @@
|
|||||||
Summary: The Advanced Linux Sound Architecture (ALSA) library.
|
Summary: The Advanced Linux Sound Architecture (ALSA) library.
|
||||||
Name: alsa-lib
|
Name: alsa-lib
|
||||||
Version: %{version_main}
|
Version: %{version_main}
|
||||||
Release: 2.rc2
|
Release: 3.rc2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version_main}%{?prever}.tar.bz2
|
Source: ftp://ftp.alsa-project.org/pub/lib/%{name}-%{version_main}%{?prever}.tar.bz2
|
||||||
Source1: ainit-%{version_ainit}.tar.gz
|
Source1: ainit-%{version_ainit}.tar.gz
|
||||||
Patch0: alsa-lib-1.0.10-ainit-2.patch
|
Patch0: alsa-lib-1.0.10-ainit-2.patch
|
||||||
Patch1: alsa-lib-1.0.11-group.patch
|
Patch1: alsa-lib-1.0.11-group.patch
|
||||||
|
Patch2: alsa-lib-1.0.11-ainit-start.patch
|
||||||
URL: http://www.alsa-project.org/
|
URL: http://www.alsa-project.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version_main}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version_main}-root
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
@ -41,6 +42,7 @@ against the ALSA libraries and interfaces.
|
|||||||
%setup -q -n %{name}-%{version_main}%{?prever} -a 1
|
%setup -q -n %{name}-%{version_main}%{?prever} -a 1
|
||||||
%patch0 -p1 -b .ainit
|
%patch0 -p1 -b .ainit
|
||||||
%patch1 -p1 -b .group
|
%patch1 -p1 -b .group
|
||||||
|
%patch2 -p1 -b .start
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -147,6 +149,9 @@ ln -snf ../../etc/alsa %{_datadir}/alsa
|
|||||||
%{_datadir}/aclocal/alsa.m4
|
%{_datadir}/aclocal/alsa.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 3 2006 Martin Stransky <stransky@redhat.com> 1.0.11-3.rc2
|
||||||
|
- fix for #179446 - don't remove old SHM memory/keys during login
|
||||||
|
|
||||||
* Fri Jan 13 2006 Martin Stransky <stransky@redhat.com> 1.0.11-2.rc2
|
* Fri Jan 13 2006 Martin Stransky <stransky@redhat.com> 1.0.11-2.rc2
|
||||||
- fix for #169729 - Kernel update makes snd-atiixp-modem & slmodemd fail
|
- fix for #169729 - Kernel update makes snd-atiixp-modem & slmodemd fail
|
||||||
- new ainit (0.7) should fix some problems with root users
|
- new ainit (0.7) should fix some problems with root users
|
||||||
|
Loading…
Reference in New Issue
Block a user