Disabling the Automatic Startup of Software Package Upgrade

(cherry picked from commit 6f5d3ee6264564693346d2694849e6b0f249ce10)
This commit is contained in:
gengqihu 2024-06-17 14:26:29 +08:00 committed by openeuler-sync-bot
parent e183290ae4
commit 56a64594e0

View File

@ -1,6 +1,6 @@
Name: linux-sgx
Version: 2.19
Release: 4
Release: 5
Summary: Intel(R) Software Guard Extensions for Linux* OS
ExclusiveArch: x86_64
License: BSD-3-Clause
@ -727,8 +727,10 @@ rm -rf %{?buildroot}/libsgx-headers-dir/
%pre
%posttrans -n sgx-aesm-service
if [ -x /opt/intel/sgx-aesm-service/startup.sh ]; then /opt/intel/sgx-aesm-service/startup.sh; fi
%post -n sgx-aesm-service
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() {
@ -876,6 +878,9 @@ if [ -x /opt/intel/sgx-dcap-pccs/startup.sh ]; then /opt/intel/sgx-dcap-pccs/sta
%files -n libsgx-headers -f %{LINUX_INSTALLER_RPM_DIR}/libsgx-headers/build/list-libsgx-headers
%changelog
* Mon Jun 17 2024 gengqihu<gengqihu2@h-partners.com> - 2.19-5
- Disabling the Automatic Startup of Software Package Upgrade
* Mon Feb 26 2024 wangqingsan<wangqingsan@huawei.com> - 2.19-4
- fix CVE-2023-0464,CVE-2023-0465,CVE-2023-0466,CVE-2023-2650,CVE-2023-3446,CVE-2023-3817,CVE-2023-5678.