[packages/kubectl] Up to 1.23.13
glen
glen at pld-linux.org
Mon Oct 17 11:59:05 CEST 2022
commit 49e51dc6a33d5006595c4814e0f0fad98928e325
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Mon Oct 17 12:04:09 2022 +0300
Up to 1.23.13
- Use version specific url
- Use more specific url for the tool
kubectl.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/kubectl.spec b/kubectl.spec
index 37921a8..d9f29e3 100644
--- a/kubectl.spec
+++ b/kubectl.spec
@@ -1,6 +1,6 @@
%define major 1
%define minor 23
-%define patch 8
+%define patch 13
Summary: Kubectl (Kubernetes client tools)
Name: kubectl
@@ -8,9 +8,9 @@ Version: %{major}.%{minor}.%{patch}
Release: 1
License: Apache v2.0
Group: Applications
-Source0: https://dl.k8s.io/v%{version}/kubernetes-src.tar.gz
-# Source0-md5: e0db00d1890901636877391ac5e4e033
-URL: http://kubernetes.io/
+Source0: https://dl.k8s.io/v%{version}/kubernetes-src.tar.gz?/kubernetes-src-%{version}.tar.gz
+# Source0-md5: 93632372a9d9cb21d56819b647bfd850
+URL: https://kubernetes.io/docs/tasks/tools/#kubectl
BuildRequires: golang >= 1.16
BuildRequires: rpm-build >= 4.6
BuildRequires: rpmbuild(macros) >= 2.009
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kubectl.git/commitdiff/49e51dc6a33d5006595c4814e0f0fad98928e325
More information about the pld-cvs-commit
mailing list