diff --git a/isula-transform.spec b/isula-transform.spec index 563bc7fa5b3cbe47ad5b8009f12d649805bf209a..414dd4ac0506beca0c3926ca22cb2b6ceb7f210b 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