Browse code

update dotnet-runtime package

Change-Id: Ib9ccaeaf3b5a8f1de1ae41665e13d0501bea2711
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5907
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

Ajay Kaher authored on 2018/10/12 06:16:36
Showing 2 changed files
... ...
@@ -1,15 +1,25 @@
1 1
 Summary:        Microsoft .NET Core Runtime
2 2
 Name:           dotnet-runtime
3
-Version:        2.0.5
3
+Version:        2.1.4
4 4
 Release:        1%{?dist}
5 5
 Vendor:         VMware, Inc.
6 6
 Distribution:   Photon
7 7
 License:        MIT
8 8
 Url:            https://github.com/dotnet/core
9 9
 Group:          Development/Tools
10
-Source0:        https://download.microsoft.com/download/1/1/0/11046135-4207-40D3-A795-13ECEA741B32/dotnet-runtime-2.0.5-linux-x64.tar.gz
11
-%define sha1    dotnet-runtime=631b1f4a4c07a4488e846fc2142ce74c1b8b84a8
10
+
11
+%ifarch x86_64
12
+Source0:        https://download.microsoft.com/download/A/7/8/A78F1D25-8D5C-4411-B544-C7D527296D5E/dotnet-runtime-2.1.4-linux-x64.tar.gz
13
+%define sha1    dotnet-runtime=f92a51b5e15e0d9f48bde76519de911bd86880a0
12 14
 BuildArch:      x86_64
15
+%endif
16
+
17
+%ifarch aarch64
18
+Source0:        https://download.microsoft.com/download/A/7/8/A78F1D25-8D5C-4411-B544-C7D527296D5E/dotnet-runtime-2.1.4-linux-arm64.tar.gz
19
+%define sha1    dotnet-runtime=0470e1ed3ab4cb3e3321f6dd11f9dc7abac171d6
20
+BuildArch:      aarch64
21
+%endif
22
+
13 23
 Requires:       curl libunwind krb5 lttng-ust
14 24
 
15 25
 %description
... ...
@@ -66,5 +76,8 @@ ln -sf %{_libdir}/dotnet/dotnet %{buildroot}%{_bindir}/dotnet
66 66
     %{_libdir}/*
67 67
 
68 68
 %changelog
69
+*   Thu Sep 27 2018 Ajay Kaher <akaher@vmware.com> 2.1.4-1
70
+-   upgraded to version 2.1.4
71
+-   add aarch64 support
69 72
 *   Wed Jan 31 2018 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.0.5-1
70 73
 -   Initial build for photon
... ...
@@ -1,7 +1,7 @@
1 1
 Summary:        PowerShell is an automation and configuration management platform.
2 2
 Name:           powershell
3 3
 Version:        6.0.1
4
-Release:        1%{?dist}
4
+Release:        2%{?dist}
5 5
 Vendor:         VMware, Inc.
6 6
 Distribution:   Photon
7 7
 License:        MIT
... ...
@@ -12,7 +12,7 @@ Source0:        %{name}-%{version}.tar.gz
12 12
 Source1:        build.sh
13 13
 BuildArch:      x86_64
14 14
 BuildRequires:  dotnet-sdk = 2.1.4
15
-BuildRequires:  dotnet-runtime = 2.0.5
15
+BuildRequires:  dotnet-runtime = 2.1.4
16 16
 BuildRequires:  cmake
17 17
 BuildRequires:  clang
18 18
 BuildRequires:  git
... ...
@@ -50,5 +50,7 @@ ln -sf %{_libdir}/powershell/pwsh %{buildroot}%{_bindir}/pwsh
50 50
     %{_docdir}/*
51 51
 
52 52
 %changelog
53
+*   Thu Sep 27 2018 Ajay Kaher <akaher@vmware.com> 6.0.1-2
54
+-   upgrade version of dotnet-runtime
53 55
 *   Wed Jan 31 2018 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 6.0.1-1
54 56
 -   Initial build for photon