import dotnet6.0-6.0.107-1.el9_0
This commit is contained in:
parent
93779986a5
commit
2a19d3edc6
@ -1 +1 @@
|
|||||||
8b34ecf8fda7fb8c09f58d9b2a3c28e4f48f9ebd SOURCES/dotnet-v6.0.106.tar.gz
|
180c39110603712406ed53fa5343f7b05cd0c870 SOURCES/dotnet-v6.0.107.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/dotnet-v6.0.106.tar.gz
|
SOURCES/dotnet-v6.0.107.tar.gz
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
# until that's done, disable LTO. This has to happen before setting the flags below.
|
# until that's done, disable LTO. This has to happen before setting the flags below.
|
||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
%global host_version 6.0.6
|
%global host_version 6.0.7
|
||||||
%global runtime_version 6.0.6
|
%global runtime_version 6.0.7
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 6.0.106
|
%global sdk_version 6.0.107
|
||||||
%global sdk_feature_band_version %(echo %{sdk_version} | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
%global sdk_feature_band_version %(echo %{sdk_version} | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
||||||
%global templates_version %{runtime_version}
|
%global templates_version %{runtime_version}
|
||||||
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||||
@ -623,6 +623,10 @@ export COMPlus_LTTng=0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 15 2022 Andrew Slice <andrew.slice@redhat.com> - 6.0.107-1
|
||||||
|
- Update to .NET SDK 6.0.107 and Runtime 6.0.7
|
||||||
|
- Resolves: RHBZ#2103269
|
||||||
|
|
||||||
* Mon Jun 06 2022 Omair Majid <omajid@redhat.com> - 6.0.106-1
|
* Mon Jun 06 2022 Omair Majid <omajid@redhat.com> - 6.0.106-1
|
||||||
- Update to .NET SDK 6.0.106 and Runtime 6.0.6
|
- Update to .NET SDK 6.0.106 and Runtime 6.0.6
|
||||||
- Resolves: RHBZ#2093433
|
- Resolves: RHBZ#2093433
|
||||||
|
Loading…
Reference in New Issue
Block a user