Auto sync2gitlab import of dotnet7.0-7.0.104-1.el8_7.src.rpm
This commit is contained in:
parent
e195d19ff7
commit
2cb1a47db0
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/dotnet-v7.0.101.tar.gz
|
||||
/dotnet-v7.0.102.tar.gz
|
||||
/dotnet-v7.0.103.tar.gz
|
||||
/dotnet-v7.0.104.tar.gz
|
@ -6,10 +6,10 @@
|
||||
# until that's done, disable LTO. This has to happen before setting the flags below.
|
||||
%define _lto_cflags %{nil}
|
||||
|
||||
%global host_version 7.0.3
|
||||
%global runtime_version 7.0.3
|
||||
%global host_version 7.0.4
|
||||
%global runtime_version 7.0.4
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 7.0.103
|
||||
%global sdk_version 7.0.104
|
||||
%global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | 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 }')
|
||||
@ -619,6 +619,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 02 2023 Omair Majid <omajid@redhat.com> - 7.0.104-1
|
||||
- Update to .NET SDK 7.0.104 and Runtime 7.0.4
|
||||
- Resolves: RHBZ#2175026
|
||||
|
||||
* Thu Feb 02 2023 Omair Majid <omajid@redhat.com> - 7.0.103-1
|
||||
- Update to .NET SDK 7.0.103 and Runtime 7.0.3
|
||||
- Resolves: RHBZ#2166775
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dotnet-v7.0.103.tar.gz) = 0b4c39c2321b07e1221f9adabf1e1dd4ca7ed5b07bd46f771c8e1c4ee177ef4c16070be9dd2bdeaa8017b6d7fc4640ba5f8426b5152136a0f93ba13799f5c72d
|
||||
SHA512 (dotnet-v7.0.104.tar.gz) = ab66222bfda192446f493d3618d7aa9f1da331feee0b7dddba4ea9cedf09d3b607aee6f1d1240840c52fbb39009a6354207722c9d06d972b005cfbe6081c79e7
|
Loading…
Reference in New Issue
Block a user