import UBI dotnet7.0-7.0.114-1.el9_3

This commit is contained in:
eabdullin 2023-11-15 20:57:31 +00:00
parent f76145b80c
commit ea924e8ceb
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
1cdbf0686cb78097e778fce933f6d138bb6f22f1 SOURCES/dotnet-v7.0.113.tar.gz
a21cfc1f835acafe4c1b41500844e3a3b99e0582 SOURCES/dotnet-v7.0.114.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v7.0.113.tar.gz
SOURCES/dotnet-v7.0.114.tar.gz

View File

@ -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.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 }')
@ -51,7 +51,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/
@ -609,6 +609,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-15357
* 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-14467