import UBI dotnet7.0-7.0.114-1.el8_9
This commit is contained in:
parent
38ccb15fd7
commit
c15eaa1c6c
@ -1 +1 @@
|
||||
0c6d0f79f03074ba162458d8f31381dbfd454ee3 SOURCES/dotnet-v7.0.113.tar.gz
|
||||
ddf46282afb1c03b24a2345d5189606cf8a43400 SOURCES/dotnet-v7.0.114.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/dotnet-v7.0.113.tar.gz
|
||||
SOURCES/dotnet-v7.0.114.tar.gz
|
||||
|
@ -7,10 +7,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.13
|
||||
%global runtime_version 7.0.13
|
||||
%global host_version 7.0.14
|
||||
%global runtime_version 7.0.14
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 7.0.113
|
||||
%global sdk_version 7.0.114
|
||||
%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 }')
|
||||
@ -52,7 +52,7 @@
|
||||
|
||||
Name: dotnet7.0
|
||||
Version: %{sdk_rpm_version}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
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
|
||||
URL: https://github.com/dotnet/
|
||||
@ -613,6 +613,10 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 02 2023 Omair Majid <omajid@redhat.com> - 7.0.114-1
|
||||
- Update to .NET SDK 7.0.114 and Runtime 7.0.14
|
||||
- Resolves: RHEL-15358
|
||||
|
||||
* Tue Oct 24 2023 Omair Majid <omajid@redhat.com> - 7.0.113-2
|
||||
- Update to .NET SDK 7.0.113 and Runtime 7.0.13
|
||||
- Resolves: RHEL-14474
|
||||
|
Loading…
Reference in New Issue
Block a user