|
|
|
@ -49,19 +49,11 @@
|
|
|
|
|
%global runtime_arch arm64
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
%global runtime_id fedora.%{fedora}-%{runtime_arch}
|
|
|
|
|
%else
|
|
|
|
|
%if 0%{?centos}
|
|
|
|
|
%global runtime_id centos.%{centos}-%{runtime_arch}
|
|
|
|
|
%else
|
|
|
|
|
%global runtime_id rhel.%{rhel}-%{runtime_arch}
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: dotnet3.1
|
|
|
|
|
Version: %{sdk_rpm_version}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
|
Summary: .NET Core CLI tools and runtime
|
|
|
|
|
License: MIT and ASL 2.0 and BSD
|
|
|
|
|
URL: https://github.com/dotnet/
|
|
|
|
@ -511,6 +503,9 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|
|
|
|
%{_libdir}/dotnet/source-built-artifacts
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Dec 6 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.1.426-1.inferit
|
|
|
|
|
- Set runtime_id as rhel
|
|
|
|
|
|
|
|
|
|
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 3.1.426-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|