fmidev/RPM Build
Build RPMs from spec file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 8, 2025
- License
- None
Pinned Snippet
uses: fmidev/rpmbuild-action@eccb2df107df931ce2850209b262d84b003720dc # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| spec_file | path to the spec file | yes | *.spec |
| additional_repositories | A list of additional repositories to install | no | — |
| enable_repositories | A list of additional repositories to enable | no | — |
| enable_modules | A list of dnf modules to enable | no | — |
| disable_modules | A list of dnf modules to disable | no | — |
| dnf_commands | Additional dnf commands to run | no | — |
| pre_build_hook | Run commands before rpm build starts | no | — |
| post_build_hook | Run commands after rpm build is finished | no | — |
Outputs
| name | description |
|---|---|
| srpm_dir_path | path to SRPMS directory |
| rpm_dir_path | path to RPMS directory |