diff --git a/xinit.changes b/xinit.changes index 823356b..3b1488b 100644 --- a/xinit.changes +++ b/xinit.changes @@ -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 diff --git a/xinit.spec b/xinit.spec index ee2f9a8..d51939e 100644 --- a/xinit.spec +++ b/xinit.spec @@ -42,7 +42,11 @@ Requires: xauth Requires: xmodmap Requires: xrdb Requires: xsetroot +%if 0%{?suse_version} > 1320 +Requires: xterm-bin +%else Requires: xterm +%endif # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 BuildRoot: %{_tmppath}/%{name}-%{version}-build