automatic version update by autodist [release 1.6.2-1mamba;Sun Aug 30 2020]

This commit is contained in:
Automatic Build System 2024-01-06 08:22:25 +01:00
parent 51fd709a53
commit a691bc176b

View File

@ -1,5 +1,5 @@
Name: packer
Version: 1.5.5
Version: 1.6.2
Release: 1mamba
Summary: A tool for creating identical machine images for multiple platforms from a single source configuration
Group: Development/Tools
@ -12,7 +12,7 @@ Source: https://github.com/hashicorp/packer.git/v%{version}/packer-%{vers
License: MPL 2.0
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
BuildRequires: go-pie
BuildRequires: go
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
@ -31,7 +31,7 @@ export CGO_ENABLED=0
export PATH="$PATH:$GOPATH/bin"
sed -e '/VersionPrerelease = ""/ {N;N;N;d;}' -i src/github.com/hashicorp/%{name}/Makefile
cd src/github.com/hashicorp/%{name}
go-pie build -buildmode=exe -o packer-binary
go build -buildmode=exe -o packer-binary
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -47,6 +47,9 @@ install -Dm755 packer-binary %{buildroot}%{_bindir}/packer
%doc src/github.com/hashicorp/packer/LICENSE
%changelog
* Sun Aug 30 2020 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
- automatic version update by autodist
* Mon Mar 30 2020 Automatic Build System <autodist@mambasoft.it> 1.5.5-1mamba
- automatic version update by autodist