# Generated by go2rpm 1.3 %bcond_without check # https://github.com/uber-go/automaxprocs %global goipath go.uber.org/automaxprocs %global forgeurl https://github.com/uber-go/automaxprocs Version: 1.4.0 %gometa %global common_description %{expand: Automatically set GOMAXPROCS to match Linux container CPU quota.} %global golicenses LICENSE %global godocs CHANGELOG.md README.md CODE_OF_CONDUCT.md\\\ CONTRIBUTING.md Name: %{goname} Release: 5%{?dist} Summary: Automatically set GOMAXPROCS to match Linux container CPU quota License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) BuildRequires: golang(github.com/stretchr/testify/require) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 1.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Jul 21 2022 Fedora Release Engineering - 1.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 1.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Apr 27 20:32:15 CEST 2021 Olivier Lemasle - 1.4.0-1 - Initial package