Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/docker/docker-credential-helpers
%global goipath         github.com/docker/docker-credential-helpers
Version:                0.6.3

%gometa

%global godevelheader %{expand:
Requires:       pkgconfig(libsecret-1)}

%global common_description %{expand:
Docker-credential-helpers is a suite of programs to use native stores to keep
Docker credentials safe.}

%global golicenses      LICENSE
%global godocs          CHANGELOG.md README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Suite of programs to use native stores to keep Docker credentials safe

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

BuildRequires:  pkgconfig(libsecret-1)

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Sun Jul 26 11:01:15 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.6.3-1
- Update to 0.6.3

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

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

* Mon May 13 17:40:26 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.6.2-1
- Initial package