forked from pool/xinit
Accepting request 265622 from home:dimstar:xterm
OBS-URL: https://build.opensuse.org/request/show/265622 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=17
This commit is contained in:
parent
b6fd2aabd8
commit
f1cbba5d31
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 17 20:36:15 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- On openSUSE > 13.2, xterm has been split into xterm-bin for the
|
||||||
|
program and xterm for the app launcher. We only need the program,
|
||||||
|
so conditionall Require xterm-bin.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 9 07:54:00 UTC 2014 - sndirsch@suse.com
|
Tue Sep 9 07:54:00 UTC 2014 - sndirsch@suse.com
|
||||||
|
|
||||||
|
@ -42,7 +42,11 @@ Requires: xauth
|
|||||||
Requires: xmodmap
|
Requires: xmodmap
|
||||||
Requires: xrdb
|
Requires: xrdb
|
||||||
Requires: xsetroot
|
Requires: xsetroot
|
||||||
|
%if 0%{?suse_version} > 1320
|
||||||
|
Requires: xterm-bin
|
||||||
|
%else
|
||||||
Requires: xterm
|
Requires: xterm
|
||||||
|
%endif
|
||||||
# This was part of the xorg-x11 package up to version 7.6
|
# This was part of the xorg-x11 package up to version 7.6
|
||||||
Conflicts: xorg-x11 <= 7.6
|
Conflicts: xorg-x11 <= 7.6
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user