## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autochangelog ## END: Set by rpmautospec # Generated by go2rpm 1.8.0 # Needs special permissions for cgroupsv2 %bcond_with check %global debug_package %{nil} # https://github.com/containerd/cgroups %global goipath github.com/containerd/cgroups/v3 Epoch: 1 Version: 3.0.1 %gometa %global common_description %{expand: Go package for creating, managing, inspecting, and destroying cgroups.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 2%{?dist} Summary: Cgroups package for Go License: Apache-2.0 URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 05 2023 John Doe - 1:3.0.1-1 - Uncommitted changes