ansible/ansible-rpmlintrc
Lars Vogdt 4d86097e4e - update to 1.6.3:
* The deprecated legacy variable templating system has been 
    finally removed. Use {{ foo }} always not $foo or ${foo}.
  * Any data file can also be JSON. Use sparingly -- with great power
    comes great responsibility. Starting file with "{" or "[" denotes JSON.
  * Added 'gathering' param for ansible.cfg to change the default
    gather_facts policy.
  * Accelerate improvements:
    + multiple users can connect with different keys, when 
      accelerate_multi_key = yes is specified in the ansible.cfg.
    + daemon lifetime is now based on the time from the last activity,
      not the time from the daemon's launch.
  * ansible-playbook now accepts --force-handlers to run handlers
    even if tasks result in failures.
  * Added VMWare support with the vsphere_guest module.
  * many new modules and ther notable changes, please read 
    /usr/share/doc/packages/ansible/CHANGELOG.md for details    
- use new upstream URL(s)
- require python-httplib2 and python-setuptools
- ignore "wrong" permissions of synchronize.py
- ignore rpmlint warning about requiring python-httplib2 explicitely

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/ansible?expand=0&rev=24
2014-06-19 07:48:19 +00:00

6 lines
312 B
Plaintext

addFilter("non-executable-script.*/usr/share/ansible/.*");
addFilter("non-executable-script.*/usr/.*/ansible/utils/module_docs.py");
addFilter("non-executable-script.*/usr/.*/ansible/runner/action_plugins/synchronize.py");
# A Python HTTP client library ...
addFilter("explicit-lib-dependency python-httplib2");