## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 5; 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.5.0 %bcond_without check # https://github.com/kubernetes/mount-utils %global goipath k8s.io/mount-utils %global forgeurl https://github.com/kubernetes/mount-utils Version: 1.22.0 %global tag kubernetes-1.22.0 %global distprefix %{nil} %gometa %global common_description %{expand: Package Mount defines an interface to mounting filesystems.} %global golicenses LICENSE %global godocs README.md code-of-conduct.md Name: %{goname} Release: %autorelease Summary: Interface to mounting filesystems # Upstream license specification: Apache-2.0 License: ASL 2.0 URL: %{gourl} Source0: %{gosource} BuildRequires: golang(k8s.io/klog/v2) BuildRequires: golang(k8s.io/utils/exec) BuildRequires: golang(k8s.io/utils/io) %if %{with check} # Tests BuildRequires: golang(k8s.io/utils/exec/testing) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Aug 28 2021 Robert-André Mauchin 1.22.0-1 - Uncommitted changes * Sat Aug 28 2021 Robert-André Mauchin None-1 - Initial release