[perl] Do not double-own archlib directory

Petr Pisar ppisar at fedoraproject.org
Wed Jun 12 11:46:49 UTC 2013


commit c7587814a3f51d17d11eecf595547d8fb65249c0
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jun 12 13:32:54 2013 +0200

    Do not double-own archlib directory

 perl.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 0970ff3..9b66f90 100644
--- a/perl.spec
+++ b/perl.spec
@@ -2230,7 +2230,7 @@ sed \
 %{_mandir}/man3/*.3*
 %{_bindir}/*
 %{privlib}
-%{archlib}
+%{archlib}/*
 %{perl_vendorlib}
 
 
@@ -3650,6 +3650,7 @@ sed \
   arguments (bug #971094)
 - Update h2ph(1) documentation (bug #948538)
 - Update pod2html(1) documentation (bug #948538)
+- Do not double-own archlib directory (bug #894195)
 
 * Tue Jun 11 2013 Petr Pisar <ppisar at redhat.com> - 4:5.16.3-277
 - Move CPANPLUS-Dist-Build files from perl-CPANPLUS



More information about the perl-devel mailing list