From 99cc9892f0a1d3832c926a2448a9a7f39ebcbe0b Mon Sep 17 00:00:00 2001 From: chenmaodong Date: Tue, 20 Jul 2021 12:12:31 +0800 Subject: [PATCH] add glibc as requires for sgx-aesm-service Signed-off-by: chenmaodong --- linux-sgx.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/linux-sgx.spec b/linux-sgx.spec index 0c8de69..0733ecd 100644 --- a/linux-sgx.spec +++ b/linux-sgx.spec @@ -1,6 +1,6 @@ Name: linux-sgx Version: 2.11.100 -Release: 8 +Release: 9 Summary: Intel(R) Software Guard Extensions for Linux* OS ExclusiveArch: x86_64 License: BSD-3-Clause @@ -52,7 +52,8 @@ Requires: libsgx-urts >= %{version} libsgx-ae-pce >= %{version} Intel(R) Software Guard Extensions QE3 logic %package -n sgx-aesm-service -Summary: Intel(R) Software Guard Extensions AESM Service +Summary: Intel(R) Software Guard Extensions AESM Service +Requires: glibc >= 2.28-66.oe1 %description -n sgx-aesm-service Intel(R) Software Guard Extensions AESM Service @@ -905,6 +906,9 @@ fi %files -n sgx-ra-service -f %{TOOLS_INSTALLER_RPM_DIR}/sgx-ra-service/build/list-sgx-ra-service %changelog +* Mon Jul 19 2021 chenmaodong - 2.11.100-9 +- add glibc as requires for sgx-aesm-service + * Mon Jul 19 2021 gaoyusong - 2.11.100-8 - add buildrequires to linux-sgx -- Gitee