diff --git a/2000-anolis-dotnet-add-distro.patch b/2000-anolis-dotnet-add-distro.patch index 8da3bd96fcd381031652080125cb2d1a8aac6150..0ebc31dce716c6f508503db77065a4ac21ff3c95 100644 --- a/2000-anolis-dotnet-add-distro.patch +++ b/2000-anolis-dotnet-add-distro.patch @@ -40,7 +40,7 @@ # We have forced __PortableBuild=0. This is because -portablebuld # has been passed as false. if (( isPortable == 0 )); then -- if [ "${ID}" = "rhel" ]; then +- if [[ "${ID}" == "rhel" || "${ID}" == "alpine" ]]; then + if [ "${ID}" = "rhel" ] || [ "${ID}" = "anolis" ]; then # remove the last version digit VERSION_ID="${VERSION_ID%.*}" diff --git a/dist b/dist new file mode 100644 index 0000000000000000000000000000000000000000..0ee7539a2292be885eb3a6caf1a4ee4666e5e99f --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an8_6 diff --git a/dotnet6.0.spec b/dotnet6.0.spec index 909ac4715f6e63701a3565aae92b38ac70e43af3..0c3f6dcc446f978e6cce6c43df675d62c0c6687c 100644 --- a/dotnet6.0.spec +++ b/dotnet6.0.spec @@ -22,10 +22,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.8 -%global runtime_version 6.0.8 +%global host_version 6.0.9 +%global runtime_version 6.0.9 %global aspnetcore_runtime_version %{runtime_version} -%global sdk_version 6.0.108 +%global sdk_version 6.0.109 %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 }') @@ -631,9 +631,13 @@ echo "Testing build results for debug symbols..." %changelog -* Mon Aug 15 2022 Liwei Ge - 6.0.108-1.0.1 +* Fri Sep 16 2022 Liwei Ge - 6.0.109-1.0.1 - Fix sdk suffix for Anolis OS +* Fri Sep 02 2022 Omair Majid - 6.0.109-1 +- Update to .NET SDK 6.0.109 and Runtime 6.0.9 +- Resolves: RHBZ#2123789 + * Fri Jul 29 2022 Omair Majid - 6.0.108-1 - Update to .NET SDK 6.0.108 and Runtime 6.0.8 - Resolves: RHBZ#2112412 diff --git a/download b/download index 7b48c6ac5f7152996b301b6251fd77e941fd3432..62f4f925057c4dd05ee8f8135a6b73fae267e09e 100644 --- a/download +++ b/download @@ -1 +1 @@ -a17d2981704272a7cfb43502aee069fd dotnet-v6.0.108-SDK.tar.gz +d8cb8c537e0729b389804828e129b3a8 dotnet-v6.0.109-SDK.tar.gz