remove useless requires, and update openssl-devel to compat-openssl11-devel

This commit is contained in:
heppen 2024-03-07 14:39:21 +08:00
parent 2987c3b8c9
commit baca470f2a

View File

@ -14,7 +14,7 @@ Source1: security_device_security_level.tar.gz
Source2: dslm_sdk.bundle.json Source2: dslm_sdk.bundle.json
Source3: dslm_sdk.BUILD.gn Source3: dslm_sdk.BUILD.gn
BuildRequires: gcc, make, hilog, kernel-devel, uname-build-checks BuildRequires: gcc, make, hilog
BuildRequires: distributed-build, distributed-beget BuildRequires: distributed-build, distributed-beget
BuildRequires: commonlibrary_c_utils BuildRequires: commonlibrary_c_utils
BuildRequires: distributedhardware_device_manager BuildRequires: distributedhardware_device_manager
@ -22,7 +22,7 @@ BuildRequires: notification_eventhandler
BuildRequires: communication_ipc BuildRequires: communication_ipc
BuildRequires: security_device_auth, security_huks BuildRequires: security_device_auth, security_huks
BuildRequires: systemabilitymgr_safwk, systemabilitymgr_samgr BuildRequires: systemabilitymgr_safwk, systemabilitymgr_samgr
BuildRequires: cjson-devel, openssl-devel BuildRequires: cjson-devel, compat-openssl11-devel
Requires: hilog Requires: hilog
Requires: distributed-beget Requires: distributed-beget
@ -32,7 +32,7 @@ Requires: notification_eventhandler
Requires: communication_ipc Requires: communication_ipc
Requires: security_device_auth, security_huks Requires: security_device_auth, security_huks
Requires: systemabilitymgr_safwk, systemabilitymgr_samgr Requires: systemabilitymgr_safwk, systemabilitymgr_samgr
Requires: cjson-devel, openssl-devel Requires: cjson-devel, compat-openssl11-devel
%description %description
The OpenHarmony distributed technology can converge resources from different devices to form a Super Device. Poor security capabilities of any device may threaten the security of the Super Device. The Device Security Level Management (DSLM) module is introduced to manage the security levels of OpenHarmony devices. The OpenHarmony distributed technology can converge resources from different devices to form a Super Device. Poor security capabilities of any device may threaten the security of the Super Device. The Device Security Level Management (DSLM) module is introduced to manage the security levels of OpenHarmony devices.