Skip to content

Commit 4180bc5

Browse files
authored
Apply suggestions from code review
Co-authored-by: Vishesh <8760112+vishesh92@users.noreply.github.com>
1 parent a21e7ef commit 4180bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/el8/cloud.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ rm -f ${RPM_BUILD_ROOT}%{_datadir}/%{name}-ui/config.json
337337
ln -sf /etc/%{name}/ui/config.json ${RPM_BUILD_ROOT}%{_datadir}/%{name}-ui/config.json
338338

339339
# Package mysql-connector-python (bundled to avoid dependency on external community repo)
340-
# Version 8.0.28 is the last version supporting Python 3.6 (EL8)
340+
# Version 8.0.31 is the last version supporting Python 3.6 (EL8)
341341
wget -P ${RPM_BUILD_ROOT}%{_datadir}/%{name}-management/setup/wheel https://files.pythonhosted.org/packages/08/1f/42d74bae9dd6dcfec67c9ed0f3fa482b1ae5ac5f117ca82ab589ecb3ca19/mysql_connector_python-8.0.31-py2.py3-none-any.whl
342342
# Version 8.3.0 supports Python 3.8 to 3.12 (EL9, EL10)
343343
wget -P ${RPM_BUILD_ROOT}%{_datadir}/%{name}-management/setup/wheel https://files.pythonhosted.org/packages/53/ed/26a4b8cacb8852c6fd97d2d58a7f2591c41989807ea82bd8d9725a4e6937/mysql_connector_python-8.3.0-py2.py3-none-any.whl

0 commit comments

Comments
 (0)