diff --git a/bash.spec b/bash.spec index dfb2a05..3944ab0 100644 --- a/bash.spec +++ b/bash.spec @@ -2,7 +2,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: bash -Version: 5.1.0 +Version: 5.1.004 Release: 1mamba Summary: The GNU Bourne Again shell (bash) Group: Applications/Shells @@ -82,7 +82,7 @@ This package includes doc guide examples and manual for bash. %prep %setup -q -n %{name}-%{majver} -a1 #%patch0 -p1 -b .bash-requires -for f in `find bash-patchset-%{version} -mindepth 1`; do +for f in `find bash-patchset-%{version} -mindepth 1|sort`; do [ -e $f ] && patch -p0 < $f done @@ -188,6 +188,9 @@ exit 0 %{_docdir}/bash/* %changelog +* Wed Dec 23 2020 Automatic Build System 5.1.004-1mamba +- automatic version update by autodist + * Fri Dec 11 2020 Automatic Build System 5.1.0-1mamba - automatic version update by autodist