## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.8.2 %bcond_without check %global debug_package %{nil} # https://github.com/containerd/stargz-snapshotter %global goipath github.com/containerd/stargz-snapshotter Version: 0.12.0 %gometa %global common_description %{expand: Fast container image distribution plugin with lazy pulling.} %global golicenses NOTICE.md LICENSE %global godocs docs README.md Name: %{goname} Release: %autorelease Summary: Fast container image distribution plugin with lazy pulling License: Apache-2.0 and BSD-3-Clause URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep # Remove ipfs module. It's not needed by any of this package's dependents, # and it brings in extra, unpackaged dependencies. rm -rfv ipfs/ # Remove binaries that are already provided by stargz-snapshotter and bring in # extra dependencies. rm -rfv cmd/ %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check # Requires network # estargz/zstdchunked, metadata/db, metadata/memory: OOM on i686 %gocheck -t nativeconverter -d estargz/zstdchunked -d metadata/db -d metadata/memory %endif %gopkgfiles %changelog * Sun May 21 2023 Sérgio M. Basto - 0.12.0-1 - Uncommitted changes * Sun Apr 30 2023 Sérgio M. Basto - 0.14.3-1 - stargz-snapshotter-0.14.3 * Thu Jan 19 2023 Fedora Release Engineering - 0.12.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Oct 12 2022 Robert-André Mauchin - 0.12.0-2 - Disable test that OOM on i686 * Wed Oct 12 2022 Robert-André Mauchin - 0.12.0-1 - Update to 0.12.0 * Thu Jul 21 2022 Fedora Release Engineering - 0.10.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sun Jun 19 2022 Robert-André Mauchin - 0.10.1-2 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 * Fri Jun 17 2022 Maxwell G - 0.10.1-1 - Update to 0.10.1. Fixes rhbz#1999889. Fixes rhbz#2045484. * Sat Apr 16 2022 Fabio Alessandro Locati - 0.7.0-4 - Rebuilt for CVE-2022-27191 * Thu Jan 20 2022 Fedora Release Engineering - 0.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jul 16 12:47:27 CEST 2021 Olivier Lemasle - 0.7.0-1 - Bump to 0.7.0 (fixes rhbz#1963661) * Fri Mar 19 2021 Olivier Lemasle - 0.4.1-3 - Fix dependency * Fri Mar 19 2021 Olivier Lemasle - 0.4.1-2 - Fix BuildRequires: add golang(github.com/containerd/stargz-snapshotter/estargz) * Wed Mar 10 2021 Olivier Lemasle - 0.4.1-1 - Update to latest upstream 0.4.1 * Fri Jan 29 2021 Olivier Lemasle - 0.3.0-2 - Unbootstrap * Wed Jan 27 22:19:10 CET 2021 Olivier Lemasle - 0.3.0-1 - Initial package (bootstrap)