1
0

Accepting request 121742 from Base:System

Update to Linux 3.4 headers (forwarded request 121741 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/121742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=27
This commit is contained in:
Stephan Kulow 2012-05-26 11:07:36 +00:00 committed by Git OBS Bridge
commit 4e0813c596
5 changed files with 11 additions and 20 deletions

View File

@ -1,13 +0,0 @@
Index: linux-glibc-devel-3.3/usr/include/asm-x86/unistd_32.h
===================================================================
--- linux-glibc-devel-3.3.orig/usr/include/asm-x86/unistd_32.h
+++ linux-glibc-devel-3.3/usr/include/asm-x86/unistd_32.h
@@ -280,7 +280,7 @@
#define __NR_mq_timedsend 279
#define __NR_mq_timedreceive 280
#define __NR_mq_notify 281
-#define __NR_mq_getsetaddr 282
+#define __NR_mq_getsetattr 282
#define __NR_kexec_load 283
#define __NR_waitid 284
#define __NR_add_key 286

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:344067d9ea2a10b8e4f014d506010a21e7f4d52885a462a25575dbd4565c2b5c
size 810407

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb29ba2db2596a11bcea0911874095f23c4b4afbd22611cf3995e65d0c750a18
size 852649

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 22 07:43:50 UTC 2012 - aj@suse.de
- Update to Linux 3.4 headers.
* Remove merged patch getsetattr.patch.
-------------------------------------------------------------------
Wed May 16 11:06:03 UTC 2012 - aj@suse.de

View File

@ -25,10 +25,10 @@ Group: Development/Libraries/C and C++
BuildArch: noarch
# this confusing version number has no meaning, it's the version
# of the Linux kernel where these headers come from
Version: 3.3.0
Version: 3.4.0
Release: 0
# A "-" is not allowed in version
%define upstream_version 3.3
%define upstream_version 3.4
Url: http://www.kernel.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: kernel-headers
@ -38,7 +38,6 @@ PreReq: coreutils
Source: %{name}-%{upstream_version}.tar.bz2
Source1: install_all.sh
Patch1: linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch
Patch2: getsetattr.patch
%description
This package provides Linux kernel headers, the kernel API description
@ -52,7 +51,6 @@ packages, instead.
%prep
%setup -q -n linux-glibc-devel-%{upstream_version}
%patch1
%patch2 -p1
%build
cat > version.h <<-BOGUS