[byobu] spec file adjusted for epel

Jan Klepek hpejakle at fedoraproject.org
Sun Sep 5 15:26:30 UTC 2010


commit f241cf928b087e4ab6a424b6cbfe5dafa567cae6
Author: Jan Klepek <jan.klepek at gmail.com>
Date:   Sun Sep 5 17:26:32 2010 +0200

    spec file adjusted for epel

 byobu.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/byobu.spec b/byobu.spec
index 1fa649d..d033693 100644
--- a/byobu.spec
+++ b/byobu.spec
@@ -12,9 +12,14 @@ Source1:	fedoracommon
 Patch0:		byobu-status.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
+%if 0%{?rhel}
+Requires:	python26
+%else
+Requires:	python >= 2.5
+%endif
 
 BuildRequires:	gettext, desktop-file-utils
-Requires:	screen, python >= 2.5, newt, gettext
+Requires:	screen, newt, gettext
 
 %Description
 Byobu is a Japanese term for decorative, multi-panel screens that serve 


More information about the scm-commits mailing list