#4 Update to .NET Core Runtime 2.2.2 and SDK 2.2.104
Merged 5 years ago by rhea. Opened 5 years ago by omajid.
dotnet-sig/ omajid/dotnet-2-2 master  into  master

file modified
+9 -6
@@ -27,13 +27,13 @@ 

  

  %global simple_name dotnet

  

- %global host_version 2.2.1

- %global sdk_version 2.2.103

- %global runtime_version 2.2.1

+ %global host_version 2.2.2

+ %global sdk_version 2.2.104

+ %global runtime_version 2.2.2

  

  Name:           %{simple_name}2.2

  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/
@@ -45,7 +45,7 @@ 

  # - ./build-source-tarball.sh dotnet-%%{sdk_version}

  # - tar cvzf dotnet-%%{runtime_version}.tar.gz dotnet-%%{runtime_version}

  

- Source0:        dotnet-v%{sdk_version}-SDK-ga.tar.gz

+ Source0:        dotnet-v%{runtime_version}.tar.gz

  Source1:        check-debug-symbols.py

  Source2:        dotnet.sh

  
@@ -208,7 +208,7 @@ 

  

  

  %prep

- %setup -q -n dotnet-v%{sdk_version}-SDK-ga

+ %setup -q -n dotnet-v%{runtime_version}

  

  # Fix bad hardcoded path in build

  sed -i 's|/usr/share/dotnet|%{_libdir}/%{simple_name}|' src/core-setup/src/corehost/common/pal.unix.cpp
@@ -330,6 +330,9 @@ 

  %{_libdir}/%{simple_name}/sdk/%{sdk_version}

  

  %changelog

+ * Tue Feb 19 2019 Omair Majid <omajid@redhat.com> - 2.2.104-1

+ - Update to .NET Core Runtime 2.2.2 and SDK 2.2.104

+ 

  * Mon Feb 11 2019 Omair Majid <omajid@redhat.com> - 2.2.103-2

  - Rename spec file to dotnet2.2 to meet Fedora guidelines

  - Link executibles with -pie

Metadata