Accepting request 360103 from home:alarrosa:branches:X11:windowmanagers
- Small fix to continue requiring xterm in distributions that don't have xterm-bin (Leap 42.1 and older) OBS-URL: https://build.opensuse.org/request/show/360103 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=55
This commit is contained in:
parent
4bfcd19c78
commit
782c8c4767
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 18 11:27:10 UTC 2016 - alarrosa@suse.com
|
||||||
|
|
||||||
|
- Small fix to continue requiring xterm in distributions that don't
|
||||||
|
have xterm-bin (Leap 42.1 and older)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 17 15:33:59 UTC 2016 - dimstar@opensuse.org
|
Wed Feb 17 15:33:59 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -56,7 +56,11 @@ Requires: desktop-data
|
|||||||
Requires: icewm-bin
|
Requires: icewm-bin
|
||||||
Requires: icewm-configuration-files
|
Requires: icewm-configuration-files
|
||||||
Requires: xdg-menu
|
Requires: xdg-menu
|
||||||
|
%if 0%{?suse_version} > 1315
|
||||||
Requires: xterm-bin
|
Requires: xterm-bin
|
||||||
|
%else
|
||||||
|
Requires: xterm
|
||||||
|
%endif
|
||||||
# If you have the choice, prefer the big one.
|
# If you have the choice, prefer the big one.
|
||||||
Recommends: icewm-default
|
Recommends: icewm-default
|
||||||
Recommends: icewm-lang = %{version}
|
Recommends: icewm-lang = %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user