Name: terraform Version: 0.12.29 Release: 1%{?dist} Summary: Terraform enables you to safely and predictably create, change, and improve infrastructure. Group: Development Tools URL: https://www.terraform.io/ License: MPL 2.0 Source0: https://releases.hashicorp.com/terraform/%{version}/%{name}_%{version}_linux_amd64.zip ExclusiveArch: x86_64 %description Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned. %build %prep %setup -q -T -c %install mkdir -p %{buildroot}/%{_bindir} %{__install} -m 755 %{SOURCE0} %{buildroot}/%{_bindir}/%{name} %files %{_bindir}/%{name} %changelog * Tue Aug 04 2020 Johan Kok - 0.12.29-1 - Initial import