Skip to content

Commit 0dcbbd3

Browse files
committed
ET#70191 Modified rpm spec file to resolve pkgver_lite error on el8
1 parent c5bdaf4 commit 0dcbbd3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

cpydist/data/rpm/mysql-connector-python.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Summary: Standardized MySQL database driver for Python
7575
Name: mysql-connector-python%{?product_suffix}
7676
Version: %{version}
7777
Release: 1%{?version_extra:.%{version_extra}}%{?byte_code_only:.1}%{?dist}
78-
License: Copyright (c) 2015, 2020, Oracle and/or its affiliates. Under %{?license_type} license as shown in the Description field.
78+
License: Copyright (c) 2015, 2021, Oracle and/or its affiliates. Under %{?license_type} license as shown in the Description field.
7979
URL: https://dev.mysql.com/downloads/connector/python/
8080
Source0: https://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python%{?product_suffix}-%{version}.tar.gz
8181

@@ -117,7 +117,7 @@ Provides: mysql-connector-python3-cext = %{version}-%{release}
117117
Requires: python3
118118

119119
# There is no new enough python3-protobuf on some older Linux distros
120-
%if ! ( 0%{?rhel} == 7 || 0%{?rhel} == 8 || 0%{?suse_version} == 1315 )
120+
%if ! ( 0%{?rhel} == 7 || 0%{?suse_version} == 1315 )
121121
Requires: python3-protobuf >= %{requires_py_protobuf_version}
122122
%endif
123123

@@ -195,6 +195,10 @@ rm -f %{with_mysql_capi}/lib*/{,mysql/}plugin/authentication_ldap_sasl_client.*
195195
%{python3_sitearch}/_mysqlxpb.cpython*.so
196196

197197
%changelog
198+
* Mon Feb 1 2021 Sreedhar Sreedhargadda <[email protected]> - 8.0.24-2
199+
- Updated for 8.0.24
200+
- Fix for el8 pkgver_lite
201+
198202
* Thu Dec 9 2020 Prashant Tekriwal <[email protected]> - 8.0.24-1
199203
- Updated for 8.0.24
200204
- Removed python2 support

0 commit comments

Comments
 (0)