From 559e74294086319c3f725f38f6fb6e9dcf669589 Mon Sep 17 00:00:00 2001 From: Julien Enselme Date: Mon, 4 Jan 2016 19:56:21 +0100 Subject: [PATCH] Correct installation problems due to Requires: mariadb --- python-PyMySQL.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index ccce571..032621f 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -5,7 +5,7 @@ Name: python-%{pypi_name} Version: 0.6.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Pure-Python MySQL client library License: MIT @@ -89,6 +89,9 @@ done %endif %changelog +* Mon Jan 4 2016 Julien Enselme - 0.6.7-4 +- Correct installation problems due to Requires: mariadb + * Thu Nov 5 2015 Julien Enselme - 0.6.7-3 - Rebuilt for python 3.5