From 2b0e085e5507f03e13bd283e60b4fc3bf6e30773 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Mar 02 2019 21:25:24 +0000 Subject: Fix accidentally removed requires from -sdk to -runtime --- diff --git a/dotnet2.2.spec b/dotnet2.2.spec index 2a64001..2196ea1 100644 --- a/dotnet2.2.spec +++ b/dotnet2.2.spec @@ -33,7 +33,7 @@ Name: %{simple_name}2.2 Version: %{sdk_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: .NET Core CLI tools and runtime License: MIT and ASL 2.0 and BSD URL: https://github.com/dotnet/ @@ -193,6 +193,8 @@ applications and micro-services. Version: %{sdk_version} Summary: .NET Core 2.2 Software Development Kit +Requires: %{simple_name}-runtime-2.2%{?_isa} >= %{runtime_version}-%{release} + Provides: %{simple_name}-sdk-2.2.1xx = %{version}-%{release} Obsoletes: %{simple_name}-sdk-2.2.1xx <= 2.2.103-4 @@ -330,6 +332,9 @@ echo "Testing build results for debug symbols..." %{_libdir}/%{simple_name}/sdk/%{sdk_version} %changelog +* Sat Mar 02 2019 Omair Majid - 2.2.104-2 +- Fix accidentally removed requires from -sdk to -runtime + * Tue Feb 19 2019 Omair Majid - 2.2.104-1 - Update to .NET Core Runtime 2.2.2 and SDK 2.2.104