Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/opencontainers/go-digest
%global goipath         github.com/opencontainers/go-digest
Version:                1.0.0

%gometa

%global common_description %{expand:
Package Digest provides a generalized type to opaquely represent message digests
and their operations within the registry. The Digest type is designed to serve
as a flexible identifier in a content-addressable system. More importantly, it
provides tools and wrappers to work with hash.Hash-based digests with little
effort.}

%global golicenses      LICENSE.docs LICENSE.code
%global godocs          CONTRIBUTING.md README.md

Name:           %{goname}
Release:        2%{?dist}
Summary:        Common digest package used across the container ecosystem

# Upstream license specification: Apache-2.0 and CC-BY-SA-4.0
License:        ASL 2.0 and CC-BY-SA
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Fri Aug 21 20:48:41 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-2
- Update to 1.0.0

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

* 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

* Wed May 01 16:46:59 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1.rc1
- Initial package