Include mariadb-connector-odbc driver spec in the odbcinst.ini

This commit is contained in:
Honza Horak 2018-01-03 14:55:06 +01:00
parent 003712ef51
commit 0d0c5c35cf

View File

@ -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 <hhorak@redhat.com> - 2.3.4-9
- Include mariadb-connector-odbc driver spec in the odbcinst.ini
* Wed Aug 30 2017 Tomas Repik <trepik@redhat.com> - 2.3.4-8
- move libtdsS.so to the main package and add tds config to odbcinst.ini
- rhbz#1448890