This commit is contained in:
Michal Schorm 2017-11-02 00:42:55 +01:00
parent 5c3882fc43
commit 7b01eba7f7

View File

@ -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 <mschorm@redhat.com> - 3.0.2-18
- Fix typo in require
* Wed Nov 01 2017 Michal Schorm <mschorm@redhat.com> - 3.0.2-17
- Use correct require for OpenSSL