Description of problem: 当前源缺少microsoft-gsl软件包 Version-Release number of selected component (if applicable): [root@iZbp15k38m0xei9mfnkl3aZ ~]# uname -a Linux iZbp15k38m0xei9mfnkl3aZ 5.10.134-14.an23.x86_64 #1 SMP Thu Apr 27 16:42:16 CST 2023 x86_64 GNU/Linux [root@iZbp15k38m0xei9mfnkl3aZ ~]# cat /etc/os-release NAME="Anolis OS" VERSION="23" ID="anolis" VERSION_ID="23" PLATFORM_ID="platform:an23" PRETTY_NAME="Anolis OS 23" ANSI_COLOR="0;31" HOME_URL="https://openanolis.cn/" BUG_REPORT_URL="https://bugzilla.openanolis.cn/" How reproducible: [root@iZbp15k38m0xei9mfnkl3aZ ~]# rpm -q microsoft-gsl package microsoft-gsl is not installed [root@iZbp15k38m0xei9mfnkl3aZ ~]# yum install microsoft-gsl Failed to set locale, defaulting to C.UTF-8 Last metadata expiration check: 1:09:57 ago on Fri Jun 2 14:44:14 2023. No match for argument: microsoft-gsl Error: Unable to find a match: microsoft-gsl [root@iZbp15k38m0xei9mfnkl3aZ ~]# yum search microsoft-gsl Failed to set locale, defaulting to C.UTF-8 Last metadata expiration check: 1:10:07 ago on Fri Jun 2 14:44:14 2023. No matches found. [root@iZbp15k38m0xei9mfnkl3aZ ~]# yum search microsoft Failed to set locale, defaulting to C.UTF-8 Last metadata expiration check: 1:10:10 ago on Fri Jun 2 14:44:14 2023. ================================================= Summary Matched: microsoft ================================================== icoutils.src : Utility for extracting and converting Microsoft icon and cursor files icoutils.x86_64 : Utility for extracting and converting Microsoft icon and cursor files liberation-fonts.src : Fonts to replace commonly used Microsoft Windows fonts liberation-mono-fonts.noarch : Monospace fonts to replace commonly used Microsoft Courier New liberation-sans-fonts.noarch : Sans-serif fonts to replace commonly used Microsoft Arial pcp-pmda-mssql.x86_64 : Performance Co-Pilot (PCP) metrics for Microsoft SQL Server python-olefile.src : Python package to parse, read and write Microsoft OLE2 files python3-olefile.noarch : Python package to parse, read and write Microsoft OLE2 files seal.x86_64 : Microsoft SEAL is an easy-to-use open-source (MIT licensed) homomorphic encryption library. seal.src : Microsoft SEAL is an easy-to-use open-source (MIT licensed) homomorphic encryption library. Steps to Reproduce: 如上 Actual results: 当前源缺少microsoft-gsl软件包 Expected results: 跟release note中描述的“3.5.2 应用库-集成 Intel 机密特性-microsoft-gsl 提供 3.1.0 版本” https://gitee.com/happy_orange/rnotes/blob/master/anolis/rnotes/anolis-23.0-ga.md#373-ai-%E5%9C%BA%E6%99%AF Additional info:
microsoft-gsl 已经添加到 nightly 的 mirrors 中,请使用 0610 日期以后的 nightly 进行测试。
回归通过 [root@iZbp18zpeh3mcx8x8tilxdZ yum.repos.d]# yum install microsoft-gsl Last metadata expiration check: 0:00:44 ago on Tue 27 Jun 2023 02:25:03 PM CST. Dependencies resolved. ============================================================================================================================================================================================================================================================ Package Architecture Version Repository Size ============================================================================================================================================================================================================================================================ Installing: microsoft-gsl aarch64 3.1.0-1.an23 AppStream-Test 7.7 k Transaction Summary ============================================================================================================================================================================================================================================================ Install 1 Package Total download size: 7.7 k Installed size: 1.1 k Is this ok [y/N]: y Downloading Packages: microsoft-gsl-3.1.0-1.an23.aarch64.rpm 90 kB/s | 7.7 kB 00:00 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Total 88 kB/s | 7.7 kB 00:00 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : microsoft-gsl-3.1.0-1.an23.aarch64 1/1 Verifying : microsoft-gsl-3.1.0-1.an23.aarch64 1/1 Installed: microsoft-gsl-3.1.0-1.an23.aarch64 Complete! [root@iZbp18zpeh3mcx8x8tilxdZ yum.repos.d]# yum erase microsoft-gsl -y Dependencies resolved. ============================================================================================================================================================================================================================================================ Package Architecture Version Repository Size ============================================================================================================================================================================================================================================================ Removing: microsoft-gsl aarch64 3.1.0-1.an23 @AppStream-Test 1.1 k Transaction Summary ============================================================================================================================================================================================================================================================ Remove 1 Package Freed space: 1.1 k Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Erasing : microsoft-gsl-3.1.0-1.an23.aarch64 1/1 Verifying : microsoft-gsl-3.1.0-1.an23.aarch64 1/1 Removed: microsoft-gsl-3.1.0-1.an23.aarch64 Complete!