1
0

Accepting request 283171 from Base:System

- Only removing /usr/include/scsi/scsi.h (bnc#834498)

OBS-URL: https://build.opensuse.org/request/show/283171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2015-02-08 10:41:28 +00:00 committed by Git OBS Bridge
commit 1fa4a6e8c6
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 24 06:39:31 UTC 2015 - jjolly@suse.com
- Only removing /usr/include/scsi/scsi.h (bnc#834498)
-------------------------------------------------------------------
Sun Oct 5 22:03:03 UTC 2014 - crrodriguez@opensuse.org
@ -23,7 +28,7 @@ Tue Mar 4 16:14:59 UTC 2014 - mmarek@suse.cz
- Update to kernel headers 3.13.
- Drop the never-upstreamed SO_BSDCOMPAT patch. The kernel does
issue a warning when a process uses this socked option.
issue a warning when a process uses this socket option.
-------------------------------------------------------------------
Wed Oct 9 11:36:05 UTC 2013 - schwab@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package linux-glibc-devel
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -102,7 +102,7 @@ cp -a version.h $RPM_BUILD_ROOT/usr/include/linux/
# Temporarily exclude i2c header files, which are provided by i2c-tools instead
rm -fv $RPM_BUILD_ROOT/usr/include/linux/i2c-dev.h
# resolve file conflict with glibc for now
rm -fv $RPM_BUILD_ROOT//usr/include/scsi/scsi*
rm -fv $RPM_BUILD_ROOT//usr/include/scsi/scsi.h
# Replace the directory /usr/include/asm with a symlink.
# libc contained a symlink /usr/include/asm into kernel-source up to 7.0 (2.1.3)
# glibc-devel contained a symlink /usr/include/asm into kernel-source in 7.1 (2.2)