import dotnet6.0-6.0.110-1.el8_6
This commit is contained in:
parent
36d9020ae1
commit
cda3485565
@ -1 +1 @@
|
|||||||
1a8a9fe9ea64d5a3fda62aaf9f938626492b90e1 SOURCES/dotnet-v6.0.109-SDK.tar.gz
|
f1b176408195e6fca718f3697c54bf2d85282f13 SOURCES/dotnet-v6.0.110.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/dotnet-v6.0.109-SDK.tar.gz
|
SOURCES/dotnet-v6.0.110.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.9
|
%global host_version 6.0.10
|
||||||
%global runtime_version 6.0.9
|
%global runtime_version 6.0.10
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 6.0.109
|
%global sdk_version 6.0.110
|
||||||
%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 }')
|
||||||
@ -34,7 +34,7 @@
|
|||||||
%global sdk_rpm_version %{sdk_version}
|
%global sdk_rpm_version %{sdk_version}
|
||||||
|
|
||||||
# upstream can update releases without revving the SDK version so these don't always match
|
# upstream can update releases without revving the SDK version so these don't always match
|
||||||
%global upstream_tag v%{sdk_version}-SDK
|
%global upstream_tag v%{sdk_version}
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} < 8
|
%if 0%{?fedora} || 0%{?rhel} < 8
|
||||||
%global use_bundled_libunwind 0
|
%global use_bundled_libunwind 0
|
||||||
@ -626,6 +626,10 @@ echo "Testing build results for debug symbols..."
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 30 2022 Omair Majid <omajid@redhat.com> - 6.0.110-1
|
||||||
|
- Update to .NET SDK 6.0.110 and Runtime 6.0.10
|
||||||
|
- Resolves: RHBZ#2131327
|
||||||
|
|
||||||
* Fri Sep 02 2022 Omair Majid <omajid@redhat.com> - 6.0.109-1
|
* Fri Sep 02 2022 Omair Majid <omajid@redhat.com> - 6.0.109-1
|
||||||
- Update to .NET SDK 6.0.109 and Runtime 6.0.9
|
- Update to .NET SDK 6.0.109 and Runtime 6.0.9
|
||||||
- Resolves: RHBZ#2123789
|
- Resolves: RHBZ#2123789
|
||||||
|
Loading…
Reference in New Issue
Block a user