automatic version update by autodist [release 5.1.004-1mamba;Wed Dec 23 2020]
This commit is contained in:
parent
12e3e54abc
commit
35ecb9e076
@ -2,7 +2,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: bash
|
Name: bash
|
||||||
Version: 5.1.0
|
Version: 5.1.004
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The GNU Bourne Again shell (bash)
|
Summary: The GNU Bourne Again shell (bash)
|
||||||
Group: Applications/Shells
|
Group: Applications/Shells
|
||||||
@ -82,7 +82,7 @@ This package includes doc guide examples and manual for bash.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{majver} -a1
|
%setup -q -n %{name}-%{majver} -a1
|
||||||
#%patch0 -p1 -b .bash-requires
|
#%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
|
[ -e $f ] && patch -p0 < $f
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -188,6 +188,9 @@ exit 0
|
|||||||
%{_docdir}/bash/*
|
%{_docdir}/bash/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 23 2020 Automatic Build System <autodist@mambasoft.it> 5.1.004-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Dec 11 2020 Automatic Build System <autodist@mambasoft.it> 5.1.0-1mamba
|
* Fri Dec 11 2020 Automatic Build System <autodist@mambasoft.it> 5.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user