patch for podman pull with issueId I2BF99

Fix podman pull failed

Fixed change log
This commit is contained in:
writings-of-prince-huainan 2021-01-09 14:21:53 +08:00
parent 3fca8afa48
commit 178c14302a
2 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,24 @@
From 40aabbc1707bfb6ed0a0bb01bc356a16efae8b4e Mon Sep 17 00:00:00 2001
From: weishengjing1 <773945074@qq.com>
Date: Sat, 9 Jan 2021 10:09:27 +0800
Subject: [PATCH] patch for podman pull (issue I2BF99)
---
libpod.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/libpod.conf b/libpod.conf
index 2976cec..4001d21 100644
--- a/libpod.conf
+++ b/libpod.conf
@@ -7,6 +7,7 @@ image_default_transport = "docker://"
# Paths to look for a valid OCI runtime (runc, runv, etc)
runtime_path = [
"/usr/bin/runc",
+ "/usr/local/bin/runc",
"/usr/sbin/runc",
"/sbin/runc",
"/bin/runc",
--
2.27.0

View File

@ -1,6 +1,6 @@
Name: podman Name: podman
Version: 0.10.1 Version: 0.10.1
Release: 4 Release: 5
Summary: A daemonless container engine for managing Containers Summary: A daemonless container engine for managing Containers
Epoch: 1 Epoch: 1
License: ASL 2.0 License: ASL 2.0
@ -108,6 +108,8 @@ Provides: bundled(golang(k8s.io/client-go)) = 7cd1d3291b7d9b1e2d54d4b69eb65995ea
Provides: bundled(golang(k8s.io/kube-openapi)) = 275e2ce91dec4c05a4094a7b1daee5560b555ac9 Provides: bundled(golang(k8s.io/kube-openapi)) = 275e2ce91dec4c05a4094a7b1daee5560b555ac9
Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e Provides: bundled(golang(k8s.io/utils)) = 258e2a2fa64568210fbd6267cf1d8fd87c3cb86e
Patch1: 0001-podman-patch-for-local-search.patch
%description %description
Podman manages the entire container ecosystem which includes pods, Podman manages the entire container ecosystem which includes pods,
containers, container images, and container volumes using the libpod library. containers, container images, and container volumes using the libpod library.
@ -210,6 +212,9 @@ install -Dp -m644 libpod.conf %{buildroot}%{_datadir}/containers/libpod.conf
%{_mandir}/man5/*.5* %{_mandir}/man5/*.5*
%changelog %changelog
* Sat Jan 9 2021 Shengjing Wei <weishengjing1@huawei.com> - 1:0.10.1-5
- Fixed podman pull failed with issue I2BF99
* Wed Sep 9 2020 Guoshuai Sun <sunguoshuai@huawei.com> - 1:0.10.1-4 * Wed Sep 9 2020 Guoshuai Sun <sunguoshuai@huawei.com> - 1:0.10.1-4
- Add conflicts with docker-engine for help package - Add conflicts with docker-engine for help package