|
|
|
|
@ -436,7 +436,7 @@ applications using the .NET SDK.
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
%dotnet_targeting_pack dotnet-apphost-pack-%{dotnetver} %{runtime_rpm_version} Microsoft.NETCore.App %{dotnetver} Microsoft.NETCore.App.Host.%{runtime_id}
|
|
|
|
|
%dotnet_targeting_pack dotnet-targeting-pack-%{dotnetver} %{runtime_rpm_version} Microsoft.NETCore.App %{dotnetver} Microsoft.NETCore.App.Ref
|
|
|
|
|
%dotnet_targeting_pack dotnet-targeting-pack-%{dotnetver} %{runtime_rpm_version} Microsoft.NETCore.App.Ref %{dotnetver} Microsoft.NETCore.App.Ref
|
|
|
|
|
%dotnet_targeting_pack aspnetcore-targeting-pack-%{dotnetver} %{aspnetcore_runtime_rpm_version} Microsoft.AspNetCore.App %{dotnetver} Microsoft.AspNetCore.App.Ref
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -599,24 +599,10 @@ CXXFLAGS=$(echo $CXXFLAGS | sed -e 's/ -march=z13//')
|
|
|
|
|
CXXFLAGS=$(echo $CXXFLAGS | sed -e 's/ -mtune=z14//')
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} >= 10
|
|
|
|
|
# This *seems* to avoid https://github.com/dotnet/runtime/issues/119070
|
|
|
|
|
# FIXME: Re-test this, and/or replace with upstream fix
|
|
|
|
|
CFLAGS=$(echo $CFLAGS | sed -e 's/-march=x86-64-v3 //')
|
|
|
|
|
CXXFLAGS=$(echo $CXXFLAGS | sed -e 's/-march=x86-64-v3 //')
|
|
|
|
|
LDFLAGS=$(echo $LDFLAGS | sed -e 's/-march=x86-64-v3 //')
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Enabling fortify-source and "-Wall -Weverything" produces new warnings from libc. Turn them off.
|
|
|
|
|
CFLAGS="$CFLAGS -Wno-used-but-marked-unused"
|
|
|
|
|
CXXFLAGS="$CXXFLAGS -Wno-used-but-marked-unused"
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 43 || 0%{?rhel} > 10
|
|
|
|
|
# -Wall includes Wjump-misses-init in newer clang versions
|
|
|
|
|
CFLAGS="$CFLAGS -Wno-jump-misses-init"
|
|
|
|
|
CXXFLAGS="$CXXFLAGS -Wno-jump-misses-init"
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
export EXTRA_CFLAGS="$CFLAGS"
|
|
|
|
|
export EXTRA_CXXFLAGS="$CXXFLAGS"
|
|
|
|
|
export EXTRA_LDFLAGS="$LDFLAGS"
|
|
|
|
|
@ -652,10 +638,8 @@ system_libs=
|
|
|
|
|
|
|
|
|
|
%ifarch ppc64le s390x
|
|
|
|
|
max_attempts=3
|
|
|
|
|
timeout=5h
|
|
|
|
|
%else
|
|
|
|
|
max_attempts=3
|
|
|
|
|
timeout=120m
|
|
|
|
|
max_attempts=1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
function retry_until_success {
|
|
|
|
|
@ -704,7 +688,7 @@ EOF
|
|
|
|
|
chmod +x dotnet-rpm-build.sh
|
|
|
|
|
|
|
|
|
|
VERBOSE=1 retry_until_success $max_attempts \
|
|
|
|
|
timeout $timeout \
|
|
|
|
|
timeout 5h \
|
|
|
|
|
./dotnet-rpm-build.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -918,40 +902,32 @@ export COMPlus_LTTng=0
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Dec 09 2025 Omair Majid <omajid@redhat.com> - 10.0.101-2
|
|
|
|
|
- Update to .NET SDK 10.0.101 and Runtime 10.0.1
|
|
|
|
|
- Resolves: RHEL-130939
|
|
|
|
|
- Resolves: RHEL-130937
|
|
|
|
|
|
|
|
|
|
* Wed Nov 12 2025 Omair Majid <omajid@redhat.com> - 10.0.100-2
|
|
|
|
|
* Wed Nov 12 2025 Omair Majid <omajid@redhat.com> - 10.0.100-1
|
|
|
|
|
- Update to .NET SDK 10.0.100 and Runtime 10.0.0
|
|
|
|
|
- Resolves: RHEL-125749
|
|
|
|
|
- Resolves: RHEL-125747
|
|
|
|
|
|
|
|
|
|
* Wed Oct 15 2025 Omair Majid <omajid@redhat.com> - 10.0.100~rc.2.25502.107-0.12
|
|
|
|
|
* Fri Oct 17 2025 Omair Majid <omajid@redhat.com> - 10.0.100~rc.2.25502.107-0.10
|
|
|
|
|
- Update to .NET SDK 10.0.100-rc.2.25502.107 and Runtime 10.0.0-rc.2.25502.107
|
|
|
|
|
- Resolves: RHEL-121558
|
|
|
|
|
- Resolves: RHEL-121301
|
|
|
|
|
|
|
|
|
|
* Tue Sep 30 2025 Omair Majid <omajid@redhat.com> - 10.0.100~rc.1.25451.107-0.11
|
|
|
|
|
* Mon Sep 15 2025 Omair Majid <omajid@redhat.com> - 10.0.100~preview.6.25358.103-0.9
|
|
|
|
|
- Disable bootstrap
|
|
|
|
|
- Related: RHEL-114571
|
|
|
|
|
- Resolves: RHEL-114568
|
|
|
|
|
|
|
|
|
|
* Sun Sep 14 2025 Omair Majid <omajid@redhat.com> - 10.0.100~rc.1.25451.107-0.10
|
|
|
|
|
* Sun Sep 14 2025 Omair Majid <omajid@redhat.com> - 10.0.100~preview.6.25358.103-0.8
|
|
|
|
|
- Update to .NET 10 RC 1
|
|
|
|
|
- Resolves: RHEL-114571
|
|
|
|
|
- Resolves: RHEL-114568
|
|
|
|
|
|
|
|
|
|
* Tue Sep 09 2025 Omair Majid <omajid@redhat.com> - 10.0.100~preview.7.25380.108-0.9
|
|
|
|
|
* Thu Sep 04 2025 Omair Majid <omajid@redhat.com> - 10.0.100~preview.6.25358.103-0.7
|
|
|
|
|
- Drop netstandard-targeting-pack-2.1, it's being removed by upstream in RC 1
|
|
|
|
|
- Related: RHEL-98673
|
|
|
|
|
|
|
|
|
|
* Wed Aug 06 2025 Omair Majid <omajid@redhat.com> - 10.0.100~preview.6.25358.103-0.6
|
|
|
|
|
- Disable bootstrap
|
|
|
|
|
- Related: RHEL-98678
|
|
|
|
|
|
|
|
|
|
* Thu Sep 04 2025 Omair Majid <omajid@redhat.com> - 10.0.100~preview.7.25380.108-0.8
|
|
|
|
|
- Drop netstandard-targeting-pack-2.1
|
|
|
|
|
- Related: RHEL-98678
|
|
|
|
|
|
|
|
|
|
* Sat Aug 23 2025 Omair Majid <omajid@redhat.com> - 10.0.100~preview.7.25380.108-0.7
|
|
|
|
|
- Update to .NET 10 Preview 7
|
|
|
|
|
- Related: RHEL-98678
|
|
|
|
|
|
|
|
|
|
* Tue Aug 19 2025 Omair Majid <omajid@redhat.com> - 10.0.100~preview.6.25358.103-0.6
|
|
|
|
|
- Rebuild to try and get rid of random errors
|
|
|
|
|
- Related: RHEL-98678
|
|
|
|
|
- Resolves: RHEL-98673
|
|
|
|
|
|
|
|
|
|
* Fri Aug 01 2025 Omair Majid <omajid@redhat.com> - 10.0.100~preview.6.25358.103-0.5
|
|
|
|
|
- Initial commit on c10s
|
|
|
|
|
- Resolves: RHEL-98678
|
|
|
|
|
- Initial commit on c9s
|
|
|
|
|
- Resolves: RHEL-98673
|
|
|
|
|
|