Bug 1165561

Summary: Standardize the installation directory for connectors
Product: [Fedora] Fedora Reporter: Pavel Raiskup <praiskup>
Component: unixODBCAssignee: Ondrej Dubaj <odubaj>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: andris.peize, hhorak, jstanek, ktordeur
Target Milestone: ---Keywords: FutureFeature, Tracking
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-02-18 11:29:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pavel Raiskup 2014-11-19 08:35:07 UTC
ATM, odbc connectors are installed directly into %{_libdir}.

    $ rpm -q --provides mysql-connector-odbc
    libmyodbc5w.so()(64bit)
    mysql-connector-odbc = 5.2.5-3.fc20
    mysql-connector-odbc(x86-64) = 5.2.5-3.fc20

But the 'libmyodbc5w.so' is plugin for unixODBC, not a soname.

Fixing this bug requires fixes in 'postgresql-odbc' and 'mysql-connector-odbc'
so this bug may be used for tracking of changes in those packages.

Comment 1 Pavel Raiskup 2017-08-30 13:02:31 UTC
> Fixing this bug requires fixes in 'postgresql-odbc' and
> 'mysql-connector-odbc'

Plus 'freetds' nowadays, and mariadb-connector-odbc.

Comment 3 Fedora Admin user for bugzilla script actions 2020-10-23 14:53:29 UTC
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.

Comment 4 Ondrej Dubaj 2021-02-18 11:29:14 UTC
According to discussion with Michal schorm, seems that the installation directory is standardized. Feel free to reopen this issue if you find any problems.