Lars Vogdt 2013-04-18 08:46:53 +00:00 committed by Git OBS Bridge
parent 1dfcf713da
commit dbe44d5188

View File

@ -47,7 +47,6 @@ BuildArch: noarch
# RHEL # RHEL
# #
%if ( 0%{?rhel} && 0%{?rhel} <= 5 ) || ( 0%{?rhel_version} && 0%{?rhel_version} <= 505 ) %if ( 0%{?rhel} && 0%{?rhel} <= 5 ) || ( 0%{?rhel_version} && 0%{?rhel_version} <= 505 )
Release: 1%{?dist}
#BuildRequires: python26-devel #BuildRequires: python26-devel
BuildRequires: python2-devel BuildRequires: python2-devel
Requires: python26-PyYAML Requires: python26-PyYAML
@ -56,7 +55,6 @@ Requires: python26-jinja2
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif %endif
%if 0%{?rhel} > 5 || 0%{?rhel_version} > 505 %if 0%{?rhel} > 5 || 0%{?rhel_version} > 505
Release: 1%{?dist}
BuildRequires: python2-devel BuildRequires: python2-devel
Requires: PyYAML Requires: PyYAML
Requires: python-paramiko Requires: python-paramiko