import UBI dotnet6.0-6.0.122-1.el8_8
This commit is contained in:
parent
0af8c974a1
commit
880fc66690
@ -1 +1 @@
|
||||
77c4d3e89fed5ca6cb2d5b7755477fe2e669d64a SOURCES/dotnet-v6.0.121.tar.gz
|
||||
d96fa289887465d191e850301282b8a0d08d95b8 SOURCES/dotnet-v6.0.122.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/dotnet-v6.0.121.tar.gz
|
||||
SOURCES/dotnet-v6.0.122.tar.gz
|
||||
|
@ -20,10 +20,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.21
|
||||
%global runtime_version 6.0.21
|
||||
%global host_version 6.0.22
|
||||
%global runtime_version 6.0.22
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.121
|
||||
%global sdk_version 6.0.122
|
||||
%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 }')
|
||||
@ -612,6 +612,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 01 2023 Omair Majid <omajid@redhat.com> - 6.0.122-1
|
||||
- Update to .NET SDK 6.0.122 and Runtime 6.0.22
|
||||
- Resolves: RHEL-2012
|
||||
|
||||
* Wed Aug 02 2023 Omair Majid <omajid@redhat.com> - 6.0.121-1
|
||||
- Update to .NET SDK 6.0.121 and Runtime 6.0.21
|
||||
- Resolves: RHBZ#2228568
|
||||
|
Loading…
Reference in New Issue
Block a user