Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : ansible | name : ansible | ||||
| version : 2.8.4 | version : 2.10.1 | ||||
| release : 21 | release : 22 | ||||
| source : | source : | ||||
| - https://github.com/ansible/ansible/archive/v2.8.4.tar.gz : 055c0a66f6f41fefaab0feb9cbc4d1ca55233c5ca12f540f7add00f748594c84 | - https://github.com/ansible/ansible/archive/v2.10.1.tar.gz : 550b0b070723f8b1a1db95276ca23830a39c027ba46664f1965c37a4f1de2a9f | ||||
| license : GPL-3.0-or-later | license : GPL-3.0-or-later | ||||
| component : system.utils | component : system.utils | ||||
| summary : Ansible is a radically simple IT automation system | summary : Ansible is a radically simple IT automation system | ||||
| description: | | description: | | ||||
| Ansible is a radically simple IT automation system | Ansible is a radically simple IT automation system | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(python3) | - pkgconfig(python3) | ||||
| - asciidoc | - asciidoc | ||||
| - python-docutils | - python-docutils | ||||
| - python-jinja | - python-jinja | ||||
| - python-setuptools | - python-setuptools | ||||
| rundeps : | rundeps : | ||||
| - python-jinja | - python-jinja | ||||
| - python-paramiko | - python-paramiko | ||||
| - pyyaml | - pyyaml | ||||
| build : | | build : | | ||||
| %python3_setup | %python3_setup | ||||
| %make docs | |||||
JoshStrobl: Why was this removed? | |||||
sethflAuthorUnsubmitted Done Inline Actionssee next comment sethfl: see next comment | |||||
| install : | | install : | | ||||
| %python3_install | %python3_install | ||||
| install -d $installdir/usr/share/man/man1 | |||||
| install -Dm 00644 docs/man/man1/*.1 $installdir/usr/share/man/man1/ | |||||
JoshStroblUnsubmitted Not Done Inline ActionsWhy were the man pages removed? JoshStrobl: Why were the man pages removed? | |||||
sethflAuthorUnsubmitted Done Inline ActionsThe docs option for the makefile is currently broken in both stable and development branches/releases, with the manpages being removed from them as well. My best guess would be that the team is focused more on their webdocs as opposed to traditional manpages. I also looked over at how ansible is packaged on ubuntu and arch, with neither of them packaging the docs (ubuntu's control file for the package even has the nodocs build profile set, as seen in these source packages). sethfl: The `docs` option for the makefile is currently broken in both stable and development… | |||||
| install -Dm 00644 examples/ansible.cfg $installdir/etc/ansible/ansible.cfg | install -Dm 00644 examples/ansible.cfg $installdir/etc/ansible/ansible.cfg | ||||
| install -Dm 00644 examples/hosts $installdir/etc/ansible/hosts | install -Dm 00644 examples/hosts $installdir/etc/ansible/hosts | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Why was this removed?