import UBI dotnet6.0-6.0.125-1.el8_9

This commit is contained in:
eabdullin 2023-11-15 21:06:58 +00:00
parent a75c5c7523
commit 109a5c0107
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
17b86fc96f202fa233867998e0e5a8995f152e4d SOURCES/dotnet-v6.0.124.tar.gz
cf2c18c9bc07f795952450cb9ea8d443fa6e3a13 SOURCES/dotnet-v6.0.125.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v6.0.124.tar.gz
SOURCES/dotnet-v6.0.125.tar.gz

View File

@ -21,10 +21,10 @@
# until that's done, disable LTO. This has to happen before setting the flags below.
%define _lto_cflags %{nil}
%global host_version 6.0.24
%global runtime_version 6.0.24
%global host_version 6.0.25
%global runtime_version 6.0.25
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 6.0.124
%global sdk_version 6.0.125
%global sdk_feature_band_version %(echo %{sdk_version} | sed -e 's|[[:digit:]][[:digit:]]$|00|')
%global templates_version %{runtime_version}
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
@ -61,7 +61,7 @@
Name: dotnet6.0
Version: %{sdk_rpm_version}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: .NET Runtime and SDK
License: MIT and ASL 2.0 and BSD and LGPLv2+ and CC-BY and CC0 and MS-PL and EPL-1.0 and GPL+ and GPLv2 and ISC and OFL and zlib
URL: https://github.com/dotnet/
@ -631,6 +631,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%changelog
* Thu Nov 02 2023 Omair Majid <omajid@redhat.com> - 6.0.125-1
- Update to .NET SDK 6.0.125 and Runtime 6.0.25
- Resolves: RHEL-15360
* Tue Oct 24 2023 Omair Majid <omajid@redhat.com> - 6.0.124-2
- Update to .NET SDK 6.0.124 and Runtime 6.0.24
- Resolves: RHEL-14466