|
|
|
@ -20,10 +20,10 @@
|
|
|
|
|
# until that's done, disable LTO. This has to happen before setting the flags below.
|
|
|
|
|
%define _lto_cflags %{nil}
|
|
|
|
|
|
|
|
|
|
%global host_version 6.0.33
|
|
|
|
|
%global runtime_version 6.0.33
|
|
|
|
|
%global host_version 6.0.36
|
|
|
|
|
%global runtime_version 6.0.36
|
|
|
|
|
%global aspnetcore_runtime_version %{runtime_version}
|
|
|
|
|
%global sdk_version 6.0.133
|
|
|
|
|
%global sdk_version 6.0.136
|
|
|
|
|
%global sdk_feature_band_version %(echo %{sdk_version} | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
|
|
|
|
%global templates_version %{runtime_version}
|
|
|
|
|
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
|
|
|
@ -60,7 +60,7 @@
|
|
|
|
|
|
|
|
|
|
Name: dotnet6.0
|
|
|
|
|
Version: %{sdk_rpm_version}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: .NET Runtime and SDK
|
|
|
|
|
License: MIT and ASL 2.0 and BSD and LGPLv2+ and CC-BY and CC0 and MS-PL and EPL-1.0 and GPL+ and GPLv2 and ISC and OFL and zlib
|
|
|
|
|
URL: https://github.com/dotnet/
|
|
|
|
@ -612,6 +612,14 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Oct 31 2024 Omair Majid <omajid@redhat.com> - 6.0.136-1
|
|
|
|
|
- Update to .NET SDK 6.0.136 and Runtime 6.0.36
|
|
|
|
|
- Resolves: RHEL-65365
|
|
|
|
|
|
|
|
|
|
* Tue Oct 15 2024 Omair Majid <omajid@redhat.com> - 6.0.135-2
|
|
|
|
|
- Update to .NET SDK 6.0.135 and Runtime 6.0.35
|
|
|
|
|
- Resolves: RHEL-60799
|
|
|
|
|
|
|
|
|
|
* Wed Aug 14 2024 Omair Majid <omajid@redhat.com> - 6.0.133-2
|
|
|
|
|
- Update to .NET SDK 6.0.133 and Runtime 6.0.33
|
|
|
|
|
- Resolves: RHEL-52385
|
|
|
|
@ -652,9 +660,6 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|
|
|
|
- Update to .NET SDK 6.0.123 and Runtime 6.0.23
|
|
|
|
|
- Resolves: RHEL-11689
|
|
|
|
|
|
|
|
|
|
* Mon Oct 09 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 6.0.122-2
|
|
|
|
|
- Rebuilt for MSVSphere 9.3 beta
|
|
|
|
|
|
|
|
|
|
* Tue Sep 12 2023 Omair Majid <omajid@redhat.com> - 6.0.122-2
|
|
|
|
|
- Update to .NET SDK 6.0.122 and Runtime 6.0.22
|
|
|
|
|
- Resolves: RHEL-1997
|
|
|
|
|