import dotnet6.0-6.0.118-1.el8_8

i8c changed/i8c/dotnet6.0-6.0.118-1.el8_8
MSVSphere Packaging Team 11 months ago
parent 555b0ac4c1
commit 5f8afac48c

@ -1 +1 @@
a71648c62e5f955911ccc8530d43fc396b656f15 SOURCES/dotnet-v6.0.116.tar.gz
81df4bcfffa6a022df2da2e2c9d3fb488a127671 SOURCES/dotnet-v6.0.118.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/dotnet-v6.0.116.tar.gz
SOURCES/dotnet-v6.0.118.tar.gz

@ -20,10 +20,10 @@
# until that's done, disable LTO. This has to happen before setting the flags below.
%define _lto_cflags %{nil}
%global host_version 6.0.16
%global runtime_version 6.0.16
%global host_version 6.0.18
%global runtime_version 6.0.18
%global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 6.0.116
%global sdk_version 6.0.118
%global sdk_feature_band_version %(echo %{sdk_version} | 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 }')
@ -60,7 +60,7 @@
Name: dotnet6.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/
@ -612,9 +612,17 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%changelog
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 6.0.116-2
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 6.0.118-1
- Rebuilt for MSVSphere 8.8
* Thu Jun 01 2023 Andrew Slice <andrew.slice@redhat.com> - 6.0.118-1
- Update to .NET SDK 6.0.118 and Runtime 6.0.18
- Resolves: RHBZ#2212378
* Thu May 04 2023 Omair Majid <omajid@redhat.com> - 6.0.117-2
- Update to .NET SDK 6.0.117 and Runtime 6.0.17
- Resolves: RHBZ#2190262
* Wed Apr 12 2023 Omair Majid <omajid@redhat.com> - 6.0.116-2
- Update to .NET SDK 6.0.116 and Runtime 6.0.16
- Resolves: RHBZ#2183580

Loading…
Cancel
Save