added ansible-rpmlintrc
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=4
This commit is contained in:
parent
35aaa09c17
commit
1a4fa48670
2
ansible-rpmlintrc
Normal file
2
ansible-rpmlintrc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
addFilter("non-executable-script.*/usr/share/ansible/.*");
|
||||||
|
addFilter("non-executable-script.*/usr/.*/ansible/utils/module_docs.py");
|
@ -48,7 +48,8 @@ BuildArch: noarch
|
|||||||
#
|
#
|
||||||
%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}
|
Release: 1%{?dist}
|
||||||
BuildRequires: python26-devel
|
#BuildRequires: python26-devel
|
||||||
|
BuildRequires: python2-devel
|
||||||
Requires: python26-PyYAML
|
Requires: python26-PyYAML
|
||||||
Requires: python26-paramiko
|
Requires: python26-paramiko
|
||||||
Requires: python26-jinja2
|
Requires: python26-jinja2
|
||||||
|
Loading…
Reference in New Issue
Block a user