actions-marketplace-validations/Build RPM Centos7 📦
Build RPM package for on Cenots7. Supports RPM macros with --define.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sources | list of files to be used as RPM sources, delimited by new lines | yes | — |
| spec_file | path to your rpm spec file | yes | — |
| variables | variables to be consumed in the spec file as rpmbuild macros, delimited by new lines | no | — |
Outputs
| name | description |
|---|---|
| rpm_package_name | name of the RPM package |
| rpm_package_path | path to the built RPM package |