SHA256
3
0
forked from pool/perl

change the perl_gen_filelist macro

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=172
This commit is contained in:
Michael Schröder 2018-09-26 13:05:33 +00:00 committed by Git OBS Bridge
parent dfe90ad55e
commit d22368ea1a
2 changed files with 7 additions and 1 deletions

View File

@ -94,7 +94,7 @@ for i in ${all_dir[@]}; do\
if [ "${i}" = "auto" ]; then\
continue\
fi\
if [ "%{perl_vendorlib}/${i}" = "%{perl_vendorarch}/auto" ]; then\
if [ "%{perl_vendorlib}/${i}" = "%{perl_vendorarch}" -o "%{perl_vendorlib}/${i}" = "%{perl_vendorarch}/auto"]; then\
continue\
else\
if [ -d ${base_dir}/${i} ]; then\

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Sep 26 15:01:32 CEST 2018 - mls@suse.de
- change the perl_gen_filelist macro so that the modules no
longer own the perl_vendorarch directory [bnc#1109754]
-------------------------------------------------------------------
Sat Sep 22 19:22:29 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>