import dotnet6.0-6.0.119-1.el9_2

c9 imports/c9/dotnet6.0-6.0.119-1.el9_2
MSVSphere Packaging Team 1 year ago
parent 3b6e475d55
commit 3ef36c74b2

@ -1 +1 @@
550e97836027f6d7772957e91476cf02febace1d SOURCES/dotnet-v6.0.118.tar.gz a6f9869749ba3be4920bc0b1214af411f4da7d76 SOURCES/dotnet-v6.0.119.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/dotnet-v6.0.118.tar.gz SOURCES/dotnet-v6.0.119.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.18 %global host_version 6.0.19
%global runtime_version 6.0.18 %global runtime_version 6.0.19
%global aspnetcore_runtime_version %{runtime_version} %global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 6.0.118 %global sdk_version 6.0.119
%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 }')
@ -609,6 +609,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%changelog %changelog
* Tue Jun 20 2023 Omair Majid <omajid@redhat.com> - 6.0.119-1
- Update to .NET SDK 6.0.119 and Runtime 6.0.19
- Resolves: RHBZ#2216220
* Thu Jun 01 2023 Andrew Slice <andrew.slice@redhat.com> - 6.0.118-1 * Thu Jun 01 2023 Andrew Slice <andrew.slice@redhat.com> - 6.0.118-1
- Update to .NET SDK 6.0.118 and Runtime 6.0.18 - Update to .NET SDK 6.0.118 and Runtime 6.0.18
- Resolves: RHBZ#2212379 - Resolves: RHBZ#2212379

Loading…
Cancel
Save