diff options
author | James Laska <jlaska@ansible.com> | 2014-09-29 09:27:25 -0400 |
---|---|---|
committer | James Laska <jlaska@ansible.com> | 2014-09-29 10:22:15 -0400 |
commit | a0fecd61010b6958aae46f04ce8013d3698e4482 (patch) | |
tree | 6ff10c327cb753ae88855c2b6ce0dd5a3d1d8d99 /packaging/rpm | |
parent | 459722899d8dd618cd5bdd2ea11ed0c2810e1d5e (diff) | |
download | ansible-a0fecd61010b6958aae46f04ce8013d3698e4482.tar.gz |
Fix packaging to work with new module location
Changes include:
* Remove references to old module dir from .spec
* Use setuptools find_packages find all ansible packages
Diffstat (limited to 'packaging/rpm')
-rw-r--r-- | packaging/rpm/ansible.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 79e1dd03c7..c6b85fd1ab 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -104,8 +104,6 @@ rm -rf %{buildroot} %{python_sitelib}/ansible* %{_bindir}/ansible* %dir %{_datadir}/ansible -%dir %{_datadir}/ansible/* -%{_datadir}/ansible/*/* %config(noreplace) %{_sysconfdir}/ansible %doc README.md PKG-INFO COPYING %doc %{_mandir}/man1/ansible* |