From b49508a0dee03cdaaa3f01a05b2fa4548905272c Mon Sep 17 00:00:00 2001 From: liweiganga Date: Thu, 16 Feb 2023 10:01:10 +0800 Subject: [PATCH] spec: add BuildRequires libisula-devel (cherry picked from commit 2152b541bc77871a57e52056081468e978457f84) --- isula-transform.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/isula-transform.spec b/isula-transform.spec index 563bc7f..414dd4a 100644 --- a/isula-transform.spec +++ b/isula-transform.spec @@ -1,7 +1,7 @@ # Basic Infomation Name: isula-transform Version: 0.9.1 -Release: 3 +Release: 4 Summary: transform docker container to islua container License: Mulan PSL V2 URL: https://gitee.com/openeuler/isula-transform @@ -13,6 +13,7 @@ Patch0001: 0001-fix-missing-healthcheck-configuration-bug.patch BuildRequires: lcr-devel lxc-devel yajl-devel BuildRequires: iSulad >= 2.0.5 BuildRequires: golang >= 1.13 +BuildRequires: libisula-devel Requires: iSulad docker %description @@ -38,6 +39,9 @@ rm -rf %{buildroot} %attr(550,root,root) %{_bindir}/isula-transform %changelog +* Thu Feb 16 2023 liweiganga - 0.9.1-4 +- spec: add BuildRequires libisula-devel + * Fri Jul 30 2021 chenyanpanHW - 0.9.1-3 - DESC: delete -Sgit from %autosetup -- Gitee