Rebase to MySQL 8.4.4
Resolves: RHEL-75839 RHEL-75836 RHEL-75835 RHEL-75833 RHEL-75814
This commit is contained in:
parent
b8c5c60961
commit
9c36e06946
@ -2,7 +2,7 @@ ExcludeArch: %{ix86}
|
||||
|
||||
# Name of the package without any prefixes
|
||||
%global majorname mysql
|
||||
%global package_version 8.4.3
|
||||
%global package_version 8.4.4
|
||||
%define majorversion %(echo %{package_version} | cut -d'.' -f1-2 )
|
||||
%global pkgnamepatch mysql
|
||||
|
||||
@ -104,7 +104,7 @@ ExcludeArch: %{ix86}
|
||||
|
||||
Name: %{majorname}%{majorversion}
|
||||
Version: %{package_version}
|
||||
Release: 2%{?with_debug:.debug}%{?dist}
|
||||
Release: 1%{?with_debug:.debug}%{?dist}
|
||||
Summary: MySQL client programs and shared libraries
|
||||
URL: http://www.mysql.com
|
||||
|
||||
@ -1131,6 +1131,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jan 22 2025 Michal Schorm <mschorm@redhat.com> - 8.4.4-1
|
||||
- Rebase to 8.4.4
|
||||
|
||||
* Thu Jan 09 2025 Michal Schorm <mschorm@redhat.com> - 8.4.3-1
|
||||
- Rebase to 8.4.3
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mysql-8.4.3.tar.gz) = 4012e1bedfaefe0f5440530da3f62fcd1df370ae466b009899452be2d59b1a89458353f0b4b5f964cdae43cb8b42e9620e0ac80ac3fe9c85745f963b72578672
|
||||
SHA512 (mysql-8.4.4.tar.gz) = 21f4d8162f57f63a589e3e5e140f89a8cc61f4c55a77dce4601e76192eb3d3fbeaf3bfb78f91345c517ad36bf4267f33202693cfc24812841c517a24fffcfd12
|
||||
|
Loading…
Reference in New Issue
Block a user