Compare commits

...

2 Commits

Author SHA1 Message Date
5c33b2440e Add source tarball 2025-01-09 22:44:15 +01:00
c9646507ce Undo versioned naming 2025-01-09 22:43:42 +01:00
2 changed files with 8 additions and 3 deletions

View File

@ -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

Binary file not shown.