Skip to content

Multiple README.md and LICENSE.md files from 140 modules breaks RPM building #348

Open
@nkadel

Description

I've built up some tools to publish an "ansible" RPM with ansible-5.0.0. Unfortunately, the use of multiple README.md and LICENSE.md files from the variety of modules creates a problem: recent versions of "rpmbuild", such as those in RHEL 8 and in Fedora, try to copy those all as /usr/share/doc/ansible-5.0.0/README.md and /usr/share/doc/ansible-5.0.0/LICENSE.md.

I doubt I can rewrite or revise RPM to handle this better, this seems to be a new standard to reduce directory clutter under /usr/share/doc/ . How painful would it be to stuff a process in antsibull to preface the README.md and LICENSE.md filenames with the module name to avoid these conflicts?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions