Skip to content

Commit

Permalink
glibc: bump to 2.12-1.166.el6_7.3 for SLC6; increase DTV_SURPLUS
Browse files Browse the repository at this point in the history
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 <David.Abdurachmanov@cern.ch>
(cherry picked from commit 5836425)
  • Loading branch information
David Abdurachmanov authored and smuzaffar committed Dec 7, 2015
1 parent 412b02f commit 796a9e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions glibc.spec
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 796a9e1

Please sign in to comment.