fix: update dde-daemon dependency version constraint#517
Conversation
Changed the dependency version requirement for dde-daemon from ">=6.1.26" to ">>6.1.99" to ensure a strict minimum version of the package is enforced, preventing compatibility issues with older versions that may lack critical security features or API changes. Influence: 1. Verify that installation succeeds with updated dde-daemon version 2. Test system behavior with version 6.1.99 or higher 3. Confirm that older versions are no longer accepted by the package manager 4. Check dependency resolution in offline installation scenarios fix: 更新 dde-daemon 依赖版本约束 将 dde-daemon 的依赖版本要求从 ">=6.1.26" 改为 ">>6.1.99",以确保强制 执行最低版本要求,防止因缺少关键安全特性或 API 变更的旧版本导致兼容性 问题。 Influence: 1. 验证在更新的 dde-daemon 版本下安装成功 2. 测试版本 6.1.99 及更高版本的系统行为 3. 确认包管理器不再接受旧版本 4. 检查离线安装场景中的依赖解析 PMS: BUG-367143 Change-Id: I249a7219a30f97dd529e9e08e1deae189312ffae
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR tightens the dde-daemon dependency constraint in the Debian packaging metadata to require a strictly newer minimum version, ensuring systems run with versions that include needed security and API updates. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: xionglinlin, yixinshark The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
deepin pr auto review★ 总体评分:85分(0-100之间的整数)■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 diff --git a/debian/control b/debian/control
index eb8f8447..5c35d7a5 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${dist:Depends},
deepin-desktop-schemas (>=5.9.14),
deepin-security-loader,
- dde-daemon (>=6.1.26),
+ dde-daemon (>= 6.2.0),
x11-xserver-utils,
deepin-authenticate(>=1.2.27),
libssl3, |
Changed the dependency version requirement for dde-daemon from ">=6.1.26" to ">>6.1.99" to ensure a strict minimum version of the package is enforced, preventing compatibility issues with older versions that may lack critical security features or API changes.
Influence:
fix: 更新 dde-daemon 依赖版本约束
将 dde-daemon 的依赖版本要求从 ">=6.1.26" 改为 ">>6.1.99",以确保强制 执行最低版本要求,防止因缺少关键安全特性或 API 变更的旧版本导致兼容性
问题。
Influence:
PMS: BUG-367143
Change-Id: I249a7219a30f97dd529e9e08e1deae189312ffae
Summary by Sourcery
Build: