Accepting request 578709 from server:database
- 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/request/show/578709 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=33
This commit is contained in:
commit
8e491c5f09
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user