Bug 11626 - [Anolis23.2][RC1]os-release中系统版本号与实际版本不匹配
Summary: [Anolis23.2][RC1]os-release中系统版本号与实际版本不匹配
Status: CLOSED FIXED
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Modules (show other bugs) BaseOS Modules
Version: 23.2
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: gaochang
QA Contact:
URL:
Whiteboard:
Keywords: Function
: 12151 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-11-04 10:56 UTC by czj01599342
Modified: 2024-12-06 15:04 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description czj01599342 alibaba_cloud_group 2024-11-04 10:56:36 UTC
[缺陷描述]:
Anolis23.2镜像中os-release系统版本号显示23.1
[重现步骤]:
     iso链接: https://build.openanolis.cn/kojifiles/rsync/anolis/23.2/isos/RC1/
     安装后查看 /etc/os-release
[期望结果]:
显示正确版本号23.2
[实际结果]:


[root@7f9Lab15 ~]# cat /etc/os-release
NAME="Anolis OS"
VERSION="23.1"
ID="anolis"
VERSION_ID="23.1"
PLATFORM_ID="platform:an23"
PRETTY_NAME="Anolis OS 23.1"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"
BUG_REPORT_URL="https://bugzilla.openanolis.cn/"

[root@7f9Lab15 ~]#



[原因定位]:
[修复建议]
Comment 1 yunmeng365524 2024-11-04 14:28:31 UTC
补充一下包的信息
[root@5f9Lab15 yum.repos.d]# yum info anolis-release
Last metadata expiration check: 0:27:40 ago on Mon 04 Nov 2024 01:57:41 PM CST.
Installed Packages
Name         : anolis-release
Version      : 23.1
Release      : 9.an23
Architecture : x86_64
Size         : 12 k
Source       : anolis-release-23.1-9.an23.src.rpm
Repository   : @System
From repo    : anaconda
Summary      : Anolis OS 23 release file
License      : MulanPSLv2
Description  : Anolis OS 23 release files
Comment 2 gaochang alibaba_cloud_group 2024-11-10 18:17:02 UTC
问题确认,anolis-release 未跟随版本更新
修复中
Comment 4 gaochang alibaba_cloud_group 2024-11-28 20:41:59 UTC
*** Bug 12151 has been marked as a duplicate of this bug. ***
Comment 5 yunmeng365524 2024-12-06 15:04:04 UTC
[root@localhost anuser]# cat /etc/os-release
NAME="Anolis OS"
VERSION="23.2"
ID="anolis"
VERSION_ID="23.2"
PLATFORM_ID="platform:an23"
PRETTY_NAME="Anolis OS 23.2"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"
BUG_REPORT_URL="https://bugzilla.openanolis.cn/"
已经修复