generated from demus/golang-rpm
Undo versioned naming
This commit is contained in:
parent
07988c54ca
commit
c9646507ce
@ -10,11 +10,16 @@
|
|||||||
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$
|
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%global debug_package %{nil}
|
||||||
|
|
||||||
# https://github.com/kubernetes-sigs/structured-merge-diff
|
# https://github.com/kubernetes-sigs/structured-merge-diff
|
||||||
%global goipath sigs.k8s.io/structured-merge-diff/v4
|
%global goipath sigs.k8s.io/structured-merge-diff/v4
|
||||||
%global forgeurl https://github.com/kubernetes-sigs/structured-merge-diff
|
%global forgeurl https://github.com/kubernetes-sigs/structured-merge-diff
|
||||||
Version: 4.4.2
|
Version: 4.4.2
|
||||||
%global tag v4.4.2
|
|
||||||
|
%global goname golang-sigs-k8s-structured-merge-diff
|
||||||
|
%global godevelname %{goname}-devel
|
||||||
|
|
||||||
%gometa -L -f
|
%gometa -L -f
|
||||||
|
|
||||||
%global common_description %{expand:
|
%global common_description %{expand:
|
||||||
@ -24,8 +29,8 @@ Test cases and implementation for "server-side apply".}
|
|||||||
%global godocs CONTRIBUTING.md README.md RELEASE.md code-of-\\\
|
%global godocs CONTRIBUTING.md README.md RELEASE.md code-of-\\\
|
||||||
conduct.md
|
conduct.md
|
||||||
|
|
||||||
Name: golang-sigs-k8s-structured-merge-diff
|
Name: %{goname}
|
||||||
Release: %autorelease
|
Release: %autorelease -b 2
|
||||||
Summary: Test cases and implementation for "server-side apply"
|
Summary: Test cases and implementation for "server-side apply"
|
||||||
|
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user