Bug 8905 - [Anolis23.1 GA][Beta] The rpm package installed in the system is different from the baseline version.
Summary: [Anolis23.1 GA][Beta] The rpm package installed in the system is different fr...
Status: RESOLVED FIXED
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 23.1
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: happy_orange
QA Contact: bolong_tbl
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-26 18:31 UTC by luolin
Modified: 2024-05-08 16:44 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description luolin 2024-04-26 18:31:22 UTC
Description of problem:
The rpm package installed in the system is different from the baseline version.
fuse: 3.14.1 (required: 2.9.9)
nettle: 3.9.1 (required: 3.8.1)
p11-kit: 0.25.2 (required: 0.25.0)
shadow:4.13 (required: 4.14.3)
Version-Release number of selected component (if applicable):


How reproducible:
Compare system components and baseline version numbers.

Steps to Reproduce:
1.Compare the rpm package with the baseline version number.
2.
3.

Actual results:
fuse: 3.14.1
nettle: 3.9.1
p11-kit: 0.25.2
shadow:4.13
Expected results:
fuse: 2.9.9
nettle: 3.8.1
p11-kit: 0.25.0
shadow:4.14.3

Additional info:
The following rpm package does not exist in testrepo.
python-six
python-pyudev
python-markupsafe
python-markdown
python-mako
python-linux-procfs
python-dateutil
pygobject3
ding-libs
fuse3
Comment 1 gaochang alibaba_cloud_group 2024-05-07 17:35:54 UTC
上述列表中 fuse 已完成修改,shadow 因更名后未进行 provides 的兼容出现问题,正在修复中
下面的列表根据对比,均存在,这个包都是源码包名,因此需要看 source 目录中的包进行对比
Comment 2 gaochang alibaba_cloud_group 2024-05-08 16:44:54 UTC
https://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20240508.6/compose/os/
已在上述日期的 iso 中完成修复