From b26ffc39552adfc49b65ed6e0b7367a545e511dd Mon Sep 17 00:00:00 2001 From: modric Date: Tue, 27 Sep 2022 02:06:13 +0000 Subject: [PATCH] add glibc as requires for sgx-aesm-service Signed-off-by: modric --- linux-sgx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linux-sgx.spec b/linux-sgx.spec index ddc0283..cb5a514 100644 --- a/linux-sgx.spec +++ b/linux-sgx.spec @@ -1,6 +1,6 @@ Name: linux-sgx Version: 2.11.100 -Release: 12 +Release: 13 Summary: Intel(R) Software Guard Extensions for Linux* OS ExclusiveArch: x86_64 License: BSD-3-Clause @@ -59,6 +59,7 @@ Intel(R) Software Guard Extensions QE3 logic %package -n sgx-aesm-service Summary: Intel(R) Software Guard Extensions AESM Service +Requires: glibc >= 2.28-66 %description -n sgx-aesm-service Intel(R) Software Guard Extensions AESM Service @@ -938,6 +939,9 @@ fi %files -n sgx-ra-service -f %{TOOLS_INSTALLER_RPM_DIR}/sgx-ra-service/build/list-sgx-ra-service %changelog +* Tue Sep 27 2022 wangyu - 2.11.100-13 +- add glibc as requires for sgx-aesm-service + * Sat Sep 24 2022 wangyu - 2.11.100-12 - The postun script should distinguish uninstall and upgrade scenarios -- Gitee