forked from pool/linux-glibc-devel
Accepting request 283167 from home:michal-m:branches:Base:System
issue a warning when a process uses this socket option. - Only removing /usr/include/scsi/scsi.h (bnc#834498) OBS-URL: https://build.opensuse.org/request/show/283167 OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=84
This commit is contained in:
parent
2047ceb84a
commit
8f2483a210
@ -23,7 +23,12 @@ 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 24 06:39:31 UTC 2014 - jjolly@suse.com
|
||||
|
||||
- Only removing /usr/include/scsi/scsi.h (bnc#834498)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 11:36:05 UTC 2013 - schwab@suse.de
|
||||
|
@ -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 Products 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)
|
||||
|
Loading…
Reference in New Issue
Block a user