1
0

Accepting request 449686 from Base:System

- Update to kernel headers 4.9
- Remove empty /usr/include/uapi directory (forwarded request 449685 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/449686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=53
This commit is contained in:
Dominique Leuenberger 2017-01-19 09:35:19 +00:00 committed by Git OBS Bridge
commit 0b4707f876
5 changed files with 13 additions and 5 deletions

View File

@ -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. # with the libdrm ones, and those are slightly newer.
# #
rm -rf usr/include/drm/ rm -rf usr/include/drm/
# Remove confusing empty uapi directory
rmdir usr/include/uapi
for dir in * for dir in *
do do
case "$dir" in case "$dir" in

View File

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

View File

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

View File

@ -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 Thu Oct 6 14:38:51 UTC 2016 - schwab@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package linux-glibc-devel # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@ Summary: Linux headers for userspace development
License: GPL-2.0 License: GPL-2.0
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
BuildArch: noarch BuildArch: noarch
Version: 4.8 Version: 4.9
Release: 0 Release: 0
Url: http://www.kernel.org/ Url: http://www.kernel.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build