!105 [sync] PR-104: 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
0fe36c1718
@ -1,6 +1,6 @@
|
|||||||
Name: linux-sgx
|
Name: linux-sgx
|
||||||
Version: 2.19
|
Version: 2.19
|
||||||
Release: 4
|
Release: 5
|
||||||
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
|
||||||
@ -727,8 +727,10 @@ rm -rf %{?buildroot}/libsgx-headers-dir/
|
|||||||
|
|
||||||
%pre
|
%pre
|
||||||
|
|
||||||
%posttrans -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() {
|
||||||
@ -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
|
%files -n libsgx-headers -f %{LINUX_INSTALLER_RPM_DIR}/libsgx-headers/build/list-libsgx-headers
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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.
|
- fix CVE-2023-0464,CVE-2023-0465,CVE-2023-0466,CVE-2023-2650,CVE-2023-3446,CVE-2023-3817,CVE-2023-5678.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user