From 90f0fcb05edf353847c1f7e7a2e12ba3ca9dcf9f0dfbdbed202968536b7ec463 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 27 May 2016 13:44:30 +0000 Subject: [PATCH] Accepting request 398169 from home:mlin7442:branches:Base:System Don't requires xterm-bin but xterm if Leap, boo#981780 OBS-URL: https://build.opensuse.org/request/show/398169 OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=46 --- powertop.changes | 5 +++++ powertop.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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