From a691bc176b69e1dac93dd22923ea3ba2aa2bbf31 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:22:25 +0100 Subject: [PATCH] automatic version update by autodist [release 1.6.2-1mamba;Sun Aug 30 2020] --- packer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/packer.spec b/packer.spec index 965e778..a4e3d43 100644 --- a/packer.spec +++ b/packer.spec @@ -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 1.6.2-1mamba +- automatic version update by autodist + * Mon Mar 30 2020 Automatic Build System 1.5.5-1mamba - automatic version update by autodist