|
|
@ -40,19 +40,11 @@
|
|
|
|
%global use_bundled_libunwind 1
|
|
|
|
%global use_bundled_libunwind 1
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
|
|
|
%global runtime_id fedora.%{fedora}-x64
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%if 0%{?centos}
|
|
|
|
|
|
|
|
%global runtime_id centos.%{centos}-x64
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%global runtime_id rhel.%{rhel}-x64
|
|
|
|
%global runtime_id rhel.%{rhel}-x64
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: dotnet3.0
|
|
|
|
Name: dotnet3.0
|
|
|
|
Version: %{sdk_rpm_version}
|
|
|
|
Version: %{sdk_rpm_version}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
Summary: .NET Core CLI tools and runtime
|
|
|
|
Summary: .NET Core CLI tools and runtime
|
|
|
|
License: MIT and ASL 2.0 and BSD
|
|
|
|
License: MIT and ASL 2.0 and BSD
|
|
|
|
URL: https://github.com/dotnet/
|
|
|
|
URL: https://github.com/dotnet/
|
|
|
@ -71,6 +63,10 @@ Patch300: core-setup-do-not-strip.patch
|
|
|
|
|
|
|
|
|
|
|
|
Patch500: cli-telemetry-optout.patch
|
|
|
|
Patch500: cli-telemetry-optout.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Fix build
|
|
|
|
|
|
|
|
Patch700: 0001-Fix-re-declarations-of-builtin-functions-with-clang-.patch
|
|
|
|
|
|
|
|
Patch701: 0002-Add-missing-constructor.patch
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: x86_64
|
|
|
|
ExclusiveArch: x86_64
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: clang
|
|
|
|
BuildRequires: clang
|
|
|
@ -309,6 +305,9 @@ pushd src/cli.*
|
|
|
|
%patch500 -p1
|
|
|
|
%patch500 -p1
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%patch700 -p1
|
|
|
|
|
|
|
|
%patch701 -p1
|
|
|
|
|
|
|
|
|
|
|
|
# If CLR_CMAKE_USE_SYSTEM_LIBUNWIND=TRUE is misisng, add it back
|
|
|
|
# If CLR_CMAKE_USE_SYSTEM_LIBUNWIND=TRUE is misisng, add it back
|
|
|
|
grep CLR_CMAKE_USE_SYSTEM_LIBUNWIND repos/coreclr.proj || \
|
|
|
|
grep CLR_CMAKE_USE_SYSTEM_LIBUNWIND repos/coreclr.proj || \
|
|
|
|
sed -i 's|\$(BuildArguments) </BuildArguments>|$(BuildArguments) cmakeargs -DCLR_CMAKE_USE_SYSTEM_LIBUNWIND=TRUE</BuildArguments>|' repos/coreclr.proj
|
|
|
|
sed -i 's|\$(BuildArguments) </BuildArguments>|$(BuildArguments) cmakeargs -DCLR_CMAKE_USE_SYSTEM_LIBUNWIND=TRUE</BuildArguments>|' repos/coreclr.proj
|
|
|
@ -446,6 +445,14 @@ echo "Testing build results for debug symbols..."
|
|
|
|
%dir %{_libdir}/dotnet/packs
|
|
|
|
%dir %{_libdir}/dotnet/packs
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Dec 7 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.0.103-1.inferit
|
|
|
|
|
|
|
|
- Fix re-declarations of builtin functions with clang 10
|
|
|
|
|
|
|
|
- Add missing constructor (fix build)
|
|
|
|
|
|
|
|
- Fix runtime_id
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 3.0.103-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 05 2020 Omair Majid <omajid@redhat.com> - 3.0.103-1
|
|
|
|
* Thu Mar 05 2020 Omair Majid <omajid@redhat.com> - 3.0.103-1
|
|
|
|
- Update to .NET Core Runtime 3.0.3 and SDK 3.0.103
|
|
|
|
- Update to .NET Core Runtime 3.0.3 and SDK 3.0.103
|
|
|
|
- Resolves: RHBZ#1806956
|
|
|
|
- Resolves: RHBZ#1806956
|
|
|
|