From d1134780a2edda596f949244b722c346ae841128 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 22 May 2012 22:21:31 -0600 Subject: [PATCH] - Make the symlink relative rather than linking into the buildroot (#822200) --- glibc.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index e70dc1f..74ff458 100644 --- a/glibc.spec +++ b/glibc.spec @@ -887,7 +887,7 @@ EOF # /etc/localtime rm -f $RPM_BUILD_ROOT/etc/localtime #cp -f $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime -ln -sf $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime +ln -sf ..%{_prefix}/share/zoneinfo/US/Eastern $RPM_BUILD_ROOT/etc/localtime rm -rf $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo @@ -1314,6 +1314,7 @@ rm -f *.filelist* %changelog * Tue May 22 2012 Patsy Franklin - 2.15-41 + - Make the symlink relative rather than linking into the buildroot. - Changed /etc/localtime to a symlink. 8222000 (#822200) * Tue May 15 2012 Jeff Law - 2.15-40