Revert OL modifications
This commit is contained in:
parent
11ff0bab86
commit
282f915232
File diff suppressed because it is too large
Load Diff
@ -56,11 +56,11 @@
|
|||||||
%global runtime_arch s390x
|
%global runtime_arch s390x
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{!?runtime_id:%global runtime_id %(. /etc/os-release ; echo "${ID}.${VERSION_ID}")-%{runtime_arch}}
|
%{!?runtime_id:%global runtime_id %(. /etc/os-release ; echo "${ID}.${VERSION_ID%%.*}")-%{runtime_arch}}
|
||||||
|
|
||||||
Name: dotnet6.0
|
Name: dotnet6.0
|
||||||
Version: %{sdk_rpm_version}
|
Version: %{sdk_rpm_version}
|
||||||
Release: 1.0.1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: .NET Runtime and SDK
|
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
|
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/
|
URL: https://github.com/dotnet/
|
||||||
@ -112,7 +112,6 @@ Patch1001: msbuild-no-systemconfiguration.patch
|
|||||||
Patch1500: sdk-telemetry-optout.patch
|
Patch1500: sdk-telemetry-optout.patch
|
||||||
|
|
||||||
|
|
||||||
Patch10000: 10000-Add-missing-OL-Runtime-IDs.patch
|
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?rhel} >= 8
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||||
ExclusiveArch: aarch64 x86_64 s390x
|
ExclusiveArch: aarch64 x86_64 s390x
|
||||||
@ -410,8 +409,6 @@ pushd src/sdk
|
|||||||
%patch1500 -p1
|
%patch1500 -p1
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%patch10000 -p1
|
|
||||||
|
|
||||||
pushd src/installer
|
pushd src/installer
|
||||||
popd
|
popd
|
||||||
|
|
||||||
@ -612,9 +609,6 @@ rm -rf %{buildroot}%{_libdir}/dotnet/packs/NETStandard.Library.Ref/2.1.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jun 22 2023 EL Errata <el-errata_ww@oracle.com> - 6.0.119-1.0.1
|
|
||||||
- Add missing Oracle Linux Runtime IDs
|
|
||||||
|
|
||||||
* Tue Jun 20 2023 Omair Majid <omajid@redhat.com> - 6.0.119-1
|
* Tue Jun 20 2023 Omair Majid <omajid@redhat.com> - 6.0.119-1
|
||||||
- Update to .NET SDK 6.0.119 and Runtime 6.0.19
|
- Update to .NET SDK 6.0.119 and Runtime 6.0.19
|
||||||
- Resolves: RHBZ#2216220
|
- Resolves: RHBZ#2216220
|
||||||
|
Loading…
Reference in New Issue
Block a user