From 79a1e8808eafe23cf08fdff814b60be0b5d875b874962424bdb68aa90f3c644b Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 11 Jan 2017 14:03:17 +0000 Subject: [PATCH] Accepting request 449685 from home:Andreas_Schwab:Factory - Update to kernel headers 4.9 - Remove empty /usr/include/uapi directory OBS-URL: https://build.opensuse.org/request/show/449685 OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=106 --- install_all.sh | 2 ++ linux-glibc-devel-4.8.tar.xz | 3 --- linux-glibc-devel-4.9.tar.xz | 3 +++ linux-glibc-devel.changes | 6 ++++++ linux-glibc-devel.spec | 4 ++-- 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 linux-glibc-devel-4.8.tar.xz create mode 100644 linux-glibc-devel-4.9.tar.xz diff --git a/install_all.sh b/install_all.sh index 560a302..30d8a09 100644 --- a/install_all.sh +++ b/install_all.sh @@ -65,6 +65,8 @@ find -type f -name ".install" -print0 | xargs -0 --no-run-if-empty rm # with the libdrm ones, and those are slightly newer. # rm -rf usr/include/drm/ +# Remove confusing empty uapi directory +rmdir usr/include/uapi for dir in * do case "$dir" in diff --git a/linux-glibc-devel-4.8.tar.xz b/linux-glibc-devel-4.8.tar.xz deleted file mode 100644 index 61150c2..0000000 --- a/linux-glibc-devel-4.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:988cfa1ced35f6d3f6ad0d43e192fde6a9d034d4ce0028807737a587091dea7e -size 982872 diff --git a/linux-glibc-devel-4.9.tar.xz b/linux-glibc-devel-4.9.tar.xz new file mode 100644 index 0000000..cb85437 --- /dev/null +++ b/linux-glibc-devel-4.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc482211533f84fd5cc6ca681d82e3e2fef1ce5adeb4c4cb163fabceddb8bc36 +size 994784 diff --git a/linux-glibc-devel.changes b/linux-glibc-devel.changes index 9e98d3c..42aa8ee 100644 --- a/linux-glibc-devel.changes +++ b/linux-glibc-devel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 11 13:23:25 UTC 2017 - schwab@suse.de + +- Update to kernel headers 4.9 +- Remove empty /usr/include/uapi directory + ------------------------------------------------------------------- Thu Oct 6 14:38:51 UTC 2016 - schwab@suse.de diff --git a/linux-glibc-devel.spec b/linux-glibc-devel.spec index e96a844..be53c21 100644 --- a/linux-glibc-devel.spec +++ b/linux-glibc-devel.spec @@ -1,7 +1,7 @@ # # spec file for package linux-glibc-devel # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Summary: Linux headers for userspace development License: GPL-2.0 Group: Development/Libraries/C and C++ BuildArch: noarch -Version: 4.8 +Version: 4.9 Release: 0 Url: http://www.kernel.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build