import dotnet6.0-6.0.114-2.el8

This commit is contained in:
CentOS Sources 2023-03-17 08:09:26 +00:00 committed by Stepan Oksanichenko
parent 09cf595884
commit c1ea97d787
3 changed files with 20 additions and 27 deletions

View File

@ -1 +1 @@
8a473e8630f352e7ba320f0027096878ee5e9b39 SOURCES/dotnet-v6.0.115.tar.gz 554adeb537cf416810789e90b514bd8fd8cd3296 SOURCES/dotnet-v6.0.114.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/dotnet-v6.0.115.tar.gz SOURCES/dotnet-v6.0.114.tar.gz

View File

@ -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 6.0.15 %global host_version 6.0.14
%global runtime_version 6.0.15 %global runtime_version 6.0.14
%global aspnetcore_runtime_version %{runtime_version} %global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 6.0.115 %global sdk_version 6.0.114
%global sdk_feature_band_version %(echo %{sdk_version} | sed -e 's|[[:digit:]][[:digit:]]$|00|') %global sdk_feature_band_version %(echo %{sdk_version} | 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 }')
@ -60,7 +60,7 @@
Name: dotnet6.0 Name: dotnet6.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/
@ -479,7 +479,7 @@ export EXTRA_CFLAGS="$CFLAGS"
export EXTRA_CXXFLAGS="$CXXFLAGS" export EXTRA_CXXFLAGS="$CXXFLAGS"
export EXTRA_LDFLAGS="$LDFLAGS" export EXTRA_LDFLAGS="$LDFLAGS"
CheckEolTargetFramework=false VERBOSE=1 ./build.sh \ VERBOSE=1 ./build.sh \
%if %{without bootstrap} %if %{without bootstrap}
--with-sdk previously-built-dotnet \ --with-sdk previously-built-dotnet \
%endif %endif
@ -579,6 +579,7 @@ rm %{buildroot}%{_libdir}/dotnet/dotnet
# Provided by netstandard-targeting-pack-2.1 from another SRPM # Provided by netstandard-targeting-pack-2.1 from another SRPM
rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0 rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%files -n dotnet-hostfxr-6.0 %files -n dotnet-hostfxr-6.0
%dir %{_libdir}/dotnet/host/fxr %dir %{_libdir}/dotnet/host/fxr
%{_libdir}/dotnet/host/fxr/%{host_version} %{_libdir}/dotnet/host/fxr/%{host_version}
@ -611,33 +612,25 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%changelog %changelog
* Thu Mar 02 2023 Omair Majid <omajid@redhat.com> - 6.0.115-1 * Thu Feb 16 2023 Omair Majid <omajid@redhat.com> - 6.0.114-2
- Update to .NET SDK 6.0.115 and Runtime 6.0.15
- Resolves: RHBZ#2174985
* Thu Feb 02 2023 Omair Majid <omajid@redhat.com> - 6.0.114-1
- Update to .NET SDK 6.0.114 and Runtime 6.0.14 - Update to .NET SDK 6.0.114 and Runtime 6.0.14
- Resolves: RHBZ#2166769 - Resolves: RHBZ#2166765
* Mon Dec 19 2022 Omair Majid <omajid@redhat.com> - 6.0.113-1 * Wed Jan 11 2023 Omair Majid <omajid@redhat.com> - 6.0.113-2
- Update to .NET SDK 6.0.113 and Runtime 6.0.13 - Update to .NET SDK 6.0.113 and Runtime 6.0.13
- Resolves: RHBZ#2154458 - Resolves: RHBZ#2154456
* Thu Dec 01 2022 Omair Majid <omajid@redhat.com> - 6.0.112-1 * Wed Dec 14 2022 Omair Majid <omajid@redhat.com> - 6.0.112-2
- Update to .NET SDK 6.0.112 and Runtime 6.0.12 - Update to .NET SDK 6.0.112 and Runtime 6.0.12
- Resolves: RHBZ#2150147 - Resolves: RHBZ#2150145
* Wed Nov 02 2022 Omair Majid <omajid@redhat.com> - 6.0.111-1 * Fri Nov 18 2022 Omair Majid <omajid@redhat.com> - 6.0.111-3
- Disable subpackages provided by another SRPM
- Related: RHBZ#2138275
* Wed Nov 16 2022 Omair Majid <omajid@redhat.com> - 6.0.111-2
- Update to .NET SDK 6.0.111 and Runtime 6.0.11 - Update to .NET SDK 6.0.111 and Runtime 6.0.11
- Resolves: RHBZ#2138277 - Resolves: RHBZ#2138275
* Sat Sep 17 2022 Omair Majid <omajid@redhat.com> - 6.0.109-3
- Remove subpackages that are now provided by other packages
- Related: RHBZ#2123787
* Wed Sep 14 2022 Omair Majid <omajid@redhat.com> - 6.0.109-2
- Update to .NET SDK 6.0.109 and Runtime 6.0.9
- Resolves: RHBZ#2123787
* Tue Aug 09 2022 Omair Majid <omajid@redhat.com> - 6.0.108-1 * Tue Aug 09 2022 Omair Majid <omajid@redhat.com> - 6.0.108-1
- Update to .NET SDK 6.0.108 and Runtime 6.0.8 - Update to .NET SDK 6.0.108 and Runtime 6.0.8