Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
staging
rpms
dotnet5.0
Commits
7ab93dab
Commit
7ab93dab
authored
Nov 13, 2021
by
Rocky Automation
📺
Browse files
import dotnet5.0-5.0.208-2.el8_5
parent
b70a0d19
Changes
1
Hide whitespace changes
Inline
Side-by-side
SPECS/dotnet5.0.spec
View file @
7ab93dab
...
...
@@ -54,61 +54,60 @@
%{!?runtime_id:%global runtime_id %(. /etc/os-release ; echo "${ID}.${VERSION_ID%%.*}")-%{runtime_arch}}
Name:
dotnet5.0
Version:
%{sdk_rpm_version}
Release:
2%{?dist}
.rocky.0.1
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/
Name: dotnet5.0
Version: %{sdk_rpm_version}
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/
# The source is generated on a Fedora box via:
# ./build-dotnet-tarball v%%{src_version}-SDK
Source0:
dotnet-v%{src_version}-SDK.tar.gz
Source1:
check-debug-symbols.py
Source2:
dotnet.sh.in
Source0: dotnet-v%{src_version}-SDK.tar.gz
Source1: check-debug-symbols.py
Source2: dotnet.sh.in
Patch1:
source-build-remove-test-references-from-patches.patch
Patch1: source-build-remove-test-references-from-patches.patch
# Disable telemetry by default; make it opt-in
Patch500: sdk-telemetry-optout.patch
Patch501: 0001-Add-Rocky-Linux-specific-changes.patch
Patch500: sdk-telemetry-optout.patch
%if 0%{?fedora} > 32 || 0%{?rhel} > 8
ExclusiveArch:
aarch64 x86_64
ExclusiveArch: aarch64 x86_64
%else
ExclusiveArch:
x86_64
ExclusiveArch: x86_64
%endif
BuildRequires:
clang
BuildRequires:
cmake
BuildRequires:
coreutils
BuildRequires:
dotnet-sdk-5.0
BuildRequires: clang
BuildRequires: cmake
BuildRequires: coreutils
BuildRequires: dotnet-sdk-5.0
%if %{without bootstrap}
BuildRequires:
dotnet5.0-build-reference-packages
BuildRequires:
dotnet-sdk-5.0-source-built-artifacts
BuildRequires: dotnet5.0-build-reference-packages
BuildRequires: dotnet-sdk-5.0-source-built-artifacts
%endif
BuildRequires:
findutils
BuildRequires:
git
BuildRequires: findutils
BuildRequires: git
%if 0%{?fedora} || 0%{?rhel} > 7
BuildRequires:
glibc-langpack-en
BuildRequires: glibc-langpack-en
%endif
BuildRequires:
hostname
BuildRequires:
krb5-devel
BuildRequires:
libcurl-devel
BuildRequires:
libicu-devel
BuildRequires: hostname
BuildRequires: krb5-devel
BuildRequires: libcurl-devel
BuildRequires: libicu-devel
%if ! %{use_bundled_libunwind}
BuildRequires:
libunwind-devel
BuildRequires: libunwind-devel
%endif
BuildRequires:
lldb-devel
BuildRequires:
llvm
BuildRequires:
lttng-ust-devel
BuildRequires:
make
BuildRequires:
openssl-devel
BuildRequires:
python3
BuildRequires:
systemtap-sdt-devel
BuildRequires:
tar
BuildRequires:
zlib-devel
BuildRequires: lldb-devel
BuildRequires: llvm
BuildRequires: lttng-ust-devel
BuildRequires: make
BuildRequires: openssl-devel
BuildRequires: python3
BuildRequires: systemtap-sdt-devel
BuildRequires: tar
BuildRequires: zlib-devel
%description
.NET is a fast, lightweight and modular platform for creating
...
...
@@ -124,10 +123,10 @@ application to drive everything.
%package -n dotnet
Version:
%{sdk_rpm_version}
Summary:
.NET CLI tools and runtime
Version: %{sdk_rpm_version}
Summary: .NET CLI tools and runtime
Requires:
dotnet-sdk-5.0%{?_isa} >= %{sdk_rpm_version}-%{release}
Requires: dotnet-sdk-5.0%{?_isa} >= %{sdk_rpm_version}-%{release}
%description -n dotnet
.NET is a fast, lightweight and modular platform for creating
...
...
@@ -143,8 +142,8 @@ application to drive everything.
%package -n dotnet-host
Version:
%{host_rpm_version}
Summary:
.NET command line launcher
Version: %{host_rpm_version}
Summary: .NET command line launcher
%description -n dotnet-host
The .NET host is a command line program that runs a standalone
...
...
@@ -159,12 +158,12 @@ applications and micro-services.
%package -n dotnet-hostfxr-5.0
Version:
%{host_rpm_version}
Summary:
.NET command line host resolver
Version: %{host_rpm_version}
Summary: .NET command line host resolver
# Theoretically any version of the host should work. But lets aim for the one
# provided by this package, or from a newer version of .NET
Requires:
dotnet-host%{?_isa} >= %{host_rpm_version}-%{release}
Requires: dotnet-host%{?_isa} >= %{host_rpm_version}-%{release}
%description -n dotnet-hostfxr-5.0
The .NET host resolver contains the logic to resolve and select
...
...
@@ -179,16 +178,16 @@ applications and micro-services.
%package -n dotnet-runtime-5.0
Version:
%{runtime_rpm_version}
Summary:
NET 5.0 runtime
Version: %{runtime_rpm_version}
Summary: NET 5.0 runtime
Requires:
dotnet-hostfxr-5.0%{?_isa} >= %{host_rpm_version}-%{release}
Requires: dotnet-hostfxr-5.0%{?_isa} >= %{host_rpm_version}-%{release}
# libicu is dlopen()ed
Requires:
libicu%{?_isa}
Requires: libicu%{?_isa}
%if %{use_bundled_libunwind}
Provides:
bundled(libunwind) = 1.3
Provides: bundled(libunwind) = 1.3
%endif
%description -n dotnet-runtime-5.0
...
...
@@ -205,10 +204,10 @@ applications and micro-services.
%package -n aspnetcore-runtime-5.0
Version:
%{aspnetcore_runtime_rpm_version}
Summary:
ASP.NET Core 5.0 runtime
Version: %{aspnetcore_runtime_rpm_version}
Summary: ASP.NET Core 5.0 runtime
Requires:
dotnet-runtime-5.0%{?_isa} >= %{runtime_rpm_version}-%{release}
Requires: dotnet-runtime-5.0%{?_isa} >= %{runtime_rpm_version}-%{release}
%description -n aspnetcore-runtime-5.0
The ASP.NET Core runtime contains everything needed to run .NET
...
...
@@ -224,12 +223,12 @@ applications and micro-services.
%package -n dotnet-templates-5.0
Version:
%{sdk_rpm_version}
Summary:
.NET 5.0 templates
Version: %{sdk_rpm_version}
Summary: .NET 5.0 templates
# Theoretically any version of the host should work. But lets aim for the one
# provided by this package, or from a newer version of .NET
Requires:
dotnet-host%{?_isa} >= %{host_rpm_version}-%{release}
Requires: dotnet-host%{?_isa} >= %{host_rpm_version}-%{release}
%description -n dotnet-templates-5.0
This package contains templates used by the .NET SDK.
...
...
@@ -243,21 +242,21 @@ applications and micro-services.
%package -n dotnet-sdk-5.0
Version:
%{sdk_rpm_version}
Summary:
.NET 5.0 Software Development Kit
Version: %{sdk_rpm_version}
Summary: .NET 5.0 Software Development Kit
Provides:
bundled(js-jquery)
Provides:
bundled(npm)
Provides: bundled(js-jquery)
Provides: bundled(npm)
Requires:
dotnet-runtime-5.0%{?_isa} >= %{runtime_rpm_version}-%{release}
Requires:
aspnetcore-runtime-5.0%{?_isa} >= %{aspnetcore_runtime_rpm_version}-%{release}
Requires: dotnet-runtime-5.0%{?_isa} >= %{runtime_rpm_version}-%{release}
Requires: aspnetcore-runtime-5.0%{?_isa} >= %{aspnetcore_runtime_rpm_version}-%{release}
Requires:
dotnet-apphost-pack-5.0%{?_isa} >= %{runtime_rpm_version}-%{release}
Requires:
dotnet-targeting-pack-5.0%{?_isa} >= %{runtime_rpm_version}-%{release}
Requires:
aspnetcore-targeting-pack-5.0%{?_isa} >= %{aspnetcore_runtime_rpm_version}-%{release}
Requires:
netstandard-targeting-pack-2.1%{?_isa} >= %{sdk_rpm_version}-%{release}
Requires: dotnet-apphost-pack-5.0%{?_isa} >= %{runtime_rpm_version}-%{release}
Requires: dotnet-targeting-pack-5.0%{?_isa} >= %{runtime_rpm_version}-%{release}
Requires: aspnetcore-targeting-pack-5.0%{?_isa} >= %{aspnetcore_runtime_rpm_version}-%{release}
Requires: netstandard-targeting-pack-2.1%{?_isa} >= %{sdk_rpm_version}-%{release}
Requires:
dotnet-templates-5.0%{?_isa} >= %{sdk_rpm_version}-%{release}
Requires: dotnet-templates-5.0%{?_isa} >= %{sdk_rpm_version}-%{release}
%description -n dotnet-sdk-5.0
The .NET SDK is a collection of command line applications to
...
...
@@ -273,10 +272,10 @@ applications and micro-services.
%global dotnet_targeting_pack() %{expand:
%package -n %{1}
Version:
%{2}
Summary:
Targeting Pack for %{3} %{4}
Version: %{2}
Summary: Targeting Pack for %{3} %{4}
Requires:
dotnet-host%{?_isa}
Requires: dotnet-host%{?_isa}
%description -n %{1}
This package provides a targeting pack for %{3} %{4}
...
...
@@ -296,8 +295,8 @@ applications using the .NET SDK.
%package -n dotnet-sdk-5.0-source-built-artifacts
Version:
%{sdk_rpm_version}
Summary:
Internal package for building .NET 5.0 Software Development Kit
Version: %{sdk_rpm_version}
Summary: Internal package for building .NET 5.0 Software Development Kit
%description -n dotnet-sdk-5.0-source-built-artifacts
The .NET source-built archive is a collection of packages needed
...
...
@@ -350,7 +349,6 @@ cat source-build-info.txt
find -iname 'nuget.config' -exec echo {}: \; -exec cat {} \; -exec echo \;
%patch501 -p1
%build
cat /etc/os-release
...
...
@@ -518,9 +516,6 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
%changelog
* Wed Nov 10 2021 Release Engineering <releng@rockylinux.org> - 5.0.208-2.rocky.0.1
- Add Rocky Linux specific changes
* Wed Oct 13 2021 Omair Majid <omajid@redhat.com> - 5.0.208-2
- Update to .NET SDK 5.0.208 and Runtime 5.0.11
- Resolves: 2015936
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment