From 7b01eba7f7e9f668fe0990001d94aa49dfdf6cb6 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Thu, 2 Nov 2017 00:42:55 +0100 Subject: [PATCH] Typo fix --- mariadb-connector-c.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec index 3b2bbb0..c2699b8 100644 --- a/mariadb-connector-c.spec +++ b/mariadb-connector-c.spec @@ -1,6 +1,6 @@ Name: mariadb-connector-c Version: 3.0.2 -Release: 17%{?dist} +Release: 18%{?dist} Summary: The MariaDB Native Client library (C driver) Group: Applications/Databases License: LGPLv2+ @@ -46,7 +46,7 @@ Group: Development/Libraries BuildRequires: xmlto Requires: %{name} = %{version}-%{release} # avoid issues with openssl1.0 / openssl1.1 / compat -Requires: pkconfig(openssl) +Requires: pkgconfig(openssl) %description devel Development files for mariadb-connector-c. @@ -166,6 +166,9 @@ end # https://jira.mariadb.org/browse/MDEV-13836 %changelog +* Thu Nov 02 2017 Michal Schorm - 3.0.2-18 +- Fix typo in require + * Wed Nov 01 2017 Michal Schorm - 3.0.2-17 - Use correct require for OpenSSL