Bug 48960

Summary: Typo in the package Summary
Product: Sisyphus Reporter: Nikolay A. Fetisov <naf>
Component: dotnet-aspnetcore-8.0Assignee: Vitaly Lipatov <lav>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: minor    
Priority: P5 CC: lav
Version: unstable   
Hardware: all   
OS: Linux   

Description Nikolay A. Fetisov 2023-12-28 17:41:04 MSK
$ rpm -qip dotnet-aspnetcore-runtime-8.0-8.0.0.preview.6.23330.14-alt1.x86_64.rpm  |grep -Ei '(name|version|release|summary)'
Name        : dotnet-aspnetcore-runtime-8.0
Version     : 8.0.0.preview.6.23330.14
Release     : alt1
Summary     : ASP.NET 6 runtime


По-видимому, в Summary должно быть "ASP.NET 8 runtime".


И с dotnet-aspnetcore-7.0 то же самое:

$ apt-cache search asp.net
dotnet-aspnetcore-runtime-6.0 - ASP.NET 6 runtime
dotnet-aspnetcore-targeting-pack-6.0 - ASP.NET 6 targeting pack
dotnet-aspnetcore-runtime-7.0 - ASP.NET 6 runtime
dotnet-aspnetcore-targeting-pack-7.0 - ASP.NET 6 targeting pack
dotnet-aspnetcore-runtime-8.0 - ASP.NET 6 runtime
dotnet-aspnetcore-targeting-pack-8.0 - ASP.NET 6 targeting pack
Comment 1 Vitaly Lipatov 2024-01-10 11:24:29 MSK
Исправлено:
dotnet-aspnetcore-targeting-pack-8.0 - ASP.NET 8 targeting pack
dotnet-aspnetcore-runtime-8.0 - ASP.NET 8 runtime
dotnet-aspnetcore-targeting-pack-7.0 - ASP.NET 7 targeting pack
dotnet-aspnetcore-runtime-7.0 - ASP.NET 7 runtime
dotnet-aspnetcore-targeting-pack-6.0 - ASP.NET 6 targeting pack
dotnet-aspnetcore-runtime-6.0 - ASP.NET 6 runtime