Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action - RPM Build

This GitHub Action builds RPMs from spec file and using repository contents as source (wraps the rpmbuild utility).

Inspired by naveenrajm7/rpmbuild@master.

Usage

Inputs

  • spec_file: The path to the spec file in your repo. [required]
  • additional_repos: A list of additional repositories that you want enabled [optional]
  • enable_modules: A list of dnf modules to enable [optional]
  • disable_modules: A list of dnf modules to disable [optional]

Outputs

  • rpm_dir_path: path to RPMS directory
  • srpm_dir_path: path to SRPMS directory

Example workflow - build RPM

About

A GitHub Action to build RPMs from source code and spec file, uses rpmbuild .

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages