From 49f0087fb9f5091c0a4ba54627de8a294e588f16 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Aug 22 2018 01:54:08 +0000 Subject: Update to .NET Core Runtime 2.1.3 and SDK 2.1.401 --- diff --git a/dotnet.spec b/dotnet.spec index 60447e9..10428dc 100644 --- a/dotnet.spec +++ b/dotnet.spec @@ -12,8 +12,8 @@ %global __provides_exclude ^(%{privlibs})\\.so %global __requires_exclude ^(%{privlibs})\\.so -%global sdk_version 2.1.302 -%global runtime_version 2.1.2 +%global sdk_version 2.1.401 +%global runtime_version 2.1.3 Name: dotnet Version: %{sdk_version} @@ -111,7 +111,7 @@ applications and micro-services. Version: %{sdk_version} Summary: .NET Core 2.1 Software Development Kit -Requires: %{name}-sdk-2.1.3xx%{?_isa} +Requires: %{name}-sdk-2.1.4xx%{?_isa} %description sdk-2.1 The .NET Core SDK is a collection of command line applications to @@ -123,14 +123,14 @@ cross platform applications that work on Linux, Mac and Windows. It particularly focuses on creating console applications, web applications and micro-services. -%package sdk-2.1.3xx +%package sdk-2.1.4xx Version: %{sdk_version} -Summary: .NET Core 2.1.3xx Software Development Kit +Summary: .NET Core 2.1.4xx Software Development Kit Requires: %{name}-runtime-2.1%{?_isa} -%description sdk-2.1.3xx +%description sdk-2.1.4xx The .NET Core SDK is a collection of command line applications to create, build, publish and run .NET Core applications. @@ -212,11 +212,14 @@ echo "Testing build results for debug symbols..." %files sdk-2.1 # empty package useful for dependencies -%files sdk-2.1.3xx +%files sdk-2.1.4xx %dir %{_libdir}/%{name}/sdk %{_libdir}/%{name}/sdk/%{sdk_version} %changelog +* Tue Aug 21 2018 Omair Majid - 2.1.401-1 +- Update to .NET Core Runtime 2.1.3 and SDK 2.1.401 + * Mon Aug 20 2018 Omair Majid - 2.1.302-1 - Update to .NET Core Runtime 2.1.2 and SDK 2.1.302