remove patches
authorAnas Nashif <anas.nashif@intel.com>
Thu, 8 Nov 2012 03:34:08 +0000 (19:34 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Wed, 14 Aug 2013 20:42:57 +0000 (16:42 -0400)
packaging/linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch [deleted file]
packaging/linux-glibc-devel.spec

diff --git a/packaging/linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch b/packaging/linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch
deleted file mode 100644 (file)
index 9d08377..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-these packages use the obsolete SO_BSDCOMPAT:
-bind
-dietlibc (#define only)
-pidgin
-python
-strace
-syslogd
-
---- usr/include/asm-arm/socket.h
-+++ usr/include/asm-arm/socket.h
-@@ -21,7 +21,6 @@
- #define SO_NO_CHECK   11
- #define SO_PRIORITY   12
- #define SO_LINGER     13
--#define SO_BSDCOMPAT  14
- /* To add :#define SO_REUSEPORT 15 */
- #define SO_PASSCRED   16
- #define SO_PEERCRED   17
---- usr/include/asm-generic/socket.h
-+++ usr/include/asm-generic/socket.h
-@@ -21,7 +21,6 @@
- #define SO_NO_CHECK   11
- #define SO_PRIORITY   12
- #define SO_LINGER     13
--#define SO_BSDCOMPAT  14
- /* To add :#define SO_REUSEPORT 15 */
- #ifndef SO_PASSCRED /* powerpc only differs in these */
---- usr/include/asm-ia64/socket.h
-+++ usr/include/asm-ia64/socket.h
-@@ -30,7 +30,6 @@
- #define SO_NO_CHECK   11
- #define SO_PRIORITY   12
- #define SO_LINGER     13
--#define SO_BSDCOMPAT  14
- /* To add :#define SO_REUSEPORT 15 */
- #define SO_PASSCRED   16
- #define SO_PEERCRED   17
---- usr/include/asm-parisc/socket.h
-+++ usr/include/asm-parisc/socket.h
-@@ -30,7 +30,6 @@
- #define SO_NO_CHECK   0x400b
- #define SO_PRIORITY   0x400c
--#define SO_BSDCOMPAT  0x400e
- #define SO_PASSCRED   0x4010
- #define SO_PEERCRED   0x4011
- #define SO_TIMESTAMP  0x4012
---- usr/include/asm-powerpc/socket.h
-+++ usr/include/asm-powerpc/socket.h
-@@ -28,7 +28,6 @@
- #define SO_NO_CHECK   11
- #define SO_PRIORITY   12
- #define SO_LINGER     13
--#define SO_BSDCOMPAT  14
- /* To add :#define SO_REUSEPORT 15 */
- #define SO_RCVLOWAT   16
- #define SO_SNDLOWAT   17
---- usr/include/asm-s390/socket.h
-+++ usr/include/asm-s390/socket.h
-@@ -29,7 +29,6 @@
- #define SO_NO_CHECK   11
- #define SO_PRIORITY   12
- #define SO_LINGER     13
--#define SO_BSDCOMPAT  14
- /* To add :#define SO_REUSEPORT 15 */
- #define SO_PASSCRED   16
- #define SO_PEERCRED   17
index cdd4cce..4444954 100644 (file)
@@ -1,21 +1,3 @@
-#
-# spec file for package linux-glibc-devel
-#
-# Copyright (c) 2012 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
-# upon. The license for this file, and modifications and additions to the
-# file, is the same license as for the pristine package itself (unless the
-# license for the pristine package is not an Open Source License, in which
-# case the license is the MIT License). An "Open Source License" is a
-# license that conforms to the Open Source Definition (Version 1.9)
-# published by the Open Source Initiative.
-
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
-
 BuildRequires:  fdupes
 
 Name:           linux-glibc-devel
@@ -31,7 +13,6 @@ Url:            http://www.kernel.org/
 Group:          Development/Libraries/C and C++
 Source:         %{name}-%{upstream_version}.tar.bz2
 Source1:        install_all.sh
-Patch1:         linux-glibc-devel.SuSE.SO_BSDCOMPAT.patch
 Requires(pre):  coreutils
 Provides:       kernel-headers
 Provides:       linux-kernel-headers = %{version}
@@ -48,7 +29,6 @@ packages, instead.
 
 %prep
 %setup -q -n linux-glibc-devel-%{upstream_version}
-%patch1
 
 %build
 cat > version.h <<-BOGUS