diff --git a/.gitignore b/.gitignore index ec56967..c4fb20f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -SOURCES/dotnet-dev-rhel-x64.1.0.0-preview2-003159.tar.gz -SOURCES/manpages.1.0.0-preview2-003159.tar.gz +SOURCES/cli-1.0.0-preview2-003200.tar.gz +SOURCES/dotnet-dev-rhel-x64.1.0.0-preview2-003200.tar.gz +SOURCES/manpages.1.0.0-preview2-003200.tar.gz diff --git a/.rh-dotnetcore10-dotnetcore.metadata b/.rh-dotnetcore10-dotnetcore.metadata index 3a349ce..e6750c0 100644 --- a/.rh-dotnetcore10-dotnetcore.metadata +++ b/.rh-dotnetcore10-dotnetcore.metadata @@ -1,2 +1,3 @@ -12963ef44ef5dcebcc1abcb6af1b1830b6e2ebd1 SOURCES/dotnet-dev-rhel-x64.1.0.0-preview2-003159.tar.gz -2f3a000558be6897d68cab9280990a24ec6f28b4 SOURCES/manpages.1.0.0-preview2-003159.tar.gz +c620f3cf59e1dbb9c36f328fdd0281374bcc05a6 SOURCES/cli-1.0.0-preview2-003200.tar.gz +ceb0f6c1ffebb89b93ca6ca4fda8ab7dc770cffa SOURCES/dotnet-dev-rhel-x64.1.0.0-preview2-003200.tar.gz +c190025482b6d02a3a2a90d0d8b14e3627e4da61 SOURCES/manpages.1.0.0-preview2-003200.tar.gz diff --git a/SPECS/dotnetcore.spec b/SPECS/dotnetcore.spec index d52f304..08a321c 100644 --- a/SPECS/dotnetcore.spec +++ b/SPECS/dotnetcore.spec @@ -9,8 +9,8 @@ %undefine _include_minidebuginfo %global _find_debuginfo_dwz_opts %{nil} -%global cli_version 1.0.0-preview2-003159 -%global runtime_version 1.0.5 +%global cli_version 1.0.0-preview2-003200 +%global runtime_version 1.0.7 # Do not provide internal .so as standard libraries %global __provides_exclude_from ^(%{_libdir}/dotnetcore/.*\\.so|%{_libdir}/dotnetcore/sdk/%{cli_version}/.*\\.so|%{_libdir}/dotnetcore/shared/Microsoft.NETCore.App/%{runtime_version}/.*)$ @@ -22,18 +22,20 @@ %global __requires_exclude ^(libmscordaccore.so\\(\\)\\(64bit\\)|libmscordaccore.so\\(V1.0\\)\\(64bit\\))$ Name: %{?scl_prefix}dotnetcore -Version: 1.0.5 -Release: 1%{?dist} +Version: 1.0.7 +Release: 2%{?dist} Summary: .NET Core 1.0 Group: Development/Languages License: ASL 2.0 and MIT URL: http://www.microsoft.com/net +Source0: cli-%{cli_version}.tar.gz + # Built on a developer's laptop, from source -Source0: dotnet-dev-rhel-x64.%{cli_version}.tar.gz -Source1: manpages.%{cli_version}.tar.gz -Source2: https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/LICENSE +Source1: dotnet-dev-rhel-x64.%{cli_version}.tar.gz +Source2: manpages.%{cli_version}.tar.gz +Source3: https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/LICENSE Requires: %{?scl_prefix}libcurl%{?_isa} Requires: %{?scl_prefix}libuv%{?_isa} @@ -44,13 +46,13 @@ Requires: %{?scl_prefix}libuv%{?_isa} .NET Core Framework 1.0 and .NET Core Runtime 1.0 %prep -%setup -q -c -n %{pkg_name}-%{version} -tar xvf %{SOURCE1} +%setup -T -q -c -b 1 -n %{pkg_name}-%{version} +tar xvf %{SOURCE2} # Upstream build produces a bogus LICENSE # https://github.com/dotnet/core-setup/issues/676 rm LICENSE.txt -cp %{SOURCE2} LICENSE +cp %{SOURCE3} LICENSE %build @@ -86,6 +88,12 @@ find -type f -iname 'dotnet*\.1' -exec cp {} $RPM_BUILD_ROOT/%{_mandir}/man1/ \; %{_mandir}/man1/dotnet*.1* %changelog +* Tue Sep 26 2017 Omair Majid - 1.0.7-2 +- Add source tarball as source0 + +* Mon Sep 25 2017 Omair Majid - 1.0.7-1 +- Update to .NET Core 1.0.7 + * Mon Apr 24 2017 Omair Majid - 1.0.5-1 - Update to .NET Core 1.0.5