From 111d75b10fe5ed46bcfe24b1a78a620091b75ee5 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Jan 25 2014 18:52:16 +0000 Subject: Own the %{_prefix}/lib/locale dir. --- diff --git a/glibc.spec b/glibc.spec index d3a3a8d..6a36498 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1573,6 +1573,7 @@ rm -f *.filelist* %ifnarch %{auxarches} %files -f common.filelist common %defattr(-,root,root) +%dir %{_prefix}/lib/locale %attr(0644,root,root) %verify(not md5 size mtime) %{_prefix}/lib/locale/locale-archive.tmpl %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 @@ -1624,6 +1625,9 @@ rm -f *.filelist* %endif %changelog +* Sat Jan 25 2014 Ville Skyttä +- Own the %%{_prefix}/lib/locale dir. + * Thu Jan 23 2014 Siddhesh Poyarekar - 2.18.90-23 - Sync with upstream master.