From 1a4fa48670bbbb0a21e517c8344158387dc426d7 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Thu, 18 Apr 2013 08:20:25 +0000 Subject: [PATCH] added ansible-rpmlintrc OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=4 --- ansible-rpmlintrc | 2 ++ ansible.spec | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 ansible-rpmlintrc diff --git a/ansible-rpmlintrc b/ansible-rpmlintrc new file mode 100644 index 0000000..2314602 --- /dev/null +++ b/ansible-rpmlintrc @@ -0,0 +1,2 @@ +addFilter("non-executable-script.*/usr/share/ansible/.*"); +addFilter("non-executable-script.*/usr/.*/ansible/utils/module_docs.py"); diff --git a/ansible.spec b/ansible.spec index b57df82..8794d84 100644 --- a/ansible.spec +++ b/ansible.spec @@ -48,7 +48,8 @@ BuildArch: noarch # %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 Requires: python26-PyYAML Requires: python26-paramiko Requires: python26-jinja2