Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e48e21614 | ||
|
|
bf5ab10e36 |
3 changed files with 17 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -40,3 +40,5 @@
|
|||
/cri-o-1.26.1.tar.gz
|
||||
/cri-o-1.27.0.tar.gz
|
||||
/cri-o-1.27.1.tar.gz
|
||||
/cri-o-1.27.2.tar.gz
|
||||
/cri-o-1.27.6.tar.gz
|
||||
|
|
|
|||
19
cri-o.spec
19
cri-o.spec
|
|
@ -1,6 +1,6 @@
|
|||
# https://github.com/cri-o/cri-o
|
||||
%global goipath github.com/cri-o/cri-o
|
||||
Version: 1.27.1
|
||||
Version: 1.27.6
|
||||
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 9
|
||||
%define gobuild(o:) %{expand:
|
||||
|
|
@ -33,11 +33,11 @@ Version: 1.27.1
|
|||
%global service_name crio
|
||||
|
||||
# Commit for the builds
|
||||
%global commit0 65a8134d7c4722e1c39d0e1c473532a17c240682
|
||||
%global commit0 b3bd0bf4dd07bd6d1c5c2f332ebd9896ad374fee
|
||||
|
||||
Name: cri-o
|
||||
Epoch: 0
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
|
||||
|
||||
|
||||
|
|
@ -199,7 +199,7 @@ sed -i -e 's/,metacopy=on//g' /etc/containers/storage.conf
|
|||
%systemd_postun_with_restart %{service_name}
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%license LICENSE vendor/modules.txt
|
||||
%doc docs code-of-conduct.md tutorial.md ADOPTERS.md CONTRIBUTING.md README.md
|
||||
%doc awesome.md transfer.md
|
||||
%{_bindir}/%{service_name}
|
||||
|
|
@ -230,6 +230,15 @@ sed -i -e 's/,metacopy=on//g' /etc/containers/storage.conf
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 30 2024 Bradley Smith <bradley.g.smith@gmail.com> - 0:1.27.6-1
|
||||
- Bump to 1.27.6
|
||||
- Resolves BZ 2234350 in part
|
||||
- Resolves CVE-2024-3154
|
||||
- Adds support for bundled golang provides
|
||||
|
||||
* Mon Dec 04 2023 Christian Glombek <cglombek@redhat.com> - 0:1.27.2-1
|
||||
- bump to v1.27.2
|
||||
|
||||
* Thu Jul 20 2023 T K Chandra Hasan <t.k.chandra.hasan@ibm.com> - 0:1.27.1-1
|
||||
- bump to v1.27.1
|
||||
|
||||
|
|
@ -615,7 +624,7 @@ sed -i -e 's/,metacopy=on//g' /etc/containers/storage.conf
|
|||
- Configurable image volume support
|
||||
- Bugs and Stability fixes
|
||||
- OCI 1.0 runtime support
|
||||
- Dropped internal runc, and now use systems runc
|
||||
- Dropped internal runc, and now use systems runc
|
||||
|
||||
* Fri Jun 30 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.0.0.alpha.0-1.git91977d3
|
||||
- built commit 91977d3
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (cri-o-1.27.1.tar.gz) = 27fb79141dd60c1744df8761a4d43603256f7f06e32d2f9c76be62b95dcf62924c7501d0461efabb013ae397c16030b6a2b037eeaae7a5daec7c28943f71bc7e
|
||||
SHA512 (cri-o-1.27.6.tar.gz) = e740adf3b5606a670c1162c87b1f11f4933db0a414dfb3b7794015118886af6b380a108a46c3fbe9f4d090c52c5b12dcf6066934c9147e44fe9b3ee62cba715a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue