|
|
|
@ -24,8 +24,8 @@
|
|
|
|
|
# package version |
|
|
|
|
%define V_base_real 5.1 |
|
|
|
|
%define V_base_comp 51 |
|
|
|
|
%define V_plvl_raw 12 |
|
|
|
|
%define V_plvl_pad 012 |
|
|
|
|
%define V_plvl_raw 16 |
|
|
|
|
%define V_plvl_pad 016 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: bash |
|
|
|
@ -38,7 +38,7 @@ Class: CORE
|
|
|
|
|
Group: Shell |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_base_real}.%{V_plvl_raw} |
|
|
|
|
Release: 20220101 |
|
|
|
|
Release: 20220105 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_multibyte yes |
|
|
|
@ -59,6 +59,10 @@ Patch9: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_ba
|
|
|
|
|
Patch10: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-010 |
|
|
|
|
Patch11: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-011 |
|
|
|
|
Patch12: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-012 |
|
|
|
|
Patch13: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-013 |
|
|
|
|
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 |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20160101 |
|
|
|
@ -106,6 +110,10 @@ PreReq: libiconv, readline::with_multibyte = yes
|
|
|
|
|
%patch -p0 -P 10 |
|
|
|
|
%patch -p0 -P 11 |
|
|
|
|
%patch -p0 -P 12 |
|
|
|
|
%patch -p0 -P 13 |
|
|
|
|
%patch -p0 -P 14 |
|
|
|
|
%patch -p0 -P 15 |
|
|
|
|
%patch -p0 -P 16 |
|
|
|
|
|
|
|
|
|
# ensure generated data is not re-generated on-the-fly |
|
|
|
|
sleep 1 |
|
|
|
|