diff --git a/dotnet5.0.spec b/dotnet5.0.spec index ceb46267e60ded5093b5112e632445196fcb4960..69fc3d9b4aeff6a76380721490c2e0e4b8d1ab3d 100644 --- a/dotnet5.0.spec +++ b/dotnet5.0.spec @@ -1,5 +1,3 @@ -%define anolis_os_version %(source /etc/os-release; echo ${VERSION}) -%define anolis_release .0.1 %bcond_with bootstrap # Avoid provides/requires from private libraries @@ -22,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 5.0.14 -%global runtime_version 5.0.14 +%global host_version 5.0.16 +%global runtime_version 5.0.16 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 5.0.211 +%global sdk_version 5.0.213 %global templates_version %{runtime_version} #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }') @@ -54,12 +52,11 @@ %global runtime_arch arm64 %endif -%global runtime_id anolis.%{anolis_os_version}-%{runtime_arch} %{!?runtime_id:%global runtime_id %(. /etc/os-release ; echo "${ID}.${VERSION_ID%%.*}")-%{runtime_arch}} Name: dotnet5.0 Version: %{sdk_rpm_version} -Release: 1%{anolis_release}%{?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/ @@ -189,6 +186,8 @@ Requires: dotnet-hostfxr-5.0%{?_isa} >= %{host_rpm_version}-%{release} # libicu is dlopen()ed Requires: libicu%{?_isa} +# See src/runtime.*/src/libraries/Native/AnyOS/brotli-version.txt +Provides: bundled(brotli) = 1.0.9 %if %{use_bundled_libunwind} Provides: bundled(libunwind) = 1.3 %endif @@ -519,8 +518,13 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 %changelog -* Thu Feb 10 2022 Ma Hailiang - 5.0.211-1.0.1 -- Fix sdk suffix for Anolis OS +* Thu Apr 07 2022 Omair Majid - 5.0.213-1 +- Update to .NET SDK 5.0.213 and Runtime 5.0.16 +- Resolves: RHBZ#2072003 + +* Thu Mar 03 2022 Omair Majid - 5.0.212-1 +- Update to .NET SDK 5.0.212 and Runtime 5.0.15 +- Resolves: RHBZ#2060496 * Fri Jan 28 2022 Omair Majid - 5.0.211-1 - Update to .NET SDK 5.0.211 and Runtime 5.0.14 diff --git a/download b/download index c67a62de4cca48caf4deabf83be9d703ac989557..76db2369b548f7fe367b7dad10732dcfd4cd7dd0 100644 --- a/download +++ b/download @@ -1 +1 @@ -2adc00545a3e2c233de4a9a4addd1722 dotnet-v5.0.211-SDK.tar.gz +5fc094eb682b7cab5623d9d2732acfae dotnet-v5.0.213-SDK.tar.gz