1
0

Accepting request 49161 from Base:System

Copy from Base:System/linux-glibc-devel based on submit request 49161 from user coolo

OBS-URL: https://build.opensuse.org/request/show/49161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=7
This commit is contained in:
OBS User autobuild 2010-09-27 08:34:02 +00:00 committed by Git OBS Bridge
commit 6d1b4e4520
6 changed files with 32 additions and 22 deletions

View File

@ -7,6 +7,11 @@ then
echo "Usage: ${0##*/} linux-1.2.3.tar.gz" echo "Usage: ${0##*/} linux-1.2.3.tar.gz"
exit 1 exit 1
fi fi
if echo $PWD | grep -q :; then
echo "do not call this in a directory with : - make will fail"
exit 1
fi
kernel_dir="`tar -tf $1 | sed '1 {s@^.*[[:blank:]]@@;s@linux-@@;s@/.*$@@;s@^\([0-9]\+\.[0-9]\+\.[0-9]\+\)\(.*\)@\1@;p;Q}'`" kernel_dir="`tar -tf $1 | sed '1 {s@^.*[[:blank:]]@@;s@linux-@@;s@/.*$@@;s@^\([0-9]\+\.[0-9]\+\.[0-9]\+\)\(.*\)@\1@;p;Q}'`"
header_dir="$PWD/linux-glibc-devel-$kernel_dir" header_dir="$PWD/linux-glibc-devel-$kernel_dir"
if test -d "$kernel_dir" if test -d "$kernel_dir"

View File

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

View File

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

View File

