1
1
Summary: Lightweight Kubernetes
2
2
Name: k3s
3
3
Version: 1.23.8
4
- Release: 2 %{?dist }
4
+ Release: 3 %{?dist }
5
5
License: ASL 2.0
6
6
Group: System Environment/Base
7
7
URL: http://k3s.io
8
- Source0: https://github.com/k3s-io/%{name }/archive/refs/tags/v%{version }+k3s1 .tar.gz#/%{name}-%{version}.tar.gz
8
+ Source0: https://github.com/k3s-io/%{name }/archive/refs/tags/v%{version }+k3s2 .tar.gz#/%{name}-%{version}.tar.gz
9
9
# Below is a manually created tarball, no download link.
10
10
# We're using pre-populated Go modules from this tarball, since network is disabled during build time.
11
11
# We are also pre-cloning 3 git repositories
12
12
# How to re-build this file:
13
- # 1. wget https://github.com/k3s-io/%%{name}/archive/refs/tags/v%%{version}+k3s1 .tar.gz -O %%{name}-%%{version}.tar.gz
13
+ # 1. wget https://github.com/k3s-io/%%{name}/archive/refs/tags/v%%{version}+k3s2 .tar.gz -O %%{name}-%%{version}.tar.gz
14
14
# 2. tar -xf %%{name}-%%{version}.tar.gz
15
- # 3. cd %%{name}-%%{version}-k3s1
15
+ # 3. cd %%{name}-%%{version}-k3s2
16
16
# 4. go mod vendor
17
17
# 5. pushd vendor
18
- # 6. git clone https://github.com/k3s-io/containerd -b v1.5.13-k3s1
19
- # 7. git clone https://github.com/rancher/plugins.git -b k3s-v1.1.1
20
- # 8. git clone https://github.com/opencontainers/runc.git -b v1.1.2
18
+ # 6. git clone --single-branch --branch="v1.5.13-k3s1" --depth=1 https://github.com/k3s-io/containerd
19
+ # 7. git clone -b "v1.1.1-k3s1" https://github.com/rancher/plugins.git
20
+ # 8. git clone --single-branch --branch="v1.1.2" --depth=1 https://github.com/opencontainers/runc
21
21
# 9. popd
22
22
# 10. tar -cf %%{name}-%%{version}-vendor.tar.gz vendor
23
23
Source1: %{name }-%{version }-vendor.tar.gz
79
79
%{install_sh }
80
80
81
81
%changelog
82
+ *
Thu Dec 08 2022 Vinayak Gupta <[email protected] > -
1.23.8-3
83
+ - Update the vendor tarball with the corrected versions of the dependencies
84
+
82
85
*
Tue Nov 01 2022 Olivia Crain <[email protected] > -
1.23.8-2
83
86
- Bump release to rebuild with go 1.18.8
84
87
@@ -104,4 +107,4 @@ exit 0
104
107
- Initial CBL-Mariner import from Rancher (license: ASL 2.0).
105
108
106
109
*
Mon Mar 2 2020 Erik Wilson <[email protected] > 0.1-1
107
- - Initial version
110
+ - Initial version
0 commit comments