diff --git a/powertop.changes b/powertop.changes index 220be7e..c0d4828 100644 --- a/powertop.changes +++ b/powertop.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 26 08:41:28 UTC 2016 - mlin@suse.com + +- Don't requires xterm-bin but xterm if Leap, boo#981780 + ------------------------------------------------------------------- Thu Feb 25 16:13:04 UTC 2016 - mvetter@suse.com diff --git a/powertop.spec b/powertop.spec index ff99afc..217c3f4 100644 --- a/powertop.spec +++ b/powertop.spec @@ -40,7 +40,7 @@ Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %{?systemd_requires} #xterm has been splitted in openSUSE to have fewer dependencies -%if 0%{?is_opensuse} +%if 0%{?is_opensuse} && 0%{?suse_version} != 1315 Requires: xterm-bin %else Requires: xterm