# Generated by go2rpm %bcond_without check # https://github.com/shirou/gopsutil %global goipath github.com/shirou/gopsutil Version: 2.19.04 %gometa %global common_description %{expand: This is a port of psutil (https://github.com/giampaolo/psutil). The challenge is porting all psutil functions on some architectures.} %global golicenses LICENSE %global godocs README.rst windows_memo.rst Name: %{goname} Release: 1%{?dist} Summary: Psutil for Go License: BSD URL: %{gourl} Source0: %{gosource} BuildRequires: golang(golang.org/x/sys/unix) %if %{with check} # Tests BuildRequires: golang(github.com/stretchr/testify/assert) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check # host: needs access to /var/run # net: needs network %gocheck -d host -d net -d process %endif %gopkgfiles %changelog * Sun May 12 18:09:03 CEST 2019 Robert-André Mauchin - 2.19.04-1 - Release 2.19.04 * Tue Apr 02 15:42:16 CET 2019 Robert-André Mauchin - 2.19.03-1 - Release 2.19.03 (#1694755) * Sun Mar 17 2019 Robert-André Mauchin - 2.19.02-1 - Release 2.19.02 (#1689419) * Fri Feb 01 2019 Fedora Release Engineering - 2.18.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 2.18.05-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Robert-André Mauchin - 2.18.05-1 - Bump to 2.18.05 * Wed May 02 2018 Robert-André Mauchin - 2.18.04-1 - First package for Fedora