!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:
openeuler-ci-bot 2024-01-08 01:03:00 +00:00 committed by Gitee
commit f09428cdc8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: linux-sgx Name: linux-sgx
Version: 2.15.1 Version: 2.15.1
Release: 10 Release: 11
Summary: Intel(R) Software Guard Extensions for Linux* OS Summary: Intel(R) Software Guard Extensions for Linux* OS
ExclusiveArch: x86_64 ExclusiveArch: x86_64
License: BSD-3-Clause License: BSD-3-Clause
@ -763,7 +763,9 @@ rm -rf %{?buildroot}/libsgx-headers-dir/
%pre %pre
%post -n sgx-aesm-service %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 %post -n libsgx-enclave-common
trigger_udev() { trigger_udev() {
@ -1045,6 +1047,9 @@ fi
%files -n libsgx-headers -f %{LINUX_INSTALLER_RPM_DIR}/libsgx-headers/build/list-libsgx-headers %files -n libsgx-headers -f %{LINUX_INSTALLER_RPM_DIR}/libsgx-headers/build/list-libsgx-headers
%changelog %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 * Tue Dec 19 2023 wangqingsan<wangqingsan@huawei.com> - 2.15.1-10
- backport patch and cve - backport patch and cve