Compare commits

...

No commits in common. 'c9' and 'c9-beta' have entirely different histories.
c9 ... c9-beta

@ -1 +1 @@
2afbea98a8b143f8605fcd1839160ffb3b8401eb SOURCES/dotnet-v6.0.135.tar.gz 2ab042bd26f92c6d7608a790b43a284e8721463e SOURCES/dotnet-v6.0.133.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/dotnet-v6.0.135.tar.gz SOURCES/dotnet-v6.0.133.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 6.0.35 %global host_version 6.0.33
%global runtime_version 6.0.35 %global runtime_version 6.0.33
%global aspnetcore_runtime_version %{runtime_version} %global aspnetcore_runtime_version %{runtime_version}
%global sdk_version 6.0.135 %global sdk_version 6.0.133
%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/
@ -475,8 +475,7 @@ export COMPlus_LTTng=0
export OPENSSL_ENABLE_SHA1_SIGNATURES=1 export OPENSSL_ENABLE_SHA1_SIGNATURES=1
%endif %endif
CheckEolTargetFramework=false VERBOSE=1 timeout 6h \ CheckEolTargetFramework=false VERBOSE=1 ./build.sh \
./build.sh \
%if %{without bootstrap} %if %{without bootstrap}
--with-sdk previously-built-dotnet \ --with-sdk previously-built-dotnet \
%endif %endif
@ -613,25 +612,17 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%changelog %changelog
* Sat Sep 28 2024 Omair Majid <omajid@redhat.com> - 6.0.135-1 * Wed Aug 14 2024 Omair Majid <omajid@redhat.com> - 6.0.133-2
- Update to .NET SDK 6.0.135 and Runtime 6.0.35
- Resolves: RHEL-60798
* Thu Aug 29 2024 Omair Majid <omajid@redhat.com> - 6.0.134-1
- Update to .NET SDK 6.0.134 and Runtime 6.0.34
- Resolves: RHEL-56683
* Thu Aug 01 2024 Omair Majid <omajid@redhat.com> - 6.0.133-1
- Update to .NET SDK 6.0.133 and Runtime 6.0.33 - Update to .NET SDK 6.0.133 and Runtime 6.0.33
- Resolves: RHEL-52386 - Resolves: RHEL-52385
* Thu Jun 27 2024 Omair Majid <omajid@redhat.com> - 6.0.132-1 * Tue Jul 09 2024 Omair Majid <omajid@redhat.com> - 6.0.132-2
- Update to .NET SDK 6.0.132 and Runtime 6.0.32 - Update to .NET SDK 6.0.132 and Runtime 6.0.32
- Resolves: RHEL-45321 - Resolves: RHEL-45320
* Mon May 06 2024 Omair Majid <omajid@redhat.com> - 6.0.130-1 * Wed May 15 2024 Omair Majid <omajid@redhat.com> - 6.0.130-2
- Update to .NET SDK 6.0.130 and Runtime 6.0.30 - Update to .NET SDK 6.0.130 and Runtime 6.0.30
- Resolves: RHEL-35310 - Resolves: RHEL-35308
* Tue Apr 09 2024 Omair Majid <omajid@redhat.com> - 6.0.129-2 * Tue Apr 09 2024 Omair Majid <omajid@redhat.com> - 6.0.129-2
- Update to .NET SDK 6.0.129 and Runtime 6.0.29 - Update to .NET SDK 6.0.129 and Runtime 6.0.29

Loading…
Cancel
Save