Compare commits

...

No commits in common. 'c9' and 'i9c-beta' have entirely different histories.
c9 ... i9c-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.
%define _lto_cflags %{nil}
%global host_version 6.0.35
%global runtime_version 6.0.35
%global host_version 6.0.33
%global runtime_version 6.0.33
%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 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: 1%{?dist}
Release: 2%{?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/
@ -475,8 +475,7 @@ export COMPlus_LTTng=0
export OPENSSL_ENABLE_SHA1_SIGNATURES=1
%endif
CheckEolTargetFramework=false VERBOSE=1 timeout 6h \
./build.sh \
CheckEolTargetFramework=false VERBOSE=1 ./build.sh \
%if %{without bootstrap}
--with-sdk previously-built-dotnet \
%endif
@ -613,25 +612,17 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%changelog
* Sat Sep 28 2024 Omair Majid <omajid@redhat.com> - 6.0.135-1
- 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
* Wed Aug 14 2024 Omair Majid <omajid@redhat.com> - 6.0.133-2
- 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
- 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
- Resolves: RHEL-35310
- Resolves: RHEL-35308
* 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
@ -661,6 +652,9 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
- Update to .NET SDK 6.0.123 and Runtime 6.0.23
- Resolves: RHEL-11689
* Mon Oct 09 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 6.0.122-2
- Rebuilt for MSVSphere 9.3 beta
* Tue Sep 12 2023 Omair Majid <omajid@redhat.com> - 6.0.122-2
- Update to .NET SDK 6.0.122 and Runtime 6.0.22
- Resolves: RHEL-1997

Loading…
Cancel
Save