Compare commits
No commits in common. "imports/c8/dotnet7.0-7.0.105-1.el8_7" and "c8-beta" have entirely different histories.
imports/c8
...
c8-beta
@ -1 +1 @@
|
|||||||
d8f2a2ff319fe3b47e379325892978a4b2817db4 SOURCES/dotnet-v7.0.105.tar.gz
|
c2015d0972371ab8995d18246d1f5b76299f3be3 SOURCES/dotnet-v7.0.103.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/dotnet-v7.0.105.tar.gz
|
SOURCES/dotnet-v7.0.103.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.5
|
%global host_version 7.0.3
|
||||||
%global runtime_version 7.0.5
|
%global runtime_version 7.0.3
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 7.0.105
|
%global sdk_version 7.0.103
|
||||||
%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 }')
|
||||||
@ -619,14 +619,6 @@ export COMPlus_LTTng=0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Mar 31 2023 Omair Majid <omajid@redhat.com> - 7.0.105-1
|
|
||||||
- Update to .NET SDK 7.0.105 and Runtime 7.0.5
|
|
||||||
- Resolves: RHBZ#2183590
|
|
||||||
|
|
||||||
* 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
|
* 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
|
- Update to .NET SDK 7.0.103 and Runtime 7.0.3
|
||||||
- Resolves: RHBZ#2166775
|
- Resolves: RHBZ#2166775
|
||||||
|
Loading…
Reference in New Issue
Block a user