Blame golang-github-vmware-vmw-guestinfo.spec

024942b
# Generated by go2rpm
024942b
%bcond_without check
024942b
024942b
# https://github.com/vmware/vmw-guestinfo
024942b
%global goipath         github.com/vmware/vmw-guestinfo
f983bb9
%global commit          687661b8bd8e72a55ac988ecdb2a1cdef76fa78d
024942b
024942b
%gometa
024942b
024942b
%global common_description %{expand:
024942b
This package provides access to the guestinfo variables exposed to a VMware
024942b
virtual machine.}
024942b
024942b
%global golicenses      LICENSE
024942b
%global godocs          examples README
024942b
024942b
Name:           %{goname}
024942b
Version:        0
f983bb9
Release:        0.5%{?dist}
024942b
Summary:        Get access to the guestinfo variables exposed to a VMware virtual machine
024942b
024942b
# Upstream license specification: Apache-2.0
024942b
License:        ASL 2.0
024942b
URL:            %{gourl}
024942b
Source0:        %{gosource}
024942b
024942b
%description
024942b
%{common_description}
024942b
024942b
%gopkg
024942b
024942b
%prep
024942b
%goprep
024942b
024942b
%install
024942b
%gopkginstall
024942b
024942b
%if %{with check}
024942b
%check
024942b
# vmcheck: needs hypervisor?
a028107
%gocheck -d vmcheck -d bdoor -d message
a028107
024942b
%endif
024942b
024942b
%gopkgfiles
024942b
024942b
%changelog
f983bb9
* Tue Aug 04 18:21:47 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.5.20200804git687661b
f983bb9
- Bump to commit 687661b8bd8e72a55ac988ecdb2a1cdef76fa78d
f983bb9
e1db965
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
e1db965
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
e1db965
7ef63c4
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
7ef63c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7ef63c4
eed7445
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
eed7445
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
eed7445
024942b
* Sun May 19 22:12:51 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190702git25eff15
024942b
- Initial package