RPM package for Terraform.
## Fedora
dnf install fedora-packager fedora-review -y
Create the directory structure for the ~/rpmbuild
directory.
rpmdev-setuptree
This will download the sources or patches listed with a URL into your RPM's %{_sourcedir}
.
spectool -g -R terraform.spec
To package up the binary.
rpmbuild -bb terraform.spec