forked from pool/mariadb
Accepting request 625845 from home:kstreitova:branches:server:database
- switch to libedit as control sequences were already fixed there so we don't have to avoid it [bsc#1098683] OBS-URL: https://build.opensuse.org/request/show/625845 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=215
This commit is contained in:
parent
8511b3b886
commit
a44ec6dfe1
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 20:27:36 UTC 2018 - kstreitova@suse.com
|
||||
|
||||
- switch to libedit as control sequences were already fixed there
|
||||
so we don't have to avoid it [bsc#1098683]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 17 12:50:27 UTC 2018 - kstreitova@suse.com
|
||||
|
||||
|
@ -157,12 +157,7 @@ Obsoletes: %{extra_provides}-debug-version < %{version}
|
||||
%ifnarch i586 %{arm}
|
||||
BuildRequires: lzo-devel
|
||||
%endif
|
||||
# We want readline5 for openSUSE and libedit for SLE12
|
||||
%if ( 0%{?suse_version} == 1315 ) && ( ! 0%{?is_opensuse} )
|
||||
BuildRequires: libedit-devel
|
||||
%else
|
||||
BuildRequires: readline5-devel
|
||||
%endif
|
||||
%if 0%{with_oqgraph} > 0
|
||||
BuildRequires: judy-devel
|
||||
%if 0%{?suse_version} > 1315
|
||||
|
Loading…
Reference in New Issue
Block a user