## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.6.0 %bcond_without check %global debug_package %{nil} # https://github.com/google/go-tpm %global goipath github.com/google/go-tpm Version: 0.3.3 %gometa %global common_description %{expand: Go-TPM is a Go library that communicates directly with a TPM device. The libraries don't implement the entire spec for neither 1.2 nor 2.0.} %global golicenses LICENSE %global godocs examples CONTRIBUTING.md README.md tpm/testing.md Name: %{goname} Release: %autorelease Summary: Go library that communicates directly with a TPM device # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jul 21 2022 Fedora Release Engineering 0.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sun Jul 10 2022 Davide Cavalca 0.3.3-1 - Update to 0.3.3; Fixes: RHBZ#2051794 * Thu Jan 20 2022 Fedora Release Engineering - 0.3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jun 22 2021 Davide Cavalca - 0.3.2-2 - Backport fix for tests on 32 bit platforms * Sat Jun 19 2021 Davide Cavalca - 0.3.2-1 - Initial package