@ -10,20 +10,20 @@
Index: usr/include/asm-arm/ioctls.h Index: usr/include/asm-arm/ioctls.h
=================================================================== ===================================================================
--- usr/include/asm-arm/ioctls.h.orig --- usr/include/asm-arm/ioctls.h.orig 2010-09-13 16:01:32.000000000 +0200
+++ usr/include/asm-arm/ioctls.h +++ usr/include/asm-arm/ioctls.h 2010-09-13 16:22:48.439806545 +0200
@@ -52,6 +52,7 @@ @@ -52,6 +52,7 @@
#define TCSETSF2 _IOW('T',0x2D, struct termios2) #define TCSETSF2 _IOW('T',0x2D, struct termios2)
#define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
#define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */ #define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */
+#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */ +#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
#define FIONCLEX 0x5450 /* these numbers need to be adjusted. */ #define TIOCGRS485 0x542E
#define FIOCLEX 0x5451 #define TIOCSRS485 0x542F
Index: usr/include/asm-generic/ioctls.h Index: usr/include/asm-generic/ioctls.h
=================================================================== ===================================================================
--- usr/include/asm-generic/ioctls.h.orig --- usr/include/asm-generic/ioctls.h.orig 2010-09-13 16:11:55.000000000 +0200
+++ usr/include/asm-generic/ioctls.h +++ usr/include/asm-generic/ioctls.h 2010-09-13 16:22:48.455841012 +0200
@@ -65,6 +65,7 @@ @@ -65,6 +65,7 @@
#define TIOCSRS485 0x542F #define TIOCSRS485 0x542F
#define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
@ -34,8 +34,8 @@ Index: usr/include/asm-generic/ioctls.h
#define TCSETXF 0x5434 #define TCSETXF 0x5434
Index: usr/include/asm-ia64/ioctls.h Index: usr/include/asm-ia64/ioctls.h
=================================================================== ===================================================================
--- usr/include/asm-ia64/ioctls.h.orig --- usr/include/asm-ia64/ioctls.h.orig 2010-09-13 16:05:02.000000000 +0200
+++ usr/include/asm-ia64/ioctls.h +++ usr/include/asm-ia64/ioctls.h 2010-09-13 16:22:48.455841012 +0200
@@ -59,6 +59,7 @@ @@ -59,6 +59,7 @@
#define TCSETSF2 _IOW('T',0x2D, struct termios2) #define TCSETSF2 _IOW('T',0x2D, struct termios2)
#define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
@ -46,8 +46,8 @@ Index: usr/include/asm-ia64/ioctls.h
#define FIOCLEX 0x5451 #define FIOCLEX 0x5451
Index: usr/include/asm-parisc/ioctls.h Index: usr/include/asm-parisc/ioctls.h
=================================================================== ===================================================================
--- usr/include/asm-parisc/ioctls.h.orig --- usr/include/asm-parisc/ioctls.h.orig 2010-09-13 16:08:11.000000000 +0200
+++ usr/include/asm-parisc/ioctls.h +++ usr/include/asm-parisc/ioctls.h 2010-09-13 16:22:48.456816994 +0200
@@ -52,6 +52,7 @@ @@ -52,6 +52,7 @@
#define TCSETSF2 _IOW('T',0x2D, struct termios2) #define TCSETSF2 _IOW('T',0x2D, struct termios2)
#define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
@ -58,8 +58,8 @@ Index: usr/include/asm-parisc/ioctls.h
#define FIOCLEX 0x5451 #define FIOCLEX 0x5451
Index: usr/include/asm-powerpc/ioctls.h Index: usr/include/asm-powerpc/ioctls.h
=================================================================== ===================================================================
--- usr/include/asm-powerpc/ioctls.h.orig --- usr/include/asm-powerpc/ioctls.h.orig 2010-09-13 16:08:42.000000000 +0200
+++ usr/include/asm-powerpc/ioctls.h +++ usr/include/asm-powerpc/ioctls.h 2010-09-13 16:22:48.456816994 +0200
@@ -93,6 +93,7 @@ @@ -93,6 +93,7 @@
#define TIOCSRS485 0x542f #define TIOCSRS485 0x542f
#define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
@ -70,8 +70,8 @@ Index: usr/include/asm-powerpc/ioctls.h
#define TIOCSERGWILD 0x5454 #define TIOCSERGWILD 0x5454
Index: usr/include/asm-s390/ioctls.h Index: usr/include/asm-s390/ioctls.h
=================================================================== ===================================================================
--- usr/include/asm-s390/ioctls.h.orig --- usr/include/asm-s390/ioctls.h.orig 2010-09-13 16:09:16.000000000 +0200
+++ usr/include/asm-s390/ioctls.h +++ usr/include/asm-s390/ioctls.h 2010-09-13 16:22:48.474625906 +0200
@@ -60,6 +60,7 @@ @@ -60,6 +60,7 @@
#define TCSETSF2 _IOW('T',0x2D, struct termios2) #define TCSETSF2 _IOW('T',0x2D, struct termios2)
#define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */ #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
@ -82,8 +82,8 @@ Index: usr/include/asm-s390/ioctls.h
#define FIOCLEX 0x5451 #define FIOCLEX 0x5451
Index: usr/include/asm-sparc/ioctls.h Index: usr/include/asm-sparc/ioctls.h
=================================================================== ===================================================================
--- usr/include/asm-sparc/ioctls.h.orig --- usr/include/asm-sparc/ioctls.h.orig 2010-09-13 16:10:54.000000000 +0200
+++ usr/include/asm-sparc/ioctls.h +++ usr/include/asm-sparc/ioctls.h 2010-09-13 16:22:48.474806773 +0200
@@ -80,6 +80,7 @@ @@ -80,6 +80,7 @@
/* Get minor device of a pty master's FD -- Solaris equiv is ISPTM */ /* Get minor device of a pty master's FD -- Solaris equiv is ISPTM */
#define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */ #define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 13 14:16:42 UTC 2010 - coolo@novell.com
- update kernel headers to 2.6.35 for xtables ALIGN
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 4 01:45:44 CEST 2010 - dmueller@suse.de Sun Jul 4 01:45:44 CEST 2010 - dmueller@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package linux-glibc-devel (Version 2.6.34) # spec file for package linux-glibc-devel (Version 2.6.35)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -24,8 +24,8 @@ Summary: Linux headers for userspace development
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
BuildArch: noarch BuildArch: noarch
# this confusing version number has no meaning # this confusing version number has no meaning
Version: 2.6.34 Version: 2.6.35
Release: 2 Release: 1
Url: http://www.kernel.org/ Url: http://www.kernel.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: kernel-headers Provides: kernel-headers