From e68612943eac39895525302f8a1254878f4ed32c Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 17 Sep 2012 08:13:30 -0400 Subject: [PATCH] - Move /etc/localtime into glibc-common package since glibc-common owns the scriptlets which update it. --- glibc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/glibc.spec b/glibc.spec index 5dd9a7f..4cecd0d 100644 --- a/glibc.spec +++ b/glibc.spec @@ -28,7 +28,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 14%{?dist} +Release: 15%{?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 @@ -1244,7 +1244,6 @@ rm -f *.filelist* %ifarch armv7hl armv7hnl /lib/ld-linux.so.3 %endif -%verify(not md5 size mtime) %config(noreplace) /etc/localtime %verify(not md5 size mtime) %config(noreplace) /etc/nsswitch.conf %verify(not md5 size mtime) %config(noreplace) /etc/ld.so.conf %verify(not md5 size mtime) %config(noreplace) /etc/rpc @@ -1273,6 +1272,7 @@ rm -f *.filelist* %attr(0644,root,root) %verify(not md5 size mtime mode) %ghost %config(missingok,noreplace) %{_prefix}/lib/locale/locale-archive %dir %attr(755,root,root) /etc/default %verify(not md5 size mtime) %config(noreplace) /etc/default/nss +%verify(not md5 size mtime) %config(noreplace) /etc/localtime %attr(755,root,root) %caps(cap_chown,cap_fowner=pe) %{_prefix}/libexec/pt_chown %doc documentation/* @@ -1321,6 +1321,10 @@ rm -f *.filelist* %endif %changelog +* Mon Sep 17 2012 Jeff Law - 2.16-15 + - Move /etc/localtime into glibc-common package since glibc-common + owns the scriptlets which update it. + * Fri Sep 14 2012 Jeff Law - 2.16-14 - Fix prototype of sigsetjmp in pthread.h (#857236).