parent
0bba22961d
commit
c3c03b2045
2 changed files with 18 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
Name: mysql-connector-python
|
||||
Version: 8.0.19
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: MySQL Connector for Python 3
|
||||
|
||||
License: GPLv2 with exceptions
|
||||
|
|
@ -23,6 +23,8 @@ URL: http://dev.mysql.com/doc/connector-python/en/index.html
|
|||
# http://dev.mysql.com/downloads/connector/python/
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
Patch0: protobuf_version.patch
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel >= 3
|
||||
%if %{with_tests}
|
||||
|
|
@ -57,6 +59,7 @@ Documentation: http://dev.mysql.com/doc/connector-python/en/index.html
|
|||
%setup -q -n %{name}-%{version}
|
||||
chmod -x examples/*py
|
||||
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
# nothing to build
|
||||
|
|
@ -88,6 +91,10 @@ chmod -x examples/*py
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 07 2020 Michal Schorm <mschorm@redhat.com> - 8.0.19-3
|
||||
- Rebuilt for newer protobuf version
|
||||
Resolves: #1797297
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.19-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue