Bug 48960 - Typo in the package Summary
Summary: Typo in the package Summary
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: dotnet-aspnetcore-8.0 (show other bugs)
Version: unstable
Hardware: all Linux
: P5 minor
Assignee: Vitaly Lipatov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-28 17:41 MSK by Nikolay A. Fetisov
Modified: 2024-01-10 11:24 MSK (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 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