import dotnet6.0-6.0.113-1.el8_7
This commit is contained in:
parent
b799a19cac
commit
feed5cb73c
@ -1 +1 @@
|
|||||||
73fb31c1d9870d837633a3154e265841373330fb SOURCES/dotnet-v6.0.112.tar.gz
|
5e90032a31524c51878aec17bce2a3988475052c 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 }')
|
||||||
@ -614,6 +614,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#2154458
|
||||||
|
|
||||||
* Thu Dec 01 2022 Omair Majid <omajid@redhat.com> - 6.0.112-1
|
* Thu Dec 01 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#2150147
|
- Resolves: RHBZ#2150147
|
||||||
|
Loading…
Reference in New Issue
Block a user