]> git.pld-linux.org Git - packages/kubectl.git/commitdiff
Up to 1.23.13 master auto/th/kubectl-1.23.13-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 17 Oct 2022 09:04:09 +0000 (12:04 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 17 Oct 2022 09:04:11 +0000 (12:04 +0300)
- Use version specific url
- Use more specific url for the tool

kubectl.spec

index 37921a84a181c6e9c78b80bc89a5b2669739f183..d9f29e352333054e3e8853337b9e3f94e61134bd 100644 (file)
@@ -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
This page took 0.17112 seconds and 4 git commands to generate.