forked from pool/glibc
Accepting request 97886 from Base:System
- Do not mention the buildtime anymore to make build-compare work. (forwarded request 97838 from msmeissn) OBS-URL: https://build.opensuse.org/request/show/97886 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=99
This commit is contained in:
parent
2d6619daf3
commit
f18b4d2632
13
glibc-nodate.patch
Normal file
13
glibc-nodate.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- csu/Makefile.nodate 2011-12-15 17:27:21.000000000 +0100
|
||||||
|
+++ csu/Makefile 2011-12-15 17:27:30.000000000 +0100
|
||||||
|
@@ -234,8 +234,8 @@
|
||||||
|
if [ -z "$$os" ]; then \
|
||||||
|
os=Linux; \
|
||||||
|
fi; \
|
||||||
|
- printf '"Compiled on a %s %s system on %s.\\n"\n' \
|
||||||
|
- "$$os" "$$version" "`date +%Y-%m-%d`";; \
|
||||||
|
+ printf '"Compiled on a %s %s system.\\n"\n' \
|
||||||
|
+ "$$os" "$$version";; \
|
||||||
|
*) ;; \
|
||||||
|
esac; \
|
||||||
|
files="$(all-Banner-files)"; \
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 21 15:16:42 CET 2011 - meissner@suse.de
|
||||||
|
|
||||||
|
- Do not mention the buildtime anymore to make build-compare work.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 19 10:01:56 UTC 2011 - aj@suse.de
|
Mon Dec 19 10:01:56 UTC 2011 - aj@suse.de
|
||||||
|
|
||||||
|
26
glibc.spec
26
glibc.spec
@ -19,8 +19,8 @@
|
|||||||
%define crypt_bf_version 1.2
|
%define crypt_bf_version 1.2
|
||||||
|
|
||||||
Name: glibc
|
Name: glibc
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Standard Shared Libraries (from the GNU C Library)
|
Summary: Standard Shared Libraries (from the GNU C Library)
|
||||||
|
License: GPL-2.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
@ -78,7 +78,7 @@ Obsoletes: glibc-64bit
|
|||||||
Obsoletes: glibc-32bit
|
Obsoletes: glibc-32bit
|
||||||
%endif
|
%endif
|
||||||
Version: 2.14.1
|
Version: 2.14.1
|
||||||
Release: 12
|
Release: 0
|
||||||
%define git_id 4f2b767fef50
|
%define git_id 4f2b767fef50
|
||||||
%define glibc_ports_ver %version
|
%define glibc_ports_ver %version
|
||||||
Url: http://www.gnu.org/software/libc/libc.html
|
Url: http://www.gnu.org/software/libc/libc.html
|
||||||
@ -227,6 +227,8 @@ Patch84: nscd-avoid-gcc-warning.diff
|
|||||||
Patch85: glibc-2.14-32args-printf.patch
|
Patch85: glibc-2.14-32args-printf.patch
|
||||||
# PATCH-FIX-UPSTREAM fix tzfile heap overrun bnc#735850 - aj@suse.de
|
# PATCH-FIX-UPSTREAM fix tzfile heap overrun bnc#735850 - aj@suse.de
|
||||||
Patch86: tzfile-corruption-fix.patch
|
Patch86: tzfile-corruption-fix.patch
|
||||||
|
# PATCH-FIX-OPENSUSE fixed build-compare by omitting one more date - meissner@suse.de
|
||||||
|
Patch87: glibc-nodate.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The GNU C Library provides the most important standard libraries used
|
The GNU C Library provides the most important standard libraries used
|
||||||
@ -235,8 +237,8 @@ library, and the POSIX thread library. A system is not functional
|
|||||||
without these libraries.
|
without these libraries.
|
||||||
|
|
||||||
%package info
|
%package info
|
||||||
License: GPL-2.0+
|
|
||||||
Summary: Info Files for the GNU C Library
|
Summary: Info Files for the GNU C Library
|
||||||
|
License: GPL-2.0+
|
||||||
Group: Documentation/Other
|
Group: Documentation/Other
|
||||||
Requires(post): %{install_info_prereq}
|
Requires(post): %{install_info_prereq}
|
||||||
Requires(postun): %{install_info_prereq}
|
Requires(postun): %{install_info_prereq}
|
||||||
@ -248,8 +250,8 @@ info files. Due to a lack of resources, this documentation is not
|
|||||||
complete and is partially out of date.
|
complete and is partially out of date.
|
||||||
|
|
||||||
%package html
|
%package html
|
||||||
License: GPL-2.0+ ; LGPL-2.1+
|
|
||||||
Summary: HTML Documentation for the GNU C Library
|
Summary: HTML Documentation for the GNU C Library
|
||||||
|
License: GPL-2.0+ ; LGPL-2.1+
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -259,8 +261,8 @@ to a lack of resources, this documentation is not complete and is
|
|||||||
partially out of date.
|
partially out of date.
|
||||||
|
|
||||||
%package i18ndata
|
%package i18ndata
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Database Sources for 'locale'
|
Summary: Database Sources for 'locale'
|
||||||
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -271,8 +273,8 @@ not necessary to install this packages, the data files are already
|
|||||||
created.
|
created.
|
||||||
|
|
||||||
%package locale
|
%package locale
|
||||||
License: GPL-2.0+ ; LGPL-2.1+
|
|
||||||
Summary: Locale Data for Localized Programs
|
Summary: Locale Data for Localized Programs
|
||||||
|
License: GPL-2.0+ ; LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires(post): /bin/cat
|
Requires(post): /bin/cat
|
||||||
Requires: glibc = %{version}
|
Requires: glibc = %{version}
|
||||||
@ -288,8 +290,8 @@ Obsoletes: glibc-locale-32bit
|
|||||||
Locale data for the internationalisation features of the GNU C library.
|
Locale data for the internationalisation features of the GNU C library.
|
||||||
|
|
||||||
%package -n nscd
|
%package -n nscd
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Name Service Caching Daemon
|
Summary: Name Service Caching Daemon
|
||||||
|
License: LGPL-2.1+
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
Provides: aaa_base:/etc/init.d/nscd
|
Provides: aaa_base:/etc/init.d/nscd
|
||||||
Provides: glibc:/usr/sbin/nscd
|
Provides: glibc:/usr/sbin/nscd
|
||||||
@ -302,8 +304,8 @@ Nscd caches name service lookups and can dramatically improve
|
|||||||
performance with NIS, NIS+, and LDAP.
|
performance with NIS, NIS+, and LDAP.
|
||||||
|
|
||||||
%package profile
|
%package profile
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Libc Profiling and Debugging Versions
|
Summary: Libc Profiling and Debugging Versions
|
||||||
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: glibc = %{version}
|
Requires: glibc = %{version}
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -319,8 +321,8 @@ This package contains special versions of the GNU C library which are
|
|||||||
necessary for profiling and debugging.
|
necessary for profiling and debugging.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
|
|
||||||
Summary: Include Files and Libraries Mandatory for Development
|
Summary: Include Files and Libraries Mandatory for Development
|
||||||
|
License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Obsoletes: epoll = 1.0
|
Obsoletes: epoll = 1.0
|
||||||
Provides: epoll < 1.0
|
Provides: epoll < 1.0
|
||||||
@ -340,6 +342,7 @@ library.
|
|||||||
|
|
||||||
%package devel-static
|
%package devel-static
|
||||||
Summary: C library static libraries for -static linking
|
Summary: C library static libraries for -static linking
|
||||||
|
License: GPL-2.0+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name}-devel = %{version}
|
Requires: %{name}-devel = %{version}
|
||||||
# Provide Fedora name for package to make packaging easier
|
# Provide Fedora name for package to make packaging easier
|
||||||
@ -351,8 +354,8 @@ for -static linking. You don't need these, unless you link statically,
|
|||||||
which is highly discouraged.
|
which is highly discouraged.
|
||||||
|
|
||||||
%package utils
|
%package utils
|
||||||
License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
|
|
||||||
Summary: Development utilities from GNU C library
|
Summary: Development utilities from GNU C library
|
||||||
|
License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: glibc = %{version}
|
Requires: glibc = %{version}
|
||||||
|
|
||||||
@ -366,8 +369,8 @@ If you are unsure if you need this, don't install this package.
|
|||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
|
|
||||||
%package obsolete
|
%package obsolete
|
||||||
License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
|
|
||||||
Summary: Obsolete Shared Libraries from the GNU C Library
|
Summary: Obsolete Shared Libraries from the GNU C Library
|
||||||
|
License: BSD-3-Clause ; GPL-2.0+ ; LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: glibc = %{version}
|
Requires: glibc = %{version}
|
||||||
|
|
||||||
@ -469,6 +472,7 @@ rm nscd/s-stamp
|
|||||||
%patch84
|
%patch84
|
||||||
%patch85
|
%patch85
|
||||||
%patch86 -p1
|
%patch86 -p1
|
||||||
|
%patch87 -p0
|
||||||
|
|
||||||
#
|
#
|
||||||
# Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion `map->l_init_called' failed!
|
# Inconsistency detected by ld.so: dl-close.c: 719: _dl_close: Assertion `map->l_init_called' failed!
|
||||||
|
Loading…
Reference in New Issue
Block a user