|
|
|
@ -24,8 +24,8 @@
|
|
|
|
|
# package version |
|
|
|
|
%define V_base_real 5.0 |
|
|
|
|
%define V_base_comp 50 |
|
|
|
|
%define V_plvl_raw 16 |
|
|
|
|
%define V_plvl_pad 016 |
|
|
|
|
%define V_plvl_raw 17 |
|
|
|
|
%define V_plvl_pad 017 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: bash |
|
|
|
@ -38,7 +38,7 @@ Class: CORE
|
|
|
|
|
Group: Shell |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_base_real}.%{V_plvl_raw} |
|
|
|
|
Release: 20200208 |
|
|
|
|
Release: 20200425 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_multibyte yes |
|
|
|
@ -63,6 +63,7 @@ Patch13: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_ba
|
|
|
|
|
Patch14: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-014 |
|
|
|
|
Patch15: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-015 |
|
|
|
|
Patch16: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-016 |
|
|
|
|
Patch17: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-017 |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20160101 |
|
|
|
@ -114,6 +115,7 @@ PreReq: libiconv, readline::with_multibyte = yes
|
|
|
|
|
%patch -p0 -P 14 |
|
|
|
|
%patch -p0 -P 15 |
|
|
|
|
%patch -p0 -P 16 |
|
|
|
|
%patch -p0 -P 17 |
|
|
|
|
|
|
|
|
|
# ensure generated data is not re-generated on-the-fly |
|
|
|
|
sleep 1 |
|
|
|
|