SHA256
3
0
forked from pool/glibc

Accepting request 226839 from home:Andreas_Schwab:Factory

- Remove dependency on sysinit.target from nscd.service again (bnc#86422)

- powerpc-opt-power8.patch: GLIBC Optimizations For POWER8 Hardware
  (bnc#866711, fate#315443)

OBS-URL: https://build.opensuse.org/request/show/226839
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=341
This commit is contained in:
Andreas Schwab 2014-03-20 08:35:51 +00:00 committed by Git OBS Bridge
parent f65177d41e
commit 37de46ce18
8 changed files with 1961 additions and 1 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 20 07:42:50 UTC 2014 - schwab@suse.de
- Remove dependency on sysinit.target from nscd.service again (bnc#86422)
-------------------------------------------------------------------
Wed Mar 19 14:39:55 UTC 2014 - schwab@suse.de
- powerpc-opt-power8.patch: GLIBC Optimizations For POWER8 Hardware
(bnc#866711, fate#315443)
-------------------------------------------------------------------
Tue Mar 18 17:10:43 UTC 2014 - schwab@suse.de

View File

@ -97,6 +97,7 @@ BuildRequires: gd-devel
# 3.0 is the SLES 11 SP3 kernel
# 3.1 is the openSUSE 12.1 kernel
%define enablekernel 3.0
Version: 2.19
Release: 0
%define glibc_major_version 2.19
@ -237,6 +238,8 @@ Patch1001: sin-sign.patch
Patch1002: pldd-wait-ptrace-stop.patch
# PATCH-FIX-UPSTREAM Improved support for tracking startup failure in nscd service (BZ #16639)
Patch1003: nscd-track-startup-failures.patch
# PATCH-FIX-UPSTREAM GLIBC Optimizations For POWER8 Hardware
Patch1004: powerpc-opt-power8.patch
###
# Patches awaiting upstream approval
@ -445,6 +448,7 @@ rm nscd/s-stamp
%patch1001 -p1
%patch1002 -p1
%patch1003 -p1
%patch1004 -p1
%patch3000

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 20 07:42:50 UTC 2014 - schwab@suse.de
- Remove dependency on sysinit.target from nscd.service again (bnc#86422)
-------------------------------------------------------------------
Wed Mar 19 14:39:55 UTC 2014 - schwab@suse.de
- powerpc-opt-power8.patch: GLIBC Optimizations For POWER8 Hardware
(bnc#866711, fate#315443)
-------------------------------------------------------------------
Tue Mar 18 17:10:43 UTC 2014 - schwab@suse.de

View File

@ -96,6 +96,7 @@ BuildRequires: gd-devel
# 3.0 is the SLES 11 SP3 kernel
# 3.1 is the openSUSE 12.1 kernel
%define enablekernel 3.0
Version: 2.19
Release: 0
%define glibc_major_version 2.19
@ -236,6 +237,8 @@ Patch1001: sin-sign.patch
Patch1002: pldd-wait-ptrace-stop.patch
# PATCH-FIX-UPSTREAM Improved support for tracking startup failure in nscd service (BZ #16639)
Patch1003: nscd-track-startup-failures.patch
# PATCH-FIX-UPSTREAM GLIBC Optimizations For POWER8 Hardware
Patch1004: powerpc-opt-power8.patch
###
# Patches awaiting upstream approval
@ -445,6 +448,7 @@ rm nscd/s-stamp
%patch1001 -p1
%patch1002 -p1
%patch1003 -p1
%patch1004 -p1
%patch3000

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 20 07:42:50 UTC 2014 - schwab@suse.de
- Remove dependency on sysinit.target from nscd.service again (bnc#86422)
-------------------------------------------------------------------
Wed Mar 19 14:39:55 UTC 2014 - schwab@suse.de
- powerpc-opt-power8.patch: GLIBC Optimizations For POWER8 Hardware
(bnc#866711, fate#315443)
-------------------------------------------------------------------
Tue Mar 18 17:10:43 UTC 2014 - schwab@suse.de

View File

@ -97,6 +97,7 @@ BuildRequires: gd-devel
# 3.0 is the SLES 11 SP3 kernel
# 3.1 is the openSUSE 12.1 kernel
%define enablekernel 3.0
Version: 2.19
Release: 0
%define glibc_major_version 2.19
@ -237,6 +238,8 @@ Patch1001: sin-sign.patch
Patch1002: pldd-wait-ptrace-stop.patch
# PATCH-FIX-UPSTREAM Improved support for tracking startup failure in nscd service (BZ #16639)
Patch1003: nscd-track-startup-failures.patch
# PATCH-FIX-UPSTREAM GLIBC Optimizations For POWER8 Hardware
Patch1004: powerpc-opt-power8.patch
###
# Patches awaiting upstream approval
@ -445,6 +448,7 @@ rm nscd/s-stamp
%patch1001 -p1
%patch1002 -p1
%patch1003 -p1
%patch1004 -p1
%patch3000

View File

@ -1,6 +1,5 @@
[Unit]
Description=Name Service Cache Daemon
After=sysint.target
[Service]
Type=forking

1916
powerpc-opt-power8.patch Normal file

File diff suppressed because it is too large Load Diff