# Generated by go2rpm %bcond_without check # https://github.com/hashicorp/go-multierror %global goipath github.com/hashicorp/go-multierror Version: 1.0.0 %gometa %global common_description %{expand: Go-multierror is a package for Go that provides a mechanism for representing a list of error values as a single error. This allows a function in Go to return an error that might actually be a list of errors. If the caller knows this, they can unwrap the list and access the errors. If the caller doesn't know, the error formats to a nice human-readable format. Go-multierror implements the errwrap interface so that it can be used with that library, as well.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Go package for representing a list of errors as a single error # Upstream license specification: MPL-2.0 License: MPLv2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/hashicorp/errwrap) %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Apr 21 17:40:59 CEST 2019 Robert-André Mauchin - 1.0.0-1 - Release 1.0.0 * Fri Feb 01 2019 Fedora Release Engineering - 0-0.18.gitd30f099 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 0-0.17.gitd30f099 - 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.16.gitd30f099 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 12 2018 Jan Chaloupka - 0-0.15.gitd30f099 - Upload glide files * Wed Feb 28 2018 Jan Chaloupka - 0-0.14.20151116gitd30f099 - Autogenerate some parts using the new macros * Wed Feb 07 2018 Fedora Release Engineering - 0-0.13.gitd30f099 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 0-0.12.gitd30f099 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0-0.11.gitd30f099 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0-0.10.gitd30f099 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jan 12 2017 Jan Chaloupka - 0-0.9.gitd30f099 - Polish the spec file related: #1250466 * Thu Jul 21 2016 Fedora Release Engineering - 0-0.8.gitd30f099 - https://fedoraproject.org/wiki/Changes/golang1.7 * Mon Feb 22 2016 Fedora Release Engineering - 0-0.7.gitd30f099 - https://fedoraproject.org/wiki/Changes/golang1.6 * Tue Feb 09 2016 jchaloup - 0-0.6.gitd30f099 - Add missing [B]R related: #1250466 * Wed Feb 03 2016 Fedora Release Engineering - 0-0.5.gitd30f099 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jan 06 2016 Fridolin Pokorny - 0-0.4.gitd30f099 - Bump to upstream d30f09973e19c1dfcd120b2d9c4f168e68d6b5d5 related: #1250466 * Sat Sep 12 2015 jchaloup - 0-0.3.gitfcdddc3 - Update to spec-2.1 related: #1250466 * Wed Aug 05 2015 Fridolin Pokorny - 0-0.2.gitfcdddc3 - Update spec file to spec-2.0 resolves: #1250466 * Wed Apr 15 2015 jchaloup - 0-0.1.gitfcdddc3 - First package for Fedora resolves: #1212049