import dotnet6.0-6.0.113-1.el9_1
This commit is contained in:
parent
f3f22f1be7
commit
218588ba99
@ -1 +1 @@
|
|||||||
3f58ee721f0b8bc3ddb112aa923cf5229f08c5d1 SOURCES/dotnet-v6.0.112.tar.gz
|
653ad05fccacc27431a3875112e72bf3a8bfbaa8 SOURCES/dotnet-v6.0.113.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/dotnet-v6.0.112.tar.gz
|
SOURCES/dotnet-v6.0.113.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.12
|
%global host_version 6.0.13
|
||||||
%global runtime_version 6.0.12
|
%global runtime_version 6.0.13
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 6.0.112
|
%global sdk_version 6.0.113
|
||||||
%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 }')
|
||||||
@ -612,6 +612,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 19 2022 Omair Majid <omajid@redhat.com> - 6.0.113-1
|
||||||
|
- Update to .NET SDK 6.0.113 and Runtime 6.0.13
|
||||||
|
- Resolves: RHBZ#2154459
|
||||||
|
|
||||||
* Fri Dec 02 2022 Omair Majid <omajid@redhat.com> - 6.0.112-1
|
* Fri Dec 02 2022 Omair Majid <omajid@redhat.com> - 6.0.112-1
|
||||||
- Update to .NET SDK 6.0.112 and Runtime 6.0.12
|
- Update to .NET SDK 6.0.112 and Runtime 6.0.12
|
||||||
- Resolves: RHBZ#2150148
|
- Resolves: RHBZ#2150148
|
||||||
|
Loading…
Reference in New Issue
Block a user