fix release number
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=6
This commit is contained in:
parent
1dfcf713da
commit
dbe44d5188
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user