mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 13:08:49 +00:00
fish.spec: update dependencies for the terminfo database
RH/Fedora and openSUSE use different package names. Closes #10920.
This commit is contained in:
parent
039011bc81
commit
6eec2db292
1 changed files with 5 additions and 1 deletions
|
@ -31,10 +31,14 @@ BuildRequires: glibc-langpack-en
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python3 procps
|
BuildRequires: python3 procps
|
||||||
|
|
||||||
|
%if 0%{?suse_version}
|
||||||
|
Requires: terminfo-base
|
||||||
|
%else
|
||||||
|
Requires: ncurses-base
|
||||||
|
%endif
|
||||||
Requires: file
|
Requires: file
|
||||||
Requires: python3
|
Requires: python3
|
||||||
Requires: man
|
Requires: man
|
||||||
Requires: ncurses-base
|
|
||||||
Requires: procps
|
Requires: procps
|
||||||
|
|
||||||
# Although the build scripts mangle the version number to be RPM compatible
|
# Although the build scripts mangle the version number to be RPM compatible
|
||||||
|
|
Loading…
Reference in a new issue