Import from CS git
This commit is contained in:
parent
a5fa38f91e
commit
25cd746ac1
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/mysql-8.4.6.tar.gz
|
||||
SOURCES/mysql-8.4.7.tar.gz
|
||||
|
||||
@ -1 +1 @@
|
||||
69c9b9e73aebe0ecf58a1514cef14019cb492c72 SOURCES/mysql-8.4.6.tar.gz
|
||||
0e7edc54b94d202559f31ea4da5ab829e384bec8 SOURCES/mysql-8.4.7.tar.gz
|
||||
|
||||
@ -3,7 +3,7 @@ ExcludeArch: %{ix86}
|
||||
|
||||
# Name of the package without any prefixes
|
||||
%global majorname mysql
|
||||
%global package_version 8.4.6
|
||||
%global package_version 8.4.7
|
||||
%define majorversion %(echo %{package_version} | cut -d'.' -f1-2 )
|
||||
%global pkgnamepatch mysql
|
||||
|
||||
@ -22,7 +22,7 @@ ExcludeArch: %{ix86}
|
||||
# The last version on which the full testsuite has been run
|
||||
# In case of further rebuilds of that version, don't require full testsuite to be run
|
||||
# run only "main" suite
|
||||
%global last_tested_version 8.4.6
|
||||
%global last_tested_version 8.4.7
|
||||
# Set to 1 to force run the testsuite even if it was already tested in current version
|
||||
%global force_run_testsuite 0
|
||||
|
||||
@ -1133,6 +1133,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 30 2025 Pavol Sloboda <psloboda@redhat.com> - 8.4.7-1
|
||||
- Rebase to 8.4.7
|
||||
|
||||
* Thu Jul 24 2025 Pavol Sloboda <psloboda@redhat.com> - 8.4.6-1
|
||||
- Rebase to 8.4.6
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user