Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

glibc: bump to 2.12-1.166.el6_7.3 for SLC6; increase DTV_SURPLUS #2018

Merged
merged 1 commit into from
Dec 7, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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