From 796a9e144791fc3057ce54556e283bea8a746393 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 30 Nov 2015 09:38:37 +0100 Subject: [PATCH] glibc: bump to 2.12-1.166.el6_7.3 for SLC6; increase DTV_SURPLUS Update glibc to match what's on the standard system (Nov 30, 2015). Update DTV_SURPLUS from 14 to 32 to resolve issues where we run out of slots in DTV (needed by Fireworks). Signed-off-by: David Abdurachmanov (cherry picked from commit 5836425027cdf4a8b9697acaa7295467b7e65b55) --- glibc.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glibc.spec b/glibc.spec index 1e2d27db543..00e57dfed07 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,4 +1,4 @@ -### RPM external glibc 2.17-78.el7_2.12-1.149.el6 +### RPM external glibc 2.17-78.el7_2.12-1.166.el6_7.3 ## NOCOMPILER %define isslc6 %(case %{cmsplatf} in (slc6*) echo 1 ;; (*) echo 0 ;; esac) @@ -10,8 +10,8 @@ %endif %if %isslc6 -%define realversion 2.12-1.149.el6 -%define tag 4bcf8ff366875ccd2ec8c45b63c0c482f07a24fb +%define realversion 2.12-1.166.el6_7.3 +%define tag 2c052e03acb1795ac2c47f803b252ae85918e5ea %endif %global official_version %(echo "%{realversion}" | cut -d'-' -f1)