Skip screen.xterm
OBS-URL: https://build.opensuse.org/package/show/Base:System/ncurses?expand=0&rev=397
This commit is contained in:
parent
2d24b36de3
commit
79c40602d6
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 21 11:37:09 UTC 2018 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Remove scree.xterm from terminfo data base (boo#1103320) as with
|
||||||
|
this screen uses fallback TERM=screen
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 19 10:57:18 UTC 2018 - Dr. Werner Fink <werner@suse.de>
|
Mon Nov 19 10:57:18 UTC 2018 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -963,11 +963,11 @@ mv tack-* tack
|
|||||||
# Better screen support and workaround about missing terminfo entries
|
# Better screen support and workaround about missing terminfo entries
|
||||||
# might be help on boo#812067 as well as on boo#935736 but may cause
|
# might be help on boo#812067 as well as on boo#935736 but may cause
|
||||||
# boo#940459 (which should be fixed by screen its self!)
|
# boo#940459 (which should be fixed by screen its self!)
|
||||||
|
rm -vf %{buildroot}%{terminfo s/screen.xterm}
|
||||||
(cat > screen.list) <<-EOF
|
(cat > screen.list) <<-EOF
|
||||||
%{terminfo s/screen.gnome}
|
%{terminfo s/screen.gnome}
|
||||||
%{terminfo s/screen.konsole}
|
%{terminfo s/screen.konsole}
|
||||||
%{terminfo s/screen.linux}
|
%{terminfo s/screen.linux}
|
||||||
%{terminfo s/screen.xterm}
|
|
||||||
EOF
|
EOF
|
||||||
(cat > iterm.list) <<-EOF
|
(cat > iterm.list) <<-EOF
|
||||||
%{terminfo i/iTerm.app}
|
%{terminfo i/iTerm.app}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user