From 54c6c8e3cf3e90a72cabbb431fb5e3b6efd70959 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Tue, 2 Mar 2010 13:00:03 +0000 Subject: [PATCH] - Don't own filesystem locale directories (bug #569403). --- cups.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cups.spec b/cups.spec index b668760..19dc944 100644 --- a/cups.spec +++ b/cups.spec @@ -516,7 +516,7 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_datadir}/cups/templates/ja/*.tmpl %config(noreplace) %{_datadir}/cups/templates/pl/*.tmpl %config(noreplace) %{_datadir}/cups/templates/ru/*.tmpl -%{_datadir}/locale/* +%{_datadir}/locale/*/*.po %{_datadir}/ppd %dir %attr(1770,root,lp) /var/spool/cups/tmp %dir %attr(0710,root,lp) /var/spool/cups @@ -557,6 +557,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Tue Mar 2 2010 Tim Waugh - 1:1.4.2-33 +- Don't own filesystem locale directories (bug #569403). - Don't apply gcrypt threading patch (bug #553834). - Don't treat SIGPIPE as an error (bug #569770).