import dotnet7.0-7.0.104-1.el9_1
This commit is contained in:
parent
af211cc5f4
commit
0a3c486abf
@ -1 +1 @@
|
|||||||
a56975dfa427f2f08ecdf039fc49c22839059fef SOURCES/dotnet-v7.0.103.tar.gz
|
6d0a0e236a715424a68e384614bbf0a966acb068 SOURCES/dotnet-v7.0.104.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/dotnet-v7.0.103.tar.gz
|
SOURCES/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.
|
# 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 7.0.3
|
%global host_version 7.0.4
|
||||||
%global runtime_version 7.0.3
|
%global runtime_version 7.0.4
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%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 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 %{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 }')
|
||||||
@ -618,6 +618,10 @@ export COMPlus_LTTng=0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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#2175027
|
||||||
|
|
||||||
* Fri Feb 03 2023 Omair Majid <omajid@redhat.com> - 7.0.103-1
|
* Fri Feb 03 2023 Omair Majid <omajid@redhat.com> - 7.0.103-1
|
||||||
- Update to .NET SDK 7.0.103 and Runtime 7.0.3
|
- Update to .NET SDK 7.0.103 and Runtime 7.0.3
|
||||||
- Resolves: RHBZ#2166776
|
- Resolves: RHBZ#2166776
|
||||||
|
Loading…
Reference in New Issue
Block a user