Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/storageos/go-api
%global goipath         github.com/storageos/go-api
Version:                2.3.0

%gometa

%global common_description %{expand:
Golang API for StorageOS.}

%global golicenses      LICENCE
%global godocs          README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Golang API for StorageOS

License:        MIT and BSD
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/antihax/optional)
BuildRequires:  golang(github.com/Sirupsen/logrus)
BuildRequires:  golang(golang.org/x/oauth2)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
# https://github.com/storageos/go-api/issues/64
%gocheck -d .
%endif

%gopkgfiles

%changelog
* Tue Dec 22 04:18:27 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 2.3.0-1
- Update to 2.3.0
- Close: rhbz#1869904

* Sun Aug 02 21:51:53 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 2.1.0-1
- Update to 2.1.0

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2.rc1.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Tue Feb 04 21:02:57 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-2.rc1
- Disable failing tests until fix from upstream

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-1.rc1.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-1.rc1.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Sun May 19 13:47:49 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1.rc1
- Initial package