From 4c7e6cdb760b927130ce3623e89882b1eb9c7b64 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Jul 26 2018 20:30:53 +0000 Subject: Delete configuration.props before building --- diff --git a/dotnet.spec b/dotnet.spec index 45f2f96..fc3dbde 100644 --- a/dotnet.spec +++ b/dotnet.spec @@ -143,12 +143,12 @@ applications and micro-services. %prep %setup -q -n %{name}-%{sdk_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 -# Fix -sed -i -E 's|fedora.[0-9]+()|fedora.%{fedora}\1|' Tools/configuration/configuration.props - %build # strace -fo strace.log \