From 58e8acdca83150f95f5f59550c76d551be4cd5cb Mon Sep 17 00:00:00 2001 From: Fengfei Xi Date: Tue, 4 Jul 2023 09:36:52 +0800 Subject: [PATCH] Add requires(umoci skopeo) for python3-kiwi The umoci and skopeo tools are required when using kiwi to create a docker image. So we add installation dependencies for python3-kiwi to reporting when kiwi is running avoid error. Signed-off-by: Fengfei Xi --- kiwi.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kiwi.spec b/kiwi.spec index 6341102..db35e60 100644 --- a/kiwi.spec +++ b/kiwi.spec @@ -2,7 +2,7 @@ Name: kiwi Version: 9.21.7 -Release: 4 +Release: 5 License: GPLv3+ Summary: Flexible operating system image builder @@ -68,6 +68,7 @@ to run KIWI. Summary: %{name} - Python 3 implementation Requires: %{name}-systemdeps = %{version}-%{release} Requires: python3-setuptools +Requires: umoci skopeo BuildArch: noarch %{?python_provide:%python_provide python3-%{name}} @@ -199,6 +200,12 @@ done %{_mandir}/man8/%{name}* %changelog +* Tue Jul 4 2023 xifengfei - 9.21.7-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: add requires(umoci skopeo) for python3-kiwi. + * Thu Jan 12 2023 Chenxi Mao > - 9.21.7-4 - Type:bugfix - ID:NA -- Gitee