update to 5.2.p15 [release 5.2.p15-1mamba;Thu Nov 02 2023]
This commit is contained in:
parent
c7348a1bba
commit
5f5eb8e256
@ -16,9 +16,9 @@ fi
|
||||
rm -rf bash-patchset-$BASH_PATCHVERSION
|
||||
mkdir bash-patchset-$BASH_PATCHVERSION
|
||||
cd bash-patchset-$BASH_PATCHVERSION
|
||||
for f in `seq 1 $BASH_PATCHVER`; do
|
||||
for f in `seq 1 ${BASH_PATCHVER/p}`; do
|
||||
BASH_PATCHVER_FORMATTED=`printf "%03d" $f`
|
||||
wget -r -N -l 1 -np -nd -A "bash*" ftp://ftp.gnu.org/pub/gnu/bash/bash-$BASH_MAJVER-patches/bash${BASH_MAJVER_NODOT}-${BASH_PATCHVER_FORMATTED}
|
||||
wget -r -N -l 1 -np -nd -A "bash*" https://ftp.gnu.org/pub/gnu/bash/bash-$BASH_MAJVER-patches/bash${BASH_MAJVER_NODOT}-${BASH_PATCHVER_FORMATTED}
|
||||
done
|
||||
cd ..
|
||||
tar -cz bash-patchset-$BASH_PATCHVERSION > bash-patchset-$BASH_PATCHVERSION.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: bash
|
||||
Version: 5.2.p9
|
||||
Version: 5.2.p15
|
||||
Release: 1mamba
|
||||
Summary: The GNU Bourne Again shell (bash)
|
||||
Group: Applications/Shells
|
||||
@ -10,7 +10,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.gnu.org/software/bash/bash.html
|
||||
Source0: ftp://ftp.gnu.org/pub/gnu/bash/bash-%{majver}.tar.gz
|
||||
Source0: https://ftp.gnu.org/pub/gnu/bash/bash-%{majver}.tar.gz
|
||||
# Official upstream patches from `http://ftp.gnu.org/gnu/bash/bash-4.2-patches'
|
||||
# Create bash-patchset for current release using bash-autoupdate script
|
||||
Source1: bash-patchset-%{version}.tar.gz
|
||||
@ -130,6 +130,8 @@ install -c -m 644 doc/builtins.1 %{buildroot}%{_mandir}/man1/builtins.1
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%post -p /bin/bash
|
||||
if [ $1 -ge 1 ]; then
|
||||
%install_info %{name}.info
|
||||
@ -190,6 +192,9 @@ exit 0
|
||||
%{_docdir}/bash/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 02 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.2.p15-1mamba
|
||||
- update to 5.2.p15
|
||||
|
||||
* Wed Nov 09 2022 Automatic Build System <autodist@mambasoft.it> 5.2.p9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user