From c4b00d3751c6ea2f74007525eab66193a9c91483 Mon Sep 17 00:00:00 2001 From: tigro Date: Wed, 6 Dec 2023 23:59:30 +0300 Subject: [PATCH] Set runtime_id as rhel --- SPECS/dotnet3.1.spec | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/SPECS/dotnet3.1.spec b/SPECS/dotnet3.1.spec index d6c4329..d97a1fe 100644 --- a/SPECS/dotnet3.1.spec +++ b/SPECS/dotnet3.1.spec @@ -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 - 3.1.426-1.inferit +- Set runtime_id as rhel + * Tue Jul 25 2023 MSVSphere Packaging Team - 3.1.426-1 - Rebuilt for MSVSphere 8.8