Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/vmware/vmw-guestinfo
%global goipath         github.com/vmware/vmw-guestinfo
%global commit          687661b8bd8e72a55ac988ecdb2a1cdef76fa78d

%gometa

%global common_description %{expand:
This package provides access to the guestinfo variables exposed to a VMware
virtual machine.}

%global golicenses      LICENSE
%global godocs          examples README

Name:           %{goname}
Version:        0
Release:        0.5%{?dist}
Summary:        Get access to the guestinfo variables exposed to a VMware virtual machine

# Upstream license specification: Apache-2.0
License:        ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
# vmcheck: needs hypervisor?
%gocheck -d vmcheck -d bdoor -d message

%endif

%gopkgfiles

%changelog
* Tue Aug 04 18:21:47 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.5.20200804git687661b
- Bump to commit 687661b8bd8e72a55ac988ecdb2a1cdef76fa78d

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Sun May 19 22:12:51 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190702git25eff15
- Initial package