fix: fix file conflict between libvirt-daemon-system and libvirt-daemon#22
Closed
Zeno-sole wants to merge 1 commit intodeepin-community:masterfrom
Closed
fix: fix file conflict between libvirt-daemon-system and libvirt-daemon#22Zeno-sole wants to merge 1 commit intodeepin-community:masterfrom
Zeno-sole wants to merge 1 commit intodeepin-community:masterfrom
Conversation
Add Breaks and Replaces for libvirt-daemon in libvirt-daemon-system to resolve the dpkg error when installing libvirt-daemon-system: "trying to overwrite '/etc/apparmor.d/usr.sbin.libvirtd', also in libvirt-daemon" The apparmor profile was moved from libvirt-daemon (in 10.7.0-3deepin3) to libvirt-daemon-system during the revert to 9.10.0-based packaging, but the control file was missing the necessary Replaces declaration. Log: Fix dpkg unpack error for /etc/apparmor.d/usr.sbin.libvirtd Influence: 1. Install or upgrade libvirt-daemon-system without file conflict 2. Ensure smooth package transition from libvirt-daemon 10.7.0-3deepin3 3. Verify libvirt-daemon-system can replace old libvirt-daemon apparmor files fix: 修复 libvirt-daemon-system 与 libvirt-daemon 之间的文件冲突 在 libvirt-daemon-system 中添加对 libvirt-daemon 的 Breaks 和 Replaces, 以解决安装 libvirt-daemon-system 时的 dpkg 错误: "正试图覆盖 '/etc/apparmor.d/usr.sbin.libvirtd',它同时被包含于软件包 libvirt-daemon" 在回退到基于 9.10.0 的打包结构时,apparmor 配置文件从 libvirt-daemon 移动到了 libvirt-daemon-system,但 control 文件缺少必要的 Replaces 声明。 Log: 修复 /etc/apparmor.d/usr.sbin.libvirtd 的 dpkg 解压错误 Influence: 1. 无文件冲突地安装或升级 libvirt-daemon-system 2. 确保从 libvirt-daemon 10.7.0-3deepin3 平滑过渡 3. 验证 libvirt-daemon-system 可以替换旧版 libvirt-daemon 的 apparmor 文件 repo: libvirt #master
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
Contributor
Author
|
/integrate |
|
TAG Bot TAG: 10.7.0+really9.10.0-1deepin7 |
|
AutoIntegrationPr Bot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Breaks and Replaces for libvirt-daemon in libvirt-daemon-system to resolve the dpkg error when installing libvirt-daemon-system: "trying to overwrite '/etc/apparmor.d/usr.sbin.libvirtd', also in libvirt-daemon" The apparmor profile was moved from libvirt-daemon (in 10.7.0-3deepin3) to libvirt-daemon-system during the revert to 9.10.0-based packaging, but the control file was missing the necessary Replaces declaration.
Log: Fix dpkg unpack error for /etc/apparmor.d/usr.sbin.libvirtd
Influence:
fix: 修复 libvirt-daemon-system 与 libvirt-daemon 之间的文件冲突
在 libvirt-daemon-system 中添加对 libvirt-daemon 的 Breaks 和 Replaces, 以解决安装 libvirt-daemon-system 时的 dpkg 错误:
"正试图覆盖 '/etc/apparmor.d/usr.sbin.libvirtd',它同时被包含于软件包 libvirt-daemon" 在回退到基于 9.10.0 的打包结构时,apparmor 配置文件从 libvirt-daemon 移动到了 libvirt-daemon-system,但 control 文件缺少必要的 Replaces 声明。
Log: 修复 /etc/apparmor.d/usr.sbin.libvirtd 的 dpkg 解压错误
Influence:
repo: libvirt #master