Accepting request 39811 from Base:System

Copy from Base:System/linux-glibc-devel based on submit request 39811 from user pbaudis

OBS-URL: https://build.opensuse.org/request/show/39811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=4
This commit is contained in:
OBS User autobuild 2010-05-13 23:05:43 +00:00 committed by Git OBS Bridge
commit c017437b22
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 11 16:18:13 CEST 2010 - pbaudis@suse.cz
- Fix /usr/include/asm symlink loss during upgrade from
linux-kernel-headers [bnc#591082, bnc#571604]
-------------------------------------------------------------------
Sun Jan 10 19:09:12 UTC 2010 - coolo@novell.com

View File

@ -25,7 +25,7 @@ Group: Development/Libraries/C and C++
BuildArch: noarch
# this confusing version number has no meaning
Version: 2.6.32
Release: 2
Release: 3
Url: http://www.kernel.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: kernel-headers
@ -151,7 +151,7 @@ fi
ln -sfn asm-$asm_link usr/include/asm
exit 0
%triggerpostun -- linux-kernel-headers < 2.6.22 , glibc-devel < 2.5, libc < 2.2
%triggerpostun -- linux-kernel-headers, glibc-devel < 2.5, libc < 2.2
asm_link=
case "$(uname -m)" in
alpha*) asm_link=alpha ;;