Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
@ -1 +0,0 @@
|
|||||||
49ddbc37f561645bab32f02fe17849449b7f0977 SOURCES/dotnet-v5.0.214-SDK.tar.gz
|
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
SOURCES/dotnet-v5.0.214-SDK.tar.gz
|
SOURCES/dotnet-v5.0.213-SDK.tar.gz
|
||||||
|
/dotnet-v5.0.213-SDK.tar.gz
|
||||||
|
@ -20,10 +20,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 5.0.17
|
%global host_version 5.0.16
|
||||||
%global runtime_version 5.0.17
|
%global runtime_version 5.0.16
|
||||||
%global aspnetcore_runtime_version %{runtime_version}
|
%global aspnetcore_runtime_version %{runtime_version}
|
||||||
%global sdk_version 5.0.214
|
%global sdk_version 5.0.213
|
||||||
%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 }')
|
||||||
|
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: dotnet5.0
|
Name: dotnet5.0
|
||||||
Version: %{sdk_rpm_version}
|
Version: %{sdk_rpm_version}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: .NET Runtime and SDK
|
Summary: .NET Runtime and SDK
|
||||||
License: MIT and ASL 2.0 and BSD and LGPLv2+ and CC-BY and CC0 and MS-PL and EPL-1.0 and GPL+ and GPLv2 and ISC and OFL and zlib
|
License: MIT and ASL 2.0 and BSD and LGPLv2+ and CC-BY and CC0 and MS-PL and EPL-1.0 and GPL+ and GPLv2 and ISC and OFL and zlib
|
||||||
URL: https://github.com/dotnet/
|
URL: https://github.com/dotnet/
|
||||||
@ -521,10 +521,6 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 05 2022 Omair Majid <omajid@redhat.com> - 5.0.214-1
|
|
||||||
- Update to .NET SDK 5.0.214 and Runtime 5.0.17
|
|
||||||
- Resolves: RHBZ#2082258
|
|
||||||
|
|
||||||
* Thu Apr 28 2022 Omair Majid <omajid@redhat.com> - 5.0.213-2
|
* Thu Apr 28 2022 Omair Majid <omajid@redhat.com> - 5.0.213-2
|
||||||
- Update to .NET SDK 5.0.213 and Runtime 5.0.16
|
- Update to .NET SDK 5.0.213 and Runtime 5.0.16
|
||||||
- Resolves: RHBZ#2080053
|
- Resolves: RHBZ#2080053
|
Loading…
Reference in New Issue
Block a user