#6 Update to .NET Core Runtime 2.1.4 and SDK 2.1.402
Merged 5 years ago by rhea. Opened 5 years ago by omajid.
dotnet-sig/ omajid/dotnet-2-1 master  into  master

file modified
+7 -9
@@ -18,12 +18,12 @@ 

  %global dotnet_cflags %(echo %optflags | sed -e 's/-fcf-protection//' | sed -re 's/-specs=[^ ]*//g')

  %global dotnet_ldflags %(echo %{__global_ldflags} | sed -re 's/-specs=[^ ]*//g')

  

- %global sdk_version 2.1.401

- %global runtime_version 2.1.3

+ %global sdk_version 2.1.402

+ %global runtime_version 2.1.4

  

  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/
@@ -151,9 +151,6 @@ 

  %prep

  %setup -q -n %{name}-%{runtime_version}

  

- # See https://github.com/dotnet/source-build/pull/669

- rm -rf Tools/configuration/configuration.props

- 

  # Fix bad hardcoded path in build

  sed -i 's|/usr/share/dotnet|%{_libdir}/%{name}|' src/core-setup/src/corehost/common/pal.unix.cpp

  
@@ -163,13 +160,11 @@ 

  

  %build

  

- # strace -fo strace.log \

- 

  export CFLAGS="%{dotnet_cflags}"

  export CXXFLAGS="%{dotnet_cflags}"

  export LDFLAGS="%{dotnet_ldflags}"

  

- ./build.sh /v:diag /p:MinimalConsoleLogOutput=false

+ VERBOSE=1 ./build.sh /v:diag /p:MinimalConsoleLogOutput=false

  

  %install

  install -d -m 0755 %{buildroot}%{_libdir}/%{name}/
@@ -233,6 +228,9 @@ 

  %{_libdir}/%{name}/sdk/%{sdk_version}

  

  %changelog

+ * Thu Sep 13 2018 Omair Majid <omajid@redhat.com> - 2.1.402-1

+ - Update to .NET Core Runtime 2.1.4 and SDK 2.1.402

+ 

  * Wed Sep 05 2018 Omair Majid <omajid@redhat.com> - 2.1.401-2

  - Use distro-standard flags when building .NET Core

  

Metadata