Fix compilation failure caused by tar upgrade
This commit is contained in:
parent
5266a4d877
commit
d1f44d0aef
@ -11,7 +11,7 @@
|
||||
Summary: PHP Extension and Application Repository framework
|
||||
Name: php-pear
|
||||
Version: 1.10.13
|
||||
Release: 1
|
||||
Release: 2
|
||||
Epoch: 1
|
||||
License: BSD-2-Clause AND BSD-3-Clause AND LGPL-3.0-or-later
|
||||
URL: http://pear.php.net/package/PEAR
|
||||
@ -61,7 +61,7 @@ do
|
||||
file=${archive##*/}
|
||||
[ -f LICENSE ] && mv LICENSE LICENSE-${file%%-*}
|
||||
[ -f README ] && mv README README-${file%%-*}
|
||||
tar xzf $archive 'package*xml'
|
||||
tar xzf $archive --wildcards 'package*xml'
|
||||
[ -f package2.xml ] && mv package2.xml ${file%%-*}.xml \
|
||||
|| mv package.xml ${file%%-*}.xml
|
||||
done
|
||||
@ -193,6 +193,9 @@ fi
|
||||
%{_mandir}/man5/pear.conf.5*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 16 2023 liyanan <thistleslyn@163.com> - 1:1.10.13-2
|
||||
- Fix compilation failure caused by tar upgrade
|
||||
|
||||
* Thu Jul 13 2023 liyanan <thistleslyn@163.com> - 1:1.10.13-1
|
||||
- update to 1.10.13
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user