add glibc as requires for sgx-aesm-service

Signed-off-by: modric <wangyu283@huawei.com>
This commit is contained in:
modric 2022-09-27 02:06:13 +00:00 committed by Gitee
parent fe7117c65e
commit b26ffc3955
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <wangyu283@huawei.com> - 2.11.100-13
- add glibc as requires for sgx-aesm-service
* Sat Sep 24 2022 wangyu <wangyu283@huawei.com> - 2.11.100-12
- The postun script should distinguish uninstall and upgrade scenarios