Accepting request 265709 from X11:XOrg
1 OBS-URL: https://build.opensuse.org/request/show/265709 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xinit?expand=0&rev=12
This commit is contained in:
commit
60187355da
@ -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