[perl-local-lib/el6] avoid creating ~/perl5/ for all users (rhbz#789146)

Iain Arnell iarnell at fedoraproject.org
Fri Feb 10 05:33:58 UTC 2012


commit c077cb89dc266022fecf1ede6de47ef3264fc24c
Author: Iain Arnell <iarnell at gmail.com>
Date:   Fri Feb 10 06:33:19 2012 +0100

    avoid creating ~/perl5/ for all users (rhbz#789146)

 perl-homedir.csh    |    2 +-
 perl-homedir.sh     |    2 +-
 perl-local-lib.spec |    6 +++++-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-homedir.csh b/perl-homedir.csh
index 0e6e35a..e85b9df 100644
--- a/perl-homedir.csh
+++ b/perl-homedir.csh
@@ -7,7 +7,7 @@ setenv PERL_HOMEDIR 1
 [ -f /etc/sysconfig/perl-homedir ] && . /etc/sysconfig/perl-homedir
 [ -f $HOME/.perl-homedir         ] && . $HOME/.perl-homedir
 
-alias perlll="eval `perl -Mlocal::lib`"
+alias perlll='eval `perl -Mlocal::lib`'
 
 # if system default
 if [ "x$PERL_HOMEDIR" = "x1" ] ; then
diff --git a/perl-homedir.sh b/perl-homedir.sh
index 3da3def..8fda14b 100644
--- a/perl-homedir.sh
+++ b/perl-homedir.sh
@@ -7,7 +7,7 @@ PERL_HOMEDIR=1
 [ -f /etc/sysconfig/perl-homedir ] && . /etc/sysconfig/perl-homedir
 [ -f $HOME/.perl-homedir         ] && . $HOME/.perl-homedir
 
-alias perlll="eval `perl -Mlocal::lib`"
+alias perlll='eval `perl -Mlocal::lib`'
 
 # if system default
 if [ "x$PERL_HOMEDIR" = "x1" ] ; then
diff --git a/perl-local-lib.spec b/perl-local-lib.spec
index 2f80428..8ce01ee 100644
--- a/perl-local-lib.spec
+++ b/perl-local-lib.spec
@@ -1,6 +1,6 @@
 Name:       perl-local-lib
 Version:    1.006007
-Release:    2%{?dist}
+Release:    3%{?dist}
 # lib/local/lib.pm -> GPL+ or Artistic
 License:    GPL+ or Artistic
 Group:      Development/Libraries
@@ -97,6 +97,10 @@ make test
 %{_sysconfdir}/profile.d/*
 
 %changelog
+* Fri Feb 10 2012 Iain Arnell <iarnell at gmail.com> 1.006007-3
+- avoid creating ~/perl5/ for all users (rhbz#789146)
+- drop defattr in files lists
+
 * Wed Mar 16 2011 Iain Arnell <iarnell at gmail.com> 1.006007-2
 - drop BR perl(Capture::Tiny)
 


More information about the scm-commits mailing list