Bump version number

Fixes author name in the last update

Related: #2129927
This commit is contained in:
Siteshwar Vashisht 2022-10-05 14:25:34 +02:00
parent 6c9ff1f217
commit 4df6ba11b8

View File

@ -6,7 +6,7 @@
Version: %{baseversion}%{patchleveltag}
Name: bash
Summary: The GNU Bourne Again shell
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
Url: https://www.gnu.org/software/bash
Source0: https://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz
@ -318,6 +318,10 @@ end
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Wed Oct 05 2022 Siteshwar Vashisht <svashisht@redhat.com> - 5.2.0-2
- Bump version number
Related: #2129927
* Tue Oct 04 2022 Siteshwar Vashisht <svashisht@redhat.com> - 5.2.0-1
- Update to bash-5.2
Resolves: #2129927