From 0d0c5c35cf744bcf85b5c5d16f9593d42cd9deff Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Wed, 3 Jan 2018 14:55:06 +0100 Subject: [PATCH] Include mariadb-connector-odbc driver spec in the odbcinst.ini --- unixODBC.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/unixODBC.spec b/unixODBC.spec index b34f2b8..2caea92 100644 --- a/unixODBC.spec +++ b/unixODBC.spec @@ -1,7 +1,7 @@ Summary: A complete ODBC driver manager for Linux Name: unixODBC Version: 2.3.4 -Release: 8%{?dist} +Release: 9%{?dist} Group: System Environment/Libraries URL: http://www.unixODBC.org/ # Programs are GPL, libraries are LGPL, except News Server library is GPL. @@ -23,8 +23,8 @@ BuildRequires: multilib-rpm-config %description Install unixODBC if you want to access databases through ODBC. -You will also need the mysql-connector-odbc package if you want to access -a MySQL database, and/or the postgresql-odbc package for PostgreSQL. +You will also need the mariadb-connector-odbc package if you want to access +a MySQL or MariaDB database, and/or the postgresql-odbc package for PostgreSQL. %package devel Summary: Development files for programs which will use the unixODBC library @@ -134,6 +134,9 @@ done %postun -p /sbin/ldconfig %changelog +* Wed Jan 03 2018 Honza Horak - 2.3.4-9 +- Include mariadb-connector-odbc driver spec in the odbcinst.ini + * Wed Aug 30 2017 Tomas Repik - 2.3.4-8 - move libtdsS.so to the main package and add tds config to odbcinst.ini - rhbz#1448890