- Move /etc/localtime into glibc-common package since glibc-common
owns the scriptlets which update it.
This commit is contained in:
parent
cf3816e4f9
commit
e68612943e
@ -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 <law@redhat.com> - 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 <law@redhat.com> - 2.16-14
|
||||
- Fix prototype of sigsetjmp in pthread.h (#857236).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user