dir2module - Man Page
Synopsis
dir2module [-h] -m SUMMARY [-d Description] [-l LICENSE] [-r REQUIRES] [--force] [--stdout] (--dir DIR | --pkglist PKGLIST) nsvca
Description
Recursively read RPMs from DIR or read them from specified pkglist.If any RPM is missing on unreadable, error out.Populate artifacts/rpms with RPM NEVRAs.Populate license/content with list of RPM licenses.Write N:S:V:C:A.modulemd.yaml in the current directory.Make sure the yaml is in modulemd v2 format.
- nsvca
Module name, stream version, context and architecture in a N:S:V:C:A format
Options
- -m SUMMARY, --summary SUMMARY
Module summary
- -d DESCRIPTION, --description DESCRIPTION
Module description
- -l LICENSE, --license LICENSE
Module license
- -r REQUIRES, --requires REQUIRES
Module runtime dependencies in a N:S format. For multiple dependencies, repeat this option
- --force
Suppress all constraints and hope for the best
- --stdout
By defult the output is saved in a file. Use this to suppress it and print to the STDOUT
--dir DIR
--pkglist PKGLIST
Author
Jakub Kadlčík
jkadlcik@redhat.com
Distribution
The latest version of dir2module may be downloaded from