- bsc#1062860: Don't install postgres example driver

psqlODBC package should be used instead of the example driver
  provided by unixODBC (libodbcpsql.*). It is unmaintained.

OBS-URL: https://build.opensuse.org/package/show/server:database/unixODBC?expand=0&rev=48
This commit is contained in:
Michael Vetter 2018-02-21 13:45:38 +00:00 committed by Git OBS Bridge
parent 849ad7d2a0
commit 336b68dd55
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Feb 21 13:34:18 UTC 2018 - mvetter@suse.com
- bsc#1062860: Don't install postgres example driver
psqlODBC package should be used instead of the example driver
provided by unixODBC (libodbcpsql.*). It is unmaintained.
-------------------------------------------------------------------
Fri Jun 23 13:53:00 UTC 2017 - adam.majer@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package unixODBC
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -91,6 +91,9 @@ rm -rf "%{buildroot}/%{_datadir}/libtool"
rm -f "%{buildroot}/%{_libdir}"/libmimerS.*
rm -f %{buildroot}/%{_libdir}/*.la
# bsc#1062860: we want psqlODBC instead of this unmaintained example driver
rm -f "%{buildroot}/%{_libdir}"/unixODBC/libodbcpsql.*
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig