[glibc] Own the %{_prefix}/lib/locale dir.

Ville Skyttä scop at fedoraproject.org
Sat Jan 25 18:51:57 UTC 2014


commit 111d75b10fe5ed46bcfe24b1a78a620091b75ee5
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Jan 25 20:52:16 2014 +0200

    Own the %{_prefix}/lib/locale dir.

 glibc.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
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ä <ville.skytta at iki.fi>
+- Own the %%{_prefix}/lib/locale dir.
+
 * Thu Jan 23 2014 Siddhesh Poyarekar <siddhesh at redhat.com> - 2.18.90-23
 - Sync with upstream master.
 


More information about the scm-commits mailing list