From 423d527c1d957b159a36cc08a204c3999d292aae Mon Sep 17 00:00:00 2001 From: Patsy Franklin Date: Tue, 22 May 2012 14:58:09 -0400 Subject: [PATCH] Resolves: #822200 Changed /etc/localtime to a symlink. 8222000 (#822200) --- glibc.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/glibc.spec b/glibc.spec index 72958a5..32f74ee 100644 --- a/glibc.spec +++ b/glibc.spec @@ -28,7 +28,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 40%{?dist} +Release: 41%{?dist} # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # Things that are linked directly into dynamically linked programs # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional @@ -886,8 +886,8 @@ 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 ..%{_prefix}/share/zoneinfo/US/Eastern $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 rm -rf $RPM_BUILD_ROOT%{_prefix}/share/zoneinfo @@ -1314,6 +1314,9 @@ rm -f *.filelist* %endif %changelog +* Tue May 22 2012 Patsy Franklin - 2.15-41 + - Changed /etc/localtime to a symlink. 8222000 (#822200) + * Tue May 15 2012 Jeff Law - 2.15-40 - Update to upstream patch for 806070 (#806070)