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