# Generated by go2rpm %bcond_without check # https://github.com/hashicorp/go-checkpoint %global goipath github.com/hashicorp/go-checkpoint Version: 0.5.0 %gometa %global common_description %{expand: Checkpoint is an internal service at Hashicorp that we use to check version information, broadcast security bulletins, etc. We understand that software making remote calls over the internet for any reason can be undesirable. Because of this, Checkpoint can be disabled in all of our software that includes it. You can view the source of this client to see that we're not sending any private information.} %global golicenses LICENSE %global godocs README.md %global gosupfiles glide.lock glide.yaml Name: %{goname} Release: 1%{?dist} Summary: Internal Hashicorp service to check version information # Upstream license specification: MPL-2.0 License: MPLv2.0 URL: %{gourl} Source0: %{gosource} Source1: glide.yaml Source2: glide.lock BuildRequires: golang(github.com/hashicorp/go-cleanhttp) BuildRequires: golang(github.com/hashicorp/go-uuid) %description %{common_description} %gopkg %prep %goprep cp %{S:1} %{S:2} . %install %gopkginstall # Remove in F33 # Remove erroneous glide.lock folder %pretrans devel -p path = "%{gopath}/src/%{goipath}/glide.lock" st = posix.stat(path) if st and st.type == "directory" then os.remove(path) end %if %{with check} %check # .: needs network %gocheck -d . %endif %gopkgfiles %changelog * Mon Jun 03 18:39:10 CEST 2019 Robert-André Mauchin - 0.5.0-1 - Release 0.5.0 * Fri Feb 01 2019 Fedora Release Engineering - 0-0.17.gite4b2dc3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 0-0.16.gite4b2dc3 - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering - 0-0.15.gite4b2dc3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 12 2018 Jan Chaloupka - 0-0.14.gite4b2dc3 - Upload glide files * Wed Feb 28 2018 Jan Chaloupka - 0-0.13.20151022gite4b2dc3 - Autogenerate some parts using the new macros * Wed Feb 07 2018 Fedora Release Engineering - 0-0.12.gite4b2dc3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 0-0.11.gite4b2dc3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0-0.10.gite4b2dc3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0-0.9.gite4b2dc3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jul 21 2016 Fedora Release Engineering - 0-0.8.gite4b2dc3 - https://fedoraproject.org/wiki/Changes/golang1.7 * Mon Feb 22 2016 Fedora Release Engineering - 0-0.7.gite4b2dc3 - https://fedoraproject.org/wiki/Changes/golang1.6 * Wed Feb 03 2016 Fedora Release Engineering - 0-0.6.gite4b2dc3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jan 06 2016 Fridolin Pokorny - 0-0.5.gite4b2dc3 - Bump to upstream e4b2dc34c0f698ee04750bf2035d8b9384233e1b related: #1250463 * Sat Sep 12 2015 jchaloup - 0-0.3.git88326f6 - Update to spec-2.1 related: #1250463 * Wed Aug 05 2015 Fridolin Pokorny - 0-0.2.git88326f6 - Update spec file to spec-2.0 resolves: #1250463 * Wed Apr 15 2015 jchaloup - 0-0.1.git88326f6 - First package for Fedora resolves: #1212044