1
0

Accepting request 592910 from home:Andreas_Schwab:Factory

- Update to kernel headers 4.16

OBS-URL: https://build.opensuse.org/request/show/592910
OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=123
This commit is contained in:
Andreas Schwab 2018-04-01 22:31:47 +00:00 committed by Git OBS Bridge
parent c4dd732ea5
commit 1ef3ceb8e4
5 changed files with 24 additions and 17 deletions

View File

@ -27,8 +27,6 @@ fi
tar -xf $1
pushd linux-${kernel_dir}
cp Makefile $header_dir
# header export for unicore32 in 2.6.39 is broken, disable it
sed -i -e 's/cris/cris\|unicore32/' scripts/headers.sh
/usr/bin/make O="$header_dir" headers_install_all
# kvm.h and aout.h are only installed if SRCARCH is an architecture
# that has support for them. As the package is noarch we need to make
@ -38,26 +36,30 @@ popd
pushd "$header_dir"
for asm in \
alpha \
avr32 \
arc \
blackfin \
c6x \
cris \
frv \
h8300 \
hexagon \
m32r \
m68knommu \
mips \
metag \
microblaze \
mn10300 \
nios2 \
openrisc \
score \
sh \
sh64 \
v850 \
tile \
unicore32 \
xtensa \
unicore32 \
; do
rm -rf usr/include/asm-$asm
rm -rf usr/include/arch-$asm
done
rm Makefile
find -type f -name "..install.cmd" -print0 | xargs -0 --no-run-if-empty rm
find -type f -name ".install" -print0 | xargs -0 --no-run-if-empty rm
rm Makefile .cache.mk
find -type f -name "..install.cmd" -exec rm {} +
find -type f -name ".install" -exec rm {} +
#-------------------------------------------------------------------
#Fri Sep 5 10:43:49 CEST 2008 - matz@suse.de

View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 1 22:25:52 UTC 2018 - schwab@suse.de
- Update to kernel headers 4.16
-------------------------------------------------------------------
Mon Jan 29 10:17:33 UTC 2018 - schwab@suse.de

View File

@ -18,10 +18,10 @@
Name: linux-glibc-devel
Summary: Linux headers for userspace development
License: GPL-2.0
License: GPL-2.0-only
Group: Development/Libraries/C and C++
BuildArch: noarch
Version: 4.15
Version: 4.16
Release: 0
Url: http://www.kernel.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build