diff --git a/.gitignore b/.gitignore index d9f442d..fc07637 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -SOURCES/dotnet-dev-rhel-x64.1.0.0-preview2-1-003175.tar.gz -SOURCES/manpages.1.0.0-preview2-1-003175.tar.gz +SOURCES/cli-1.0.0-preview2-1-003211.tar.gz +SOURCES/dotnet-dev-rhel-x64.1.0.0-preview2-1-003211.tar.gz +SOURCES/manpages.1.0.0-preview2-1-003211.tar.gz diff --git a/.rh-dotnetcore11-dotnetcore.metadata b/.rh-dotnetcore11-dotnetcore.metadata index 2336cb9..002b340 100644 --- a/.rh-dotnetcore11-dotnetcore.metadata +++ b/.rh-dotnetcore11-dotnetcore.metadata @@ -1,2 +1,3 @@ -6fbf7c433ee5aa393362ae897440ada5360b29a6 SOURCES/dotnet-dev-rhel-x64.1.0.0-preview2-1-003175.tar.gz -215e660add5d60712559ee740755be0fcff236d3 SOURCES/manpages.1.0.0-preview2-1-003175.tar.gz +30748d372721c7e7ea30d0d640fd5a2255446524 SOURCES/cli-1.0.0-preview2-1-003211.tar.gz +a25cc535ea55b3d88975c5b53bed05abbcd996e0 SOURCES/dotnet-dev-rhel-x64.1.0.0-preview2-1-003211.tar.gz +6e90733ae30b34515ce9714d9666acaf2bae2ee2 SOURCES/manpages.1.0.0-preview2-1-003211.tar.gz diff --git a/SPECS/dotnetcore.spec b/SPECS/dotnetcore.spec index 635113d..6fb955a 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-1-003175 -%global runtime_version 1.1.0 +%global cli_version 1.0.0-preview2-1-003211 +%global runtime_version 1.1.4 # 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,21 +22,24 @@ %global __requires_exclude ^(libmscordaccore.so\\(\\)\\(64bit\\)|libmscordaccore.so\\(V1.0\\)\\(64bit\\))$ Name: %{?scl_prefix}dotnetcore -Version: 1.1 -Release: 3%{?dist} +Version: 1.1.4 +Release: 1%{?dist} Summary: .NET Core is a general-purpose cross platform development platform Group: Development/Languages License: ASL 2.0 and MIT URL: https://www.microsoft.com/net/core +Source0: cli-%{cli_version}.tar.gz + # Built on a developer's laptop, from source -Source0: dotnet-dev-rhel-x64.%{cli_version}.tar.gz +Source1: dotnet-dev-rhel-x64.%{cli_version}.tar.gz # Generated from sources via: # find -path '*manpage*' -type f -iname '*.1' -print0 | tar -czvf manpages.tar.gz --null -T - -Source1: manpages.%{cli_version}.tar.gz +Source2: manpages.%{cli_version}.tar.gz + -Source2: https://raw.githubusercontent.com/dotnet/core-setup/release/1.1.0/LICENSE +Source3: https://raw.githubusercontent.com/dotnet/core-setup/release/1.1.0/LICENSE ExclusiveArch: x86_64 @@ -54,13 +57,13 @@ of framework libraries, an SDK containing compilers and a 'dotnet' application to drive everything. %prep -%setup -q -c -n %{pkg_name}-%{version} -tar xvf %{SOURCE1} +%setup -q -T -c -b 1 -n %{pkg_name}-%{version} +tar xvf %{SOURCE2} # Upstream license file is bogus # https://github.com/dotnet/core-setup/issues/676 rm LICENSE.txt -cp %{SOURCE2} LICENSE +cp %{SOURCE3} LICENSE %build # Nothing to build; this is already a binary in a tarball @@ -95,6 +98,16 @@ find -type f -iname 'dotnet*\.1' -exec cp {} $RPM_BUILD_ROOT/%{_mandir}/man1/ \; %{_mandir}/man1/dotnet*.1* %changelog +* Mon Sep 25 2017 Omair Majid - 1.1.4-1 +- Update to 1.1.4 + +* Tue Apr 25 2017 Omair Majid - 1.1.2-1 +- Update to 1.1.2 + +* Fri Mar 03 2017 Omair Majid - 1.1.1-1 +- Update to 1.1.1 +- Uses preview2-1 tooling (project.json rather than csproj) + * Sat Nov 26 2016 Omair Majid - 1.1-3 - Add a LICENSE based on upstream discussions