Disabling the Automatic Startup of Software Package Upgrade
This commit is contained in:
parent
98e1c667f9
commit
0709ea8e34
@ -1,6 +1,6 @@
|
|||||||
Name: linux-sgx
|
Name: linux-sgx
|
||||||
Version: 2.11.100
|
Version: 2.11.100
|
||||||
Release: 14
|
Release: 15
|
||||||
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
|
||||||
@ -735,7 +735,9 @@ rm -rf %{?buildroot}/sgx-ra-service-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
|
||||||
udevadm trigger &>/dev/null || true
|
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
|
%files -n sgx-ra-service -f %{TOOLS_INSTALLER_RPM_DIR}/sgx-ra-service/build/list-sgx-ra-service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 8 2024 wangyu <wangqingsan@huawei.com> - 2.11.100-14
|
||||||
- fix some cve
|
- fix some cve
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user