From 64ff682878628eadf661624f1de439b51d97e709 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Aug 21 2018 19:49:51 +0000 Subject: Update to .NET Core Runtime 2.1.2 and SDK 2.1.302 --- diff --git a/README.md b/README.md index 6b1ef5e..9389479 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,9 @@ Please report any issues [here](https://pagure.io/dotnet-sig/packaging-issues/ne 5. Do local builds - - `fedpkg --dist $YOUR_FEDORA_VERSION local` + - `fedpkg local --builddir ../dotnet-2-1-build` - Where the version can be, for example, f27. Fix any errors that - come up and rebuild until it works locally. + Fix any errors that come up and rebuild until it works locally. 6. Upload the new tarball to a public URL, if there is a new tarball. I use: diff --git a/dotnet.spec b/dotnet.spec index fc3dbde..60447e9 100644 --- a/dotnet.spec +++ b/dotnet.spec @@ -12,12 +12,12 @@ %global __provides_exclude ^(%{privlibs})\\.so %global __requires_exclude ^(%{privlibs})\\.so -%global sdk_version 2.1.301 -%global runtime_version 2.1.1 +%global sdk_version 2.1.302 +%global runtime_version 2.1.2 Name: dotnet Version: %{sdk_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: .NET Core CLI tools and runtime License: MIT and ASL 2.0 and BSD URL: https://github.com/dotnet/ @@ -29,7 +29,7 @@ URL: https://github.com/dotnet/ # - ./build-source-tarball.sh dotnet-%%{sdk_version} # - tar cvzf dotnet-%%{sdk_version}.tar.gz dotnet-%%{sdk_version} -Source0: https://omajid.fedorapeople.org/dotnet/dotnet-%{sdk_version}.tar.gz +Source0: https://omajid.fedorapeople.org/dotnet/dotnet-%{runtime_version}.tar.gz Source1: check-debug-symbols.py ExclusiveArch: x86_64 @@ -141,7 +141,7 @@ It particularly focuses on creating console applications, web applications and micro-services. %prep -%setup -q -n %{name}-%{sdk_version} +%setup -q -n %{name}-%{runtime_version} # See https://github.com/dotnet/source-build/pull/669 rm -rf Tools/configuration/configuration.props @@ -217,6 +217,9 @@ echo "Testing build results for debug symbols..." %{_libdir}/%{name}/sdk/%{sdk_version} %changelog +* Mon Aug 20 2018 Omair Majid - 2.1.302-1 +- Update to .NET Core Runtime 2.1.2 and SDK 2.1.302 + * Fri Jul 20 2018 Omair Majid - 2.1.301-1 - Update to .NET Core 2.1