#49 Add RPM generator for bundled Provides
Merged by gotmax23. Opened by gotmax23.
gotmax23/go-rpm-macros bundled_provides  into  master

Download 49.patch

Any modules.txt file within a subdirectory of /usr/share/licenses will
be processed. While this isn't strictly a license file, it contains
information about the other sources that are included in the package.
Packages can include this file alongside the license files from the
vendored libraries as a summary of sorts. Alternatively, the modules.txt
can be marked with %ghost, which is sufficient for the generator.
There are not any other good places to install these files. %_docdir is
not an option, as generators do not search in that directory.

cc @decathorpe. The modifications are licensed under the same license as the project. I can keep it under the UNLICENSE if you really want.

I am fine with you including it as GPLv3.

Though I find it weird to use such a strict license for random scripts :)

I will plan to merge this tomorrow if nobody has any other comments. I am also working on creating an go-rpm-macros-epel package that contains certain macro backports to EPEL. This will be included in that.

Pull-Request has been merged by gotmax23

Metadata