.
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=41
This commit is contained in:
parent
eb0e0560a3
commit
3630d4c35c
@ -26,9 +26,11 @@ License: GPLv2+
|
|||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
%define bash_vers 4.1
|
%define bash_vers 4.1
|
||||||
%define rl_vers 6.1
|
%define rl_vers 6.1
|
||||||
|
%if %suse_version > 1020
|
||||||
Recommends: bash-doc = %bash_vers
|
Recommends: bash-doc = %bash_vers
|
||||||
Recommends: bash-lang = %bash_vers
|
Recommends: bash-lang = %bash_vers
|
||||||
Suggests: command-not-found
|
Suggests: command-not-found
|
||||||
|
%endif
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 4.1
|
Version: 4.1
|
||||||
Release: 6
|
Release: 6
|
||||||
@ -212,7 +214,9 @@ Group: System/Libraries
|
|||||||
Provides: bash:/%{_lib}/libreadline.so.%{rl_major}
|
Provides: bash:/%{_lib}/libreadline.so.%{rl_major}
|
||||||
Version: 6.1
|
Version: 6.1
|
||||||
Release: 6
|
Release: 6
|
||||||
|
%if %suse_version > 1020
|
||||||
Recommends: readline-doc = %{version}
|
Recommends: readline-doc = %{version}
|
||||||
|
%endif
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: readline-64bit
|
Obsoletes: readline-64bit
|
||||||
@ -243,7 +247,9 @@ Version: 6.1
|
|||||||
Release: 6
|
Release: 6
|
||||||
Requires: libreadline6 = %{version}
|
Requires: libreadline6 = %{version}
|
||||||
Requires: ncurses-devel
|
Requires: ncurses-devel
|
||||||
|
%if %suse_version > 1020
|
||||||
Recommends: readline-doc = %{version}
|
Recommends: readline-doc = %{version}
|
||||||
|
%endif
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
|
Loading…
Reference in New Issue
Block a user