Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

azerella/terraform-rpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-rpm

RPM package for Terraform.

Requirements

## Fedora
dnf install fedora-packager fedora-review -y

Setup your tree ( Optional )

Create the directory structure for the ~/rpmbuild directory.

rpmdev-setuptree

Download Source0

This will download the sources or patches listed with a URL into your RPM's %{_sourcedir}.

spectool -g -R terraform.spec

Build the package

To package up the binary.

rpmbuild -bb terraform.spec