!89 [sync] PR-88: Disabling the Automatic Startup of Software Package Upgrade.
From: @openeuler-sync-bot Reviewed-by: @houmingyong Signed-off-by: @houmingyong
This commit is contained in:
commit
f09428cdc8
@ -1,6 +1,6 @@
|
||||
Name: linux-sgx
|
||||
Version: 2.15.1
|
||||
Release: 10
|
||||
Release: 11
|
||||
Summary: Intel(R) Software Guard Extensions for Linux* OS
|
||||
ExclusiveArch: x86_64
|
||||
License: BSD-3-Clause
|
||||
@ -763,7 +763,9 @@ rm -rf %{?buildroot}/libsgx-headers-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
|
||||
trigger_udev() {
|
||||
@ -1045,6 +1047,9 @@ fi
|
||||
%files -n libsgx-headers -f %{LINUX_INSTALLER_RPM_DIR}/libsgx-headers/build/list-libsgx-headers
|
||||
|
||||
%changelog
|
||||
* Tue Dec 26 2023 wangqingsan<wangqingsan@huawei.com> - 2.15.1-11
|
||||
- Disabling the Automatic Startup of Software Package Upgrade
|
||||
|
||||
* Tue Dec 19 2023 wangqingsan<wangqingsan@huawei.com> - 2.15.1-10
|
||||
- backport patch and cve
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user