|
|
|
|
@ -24,8 +24,8 @@
|
|
|
|
|
# package version |
|
|
|
|
%define V_base_real 5.1 |
|
|
|
|
%define V_base_comp 51 |
|
|
|
|
%define V_plvl_raw 4 |
|
|
|
|
%define V_plvl_pad 004 |
|
|
|
|
%define V_plvl_raw 8 |
|
|
|
|
%define V_plvl_pad 008 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: bash |
|
|
|
|
@ -38,7 +38,7 @@ Class: CORE
|
|
|
|
|
Group: Shell |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_base_real}.%{V_plvl_raw} |
|
|
|
|
Release: 20201220 |
|
|
|
|
Release: 20210504 |
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
|
%option with_multibyte yes |
|
|
|
|
@ -51,6 +51,10 @@ Patch1: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_ba
|
|
|
|
|
Patch2: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-002 |
|
|
|
|
Patch3: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-003 |
|
|
|
|
Patch4: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-004 |
|
|
|
|
Patch5: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-005 |
|
|
|
|
Patch6: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-006 |
|
|
|
|
Patch7: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-007 |
|
|
|
|
Patch8: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-008 |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20160101 |
|
|
|
|
@ -90,6 +94,10 @@ PreReq: libiconv, readline::with_multibyte = yes
|
|
|
|
|
%patch -p0 -P 2 |
|
|
|
|
%patch -p0 -P 3 |
|
|
|
|
%patch -p0 -P 4 |
|
|
|
|
%patch -p0 -P 5 |
|
|
|
|
%patch -p0 -P 6 |
|
|
|
|
%patch -p0 -P 7 |
|
|
|
|
%patch -p0 -P 8 |
|
|
|
|
|
|
|
|
|
# ensure generated data is not re-generated on-the-fly |
|
|
|
|
sleep 1 |
|
|
|
|
|