[缺陷描述]: 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 ~]# [原因定位]: [修复建议]
补充一下包的信息 [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
问题确认,anolis-release 未跟随版本更新 修复中
在 1117 repo 中修复 https://build.openanolis.cn/kojifiles/output/anolis-23-20241117.0/compose/os/x86_64/os/
*** Bug 12151 has been marked as a duplicate of this bug. ***
[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/" 已经修复