Auto sync2gitlab import of dotnet6.0-6.0.113-1.el8_7.src.rpm
This commit is contained in:
parent
3291edde2d
commit
d176e5f03b
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/dotnet-v6.0.109.tar.gz
|
||||
/dotnet-v6.0.111.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.
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
%global host_version 6.0.12
|
||||
%global runtime_version 6.0.12
|
||||
%global host_version 6.0.13
|
||||
%global runtime_version 6.0.13
|
||||
%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 templates_version %{runtime_version}
|
||||
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||
@ -614,6 +614,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 19 2022 Omair Majid <omajid@redhat.com> - 6.0.113-1
|
||||
- Update to .NET SDK 6.0.113 and Runtime 6.0.13
|
||||
- Resolves: RHBZ#2154458
|
||||
|
||||
* Thu Dec 01 2022 Omair Majid <omajid@redhat.com> - 6.0.112-1
|
||||
- Update to .NET SDK 6.0.112 and Runtime 6.0.12
|
||||
- Resolves: RHBZ#2150147
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.112.tar.gz) = fae099a07371ba69aaa745de548246c08564611f0638b31c4e73ced04468db3cff857322d489a81526218f625cb138a386850c81c924c7c71a0d62bf1ea6e192
|
||||
SHA512 (dotnet-v6.0.113.tar.gz) = 127c1b3ec3c6e1ddec2c891b1de976a806744dff2d31cb05599e1cac1b52798475a09d9213b0dc7bf4e9dc41d2c421d27744baca928859d306d31d58cd2a1eca
|
Loading…
Reference in New Issue
Block a user