!752 [sync] PR-750: sandboxer require isula-rust-extensions

From: @openeuler-sync-bot 
Reviewed-by: @taotao-sauce 
Signed-off-by: @taotao-sauce
This commit is contained in:
openeuler-ci-bot 2024-12-02 08:27:56 +00:00 committed by Gitee
commit dd4ef73cde
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,5 +1,5 @@
%global _version 2.1.5 %global _version 2.1.5
%global _release 14 %global _release 15
%global is_systemd 1 %global is_systemd 1
%global enable_criv1 1 %global enable_criv1 1
%global enable_cdi 1 %global enable_cdi 1
@ -217,7 +217,7 @@ BuildRequires: libevhtp-devel libevent-devel
%if 0%{?enable_shimv2} %if 0%{?enable_shimv2}
BuildRequires: lib-shim-v2 lib-shim-v2-devel BuildRequires: lib-shim-v2 lib-shim-v2-devel
%endif %endif
%if 0%{?enable_nri} %if 0%{?enable_nri} || 0%{?enable_sandboxer}
BuildRequires: isula-rust-extensions-devel BuildRequires: isula-rust-extensions-devel
%endif %endif
@ -232,7 +232,7 @@ BuildRequires: libevhtp libevent
%if 0%{?enable_shimv2} %if 0%{?enable_shimv2}
Requires: lib-shim-v2 Requires: lib-shim-v2
%endif %endif
%if 0%{?enable_nri} %if 0%{?enable_nri} || 0%{?enable_sandboxer}
Requires: isula-rust-extensions Requires: isula-rust-extensions
%endif %endif
@ -444,6 +444,12 @@ fi
%endif %endif
%changelog %changelog
* Thu Nov 28 2024 liuxu <liuxu156@huawei.com> - 2.1.5-15
- Type: update
- ID: NA
- SUG: NA
- DESC: sandboxer require isula-rust-extensions
* Mon Nov 25 2024 liuxu <liuxu156@huawei.com> - 2.1.5-14 * Mon Nov 25 2024 liuxu <liuxu156@huawei.com> - 2.1.5-14
- Type: update - Type: update
- ID: NA - ID: NA