## START: Set by rpmautospec ## (rpmautospec version 0.2.5) %define autorelease(e:s:pb:) %{?-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*}}%{?dist} ## END: Set by rpmautospec # Generated by go2rpm %bcond_without check %global debug_package %{nil} # https://github.com/checkpoint-restore/go-criu %global goipath github.com/checkpoint-restore/go-criu Version: 5.3.0 %gometa %global goaltipaths github.com/checkpoint-restore/go-criu/v5 %global common_description %{expand: This repository provides Go bindings for CRIU. The code is based on the Go based PHaul implementation from the CRIU repository. For easier inclusion into other Go projects the CRIU Go bindings have been moved to this repository. The Go bindings provide an easy way to use the CRIU RPC calls from Go without the need to set up all the infrastructure to make the actual RPC connection to CRIU.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: %autorelease Summary: Go Bindings for CRIU # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Wed Jan 26 2022 Maxwell G 5.3.0-1 - Update to 5.3.0. Fixes rhbz#1980028. * Thu Jan 20 2022 Fedora Release Engineering - 5.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 5.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jun 2 20:13:14 CEST 2021 Robert-André Mauchin - 5.0.0-1 - Update to 5.0.0 - Close: rhbz#1933461 * Tue Jan 26 2021 Fedora Release Engineering - 4.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Sep 30 18:32:54 CEST 2020 Robert-André Mauchin - 4.1.0-1 - Update to 4.1.0 * Mon Jul 27 2020 Fedora Release Engineering - 4.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 24 22:38:10 CEST 2020 Robert-André Mauchin - 4.0.2-1 - Update to 4.0.2 * Tue Jan 28 2020 Fedora Release Engineering - 3.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering - 3.11-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat May 04 17:10:32 CEST 2019 Robert-André Mauchin - 3.11-1 - Initial package