Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4febc4f032 |
||
|
|
02fe0cb468 |
||
|
|
5a0e6997c3 | ||
|
|
ea27ec9dcc |
3 changed files with 15 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -45,3 +45,5 @@
|
|||
/cri-o-1.29.2.tar.gz
|
||||
/cri-o-1.29.3.tar.gz
|
||||
/cri-o-1.29.4.tar.gz
|
||||
/cri-o-1.30.6.tar.gz
|
||||
/cri-o-1.30.8.tar.gz
|
||||
|
|
|
|||
16
cri-o.spec
16
cri-o.spec
|
|
@ -7,7 +7,7 @@
|
|||
%global git_tree_state clean
|
||||
%global criocli_path ""
|
||||
|
||||
Version: 1.29.4
|
||||
Version: 1.30.8
|
||||
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 9
|
||||
%define gobuild(o:) %{expand:
|
||||
|
|
@ -26,11 +26,11 @@ Version: 1.29.4
|
|||
%endif
|
||||
|
||||
# Commit for the builds
|
||||
%global commit0 51ea93e0b9af5ad2cfa7f8071ec48d99bf39a3ec
|
||||
%global commit0 59f960f46697517f048e6ff3caf728ae75cb384
|
||||
|
||||
Name: cri-o
|
||||
Epoch: 0
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
|
||||
|
||||
# Upstream license specification: Apache-2.0
|
||||
|
|
@ -40,7 +40,7 @@ URL: https://github.com/cri-o/cri-o
|
|||
Source0: %url/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
%if 0%{?rhel}
|
||||
BuildRequires: golang >= 1.19
|
||||
BuildRequires: golang >= 1.22.2
|
||||
%endif
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 8
|
||||
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
|
||||
|
|
@ -222,6 +222,14 @@ sed -i -e 's/,metacopy=on//g' /etc/containers/storage.conf
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Dec 23 2024 Bradley G Smith <bradley.g.smith@gmail.com> - 0:1.30.8-1
|
||||
- Bump to v1.30.8
|
||||
- Version not in sync with Kubernetes and CRI-Tools which are frozen
|
||||
at v1.29.x and replaced by versioned rpms.
|
||||
|
||||
* Thu Oct 24 2024 Dennis Gilmore <dennis@ausil.us> - 0:1.30.6-1
|
||||
- update to v1.30.6
|
||||
|
||||
* Wed Jul 24 2024 Miroslav Suchý <msuchy@redhat.com> - 0:1.29.4-3
|
||||
- convert license to SPDX
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (cri-o-1.29.4.tar.gz) = 84c132662a726c829f1ddb7ef6722b4b201a74a4b7bcde23d56db9bfde550dd95c125b4f7f4c14e3024a5477087261c90bcbe0ea8492dba84c68cc40cb1a6314
|
||||
SHA512 (cri-o-1.30.8.tar.gz) = 7662be746c296c347272732926955ffe7f1b41d8b38009d214365e9918d0e90e0c3612fc012b98cb3ccc4394f31a7f33238bf84567b2ba9fc1faf44d776a10a1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue