Update to .NET SDK 6.0.113 and Runtime 6.0.13
Resolves: RHBZ#2154457
This commit is contained in:
parent
f0ed2adadc
commit
e2eef68845
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/dotnet-v6.0.110.tar.gz
|
/dotnet-v6.0.110.tar.gz
|
||||||
/dotnet-v6.0.111.tar.gz
|
/dotnet-v6.0.111.tar.gz
|
||||||
/dotnet-v6.0.112.tar.gz
|
/dotnet-v6.0.112.tar.gz
|
||||||
|
/dotnet-v6.0.113.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.12
|
%global host_version 6.0.13
|
||||||
%global runtime_version 6.0.12
|
%global runtime_version 6.0.13
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 6.0.112
|
%global sdk_version 6.0.113
|
||||||
%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 }')
|
||||||
@ -612,6 +612,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 11 2023 Omair Majid <omajid@redhat.com> - 6.0.113-2
|
||||||
|
- Update to .NET SDK 6.0.113 and Runtime 6.0.13
|
||||||
|
- Resolves: RHBZ#2154457
|
||||||
|
|
||||||
* Wed Dec 14 2022 Omair Majid <omajid@redhat.com> - 6.0.112-2
|
* Wed Dec 14 2022 Omair Majid <omajid@redhat.com> - 6.0.112-2
|
||||||
- Update to .NET SDK 6.0.112 and Runtime 6.0.12
|
- Update to .NET SDK 6.0.112 and Runtime 6.0.12
|
||||||
- Resolves: RHBZ#2150146
|
- Resolves: RHBZ#2150146
|
||||||
|
@ -47,6 +47,7 @@ new_name=${new_name/.tar.gz}
|
|||||||
echo "Original: ${original_name}.tar.gz"
|
echo "Original: ${original_name}.tar.gz"
|
||||||
echo "New name: ${new_name}.tar.gz"
|
echo "New name: ${new_name}.tar.gz"
|
||||||
|
|
||||||
|
rm -rf "temp-${new_name}"
|
||||||
mkdir "temp-${new_name}"
|
mkdir "temp-${new_name}"
|
||||||
pushd "temp-${new_name}" > /dev/null
|
pushd "temp-${new_name}" > /dev/null
|
||||||
tar xf "${original_path}"
|
tar xf "${original_path}"
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dotnet-v6.0.112.tar.gz) = e38da09f202661792825aaa2d5349ec290332c1f66e28bdbc47871f4c28e29915f56fc0190e11a03a36416b5d0af49ae9430ab3912f0161dfb4603844302e6ff
|
SHA512 (dotnet-v6.0.113.tar.gz) = 79ccf823bfad42e8ac8c42241a2a2a955d15ffa9031ab4bf18a2e9d12700e7453f13741f2dec545a92c590dd571648041280ad2be14ff393e9751bcfe06367a6
|
||||||
|
@ -23,16 +23,22 @@
|
|||||||
required_packages:
|
required_packages:
|
||||||
- aspnetcore-runtime-6.0
|
- aspnetcore-runtime-6.0
|
||||||
- bash-completion
|
- bash-completion
|
||||||
|
- bc
|
||||||
- binutils
|
- binutils
|
||||||
- dotnet-sdk-6.0
|
|
||||||
- dotnet-runtime-6.0
|
- dotnet-runtime-6.0
|
||||||
|
- dotnet-sdk-6.0
|
||||||
- expect
|
- expect
|
||||||
- file
|
- file
|
||||||
|
- findutils
|
||||||
- git
|
- git
|
||||||
- jq
|
- jq
|
||||||
- lldb
|
- lldb
|
||||||
- npm
|
- npm
|
||||||
|
- postgresql-odbc
|
||||||
|
- postgresql-server
|
||||||
|
- procps-ng
|
||||||
- python3
|
- python3
|
||||||
- strace
|
- strace
|
||||||
|
- util-linux
|
||||||
- wget
|
- wget
|
||||||
- which
|
- which
|
||||||
|
Loading…
Reference in New Issue
Block a user