[perl/f15] Do not own site directories located in /usr/local

Petr Pisar ppisar at fedoraproject.org
Fri Nov 4 15:17:20 UTC 2011


commit 0d588fbfec6a5203a628eba4e7ea3c47c9e351c2
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Oct 4 10:32:16 2011 +0200

    Do not own site directories located in /usr/local

 perl.spec |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 18f9408..0fb7bff 100644
--- a/perl.spec
+++ b/perl.spec
@@ -1264,7 +1264,6 @@ rm -rf $RPM_BUILD_ROOT
 %{privlib}
 %{archlib}
 %{perl_vendorlib}
-%{_prefix}/local/share/perl5
 
 
 # libs
@@ -1599,7 +1598,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{archlib}
 %dir %{perl_vendorarch}
 %dir %{perl_vendorarch}/auto
-%dir %{_prefix}/local/%{_lib}/perl5
 
 %files devel
 %defattr(-,root,root,-)
@@ -1990,6 +1988,7 @@ rm -rf $RPM_BUILD_ROOT
 * Fri Nov 04 2011 Petr Pisar <ppisar at redhat.com> - 4:5.12.4-163
 - Change Perl_repeatcpy() prototype to allow repeat count above 2^31
   (bug #720610)
+- Do not own site directories located in /usr/local (bug #732799)
 
 * Wed Oct 05 2011 Petr Pisar <ppisar at redhat.com> - 4:5.12.4-162
 - Fix CVE-2011-3597 (code injection in Digest) (bug #743010)


More information about the scm-commits mailing list