Auto sync2gitlab import of dotnet6.0-6.0.115-1.el8_7.src.rpm
This commit is contained in:
parent
1e82eafae6
commit
86b50ff32c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
SOURCES/dotnet-v6.0.114.tar.gz
|
||||
/dotnet-v6.0.114.tar.gz
|
||||
/dotnet-v6.0.115.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.14
|
||||
%global runtime_version 6.0.14
|
||||
%global host_version 6.0.15
|
||||
%global runtime_version 6.0.15
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 6.0.114
|
||||
%global sdk_version 6.0.115
|
||||
%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 }')
|
||||
@ -611,6 +611,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 02 2023 Omair Majid <omajid@redhat.com> - 6.0.115-1
|
||||
- Update to .NET SDK 6.0.115 and Runtime 6.0.15
|
||||
- Resolves: RHBZ#2174985
|
||||
|
||||
* Thu Feb 02 2023 Omair Majid <omajid@redhat.com> - 6.0.114-1
|
||||
- Update to .NET SDK 6.0.114 and Runtime 6.0.14
|
||||
- Resolves: RHBZ#2166769
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v6.0.114.tar.gz) = 4b27729cfa037091329188dd1be812d20246ece9e009f8804836e2fa70beb00a4f32ab4e41dedb557c831c3c5f696181ef4615a37b60a7b8413fcd0061c68b8a
|
||||
SHA512 (dotnet-v6.0.115.tar.gz) = cb221f8ae11c7fc1a7d877088d9a7e719aac733959ba208e80a11924a2421b3363b5824ee64c894f2c33b2090636416a94512726968e0a040429dd2e63372936
|
Loading…
Reference in New Issue
Block a user