!103 Disabling the Automatic Startup of Software Package Upgrade.

From: @hugel 
Reviewed-by: @houmingyong 
Signed-off-by: @houmingyong
This commit is contained in:
openeuler-ci-bot 2024-06-12 01:19:09 +00:00 committed by Gitee
commit e4916b2ea1
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: 14
Release: 15
Summary: Intel(R) Software Guard Extensions for Linux* OS
ExclusiveArch: x86_64
License: BSD-3-Clause
@ -735,7 +735,9 @@ rm -rf %{?buildroot}/sgx-ra-service-dir/
%pre
%post -n sgx-aesm-service
if [ -x /opt/intel/sgx-aesm-service/startup.sh ]; then /opt/intel/sgx-aesm-service/startup.sh; fi
if [ "$1" = "1" ];then
if [ -x /opt/intel/sgx-aesm-service/startup.sh ]; then /opt/intel/sgx-aesm-service/startup.sh; fi
fi
%post -n libsgx-enclave-common
udevadm trigger &>/dev/null || true
@ -946,6 +948,9 @@ fi
%files -n sgx-ra-service -f %{TOOLS_INSTALLER_RPM_DIR}/sgx-ra-service/build/list-sgx-ra-service
%changelog
* Tue Jun 11 2024 gengqihu <gengqihu2@h-partners.com> - 2.11.100-15
- Disabling the Automatic Startup of Software Package Upgrade
* Mon Jan 8 2024 wangyu <wangqingsan@huawei.com> - 2.11.100-14
- fix some cve