Browse code

Salt downgrade to 2018.3.2

Change-Id: I053d37f1a59b05d92b58c58feaba86072e70b7da
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/6542
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Keerthana K <keerthanak@vmware.com>
Reviewed-by: Anish Swaminathan <anishs@vmware.com>

Vinothkumar D authored on 2019/01/21 22:41:28
Showing 2 changed files
... ...
@@ -8,7 +8,7 @@
8 8
 %define _salttesting_ver 2016.5.11
9 9
 
10 10
 Name: salt
11
-Version: 2018.3.3
11
+Version: 2018.3.2
12 12
 Release: 1%{?dist}
13 13
 Summary: A parallel remote execution system
14 14
 
... ...
@@ -17,8 +17,8 @@ License: ASL 2.0
17 17
 URL:     http://saltstack.org/
18 18
 Vendor:         VMware, Inc.
19 19
 Distribution:   Photon
20
-Source0: http://pypi.python.org/packages/source/s/%{name}/%{name}-%{version}.tar.gz
21
-%define sha1 salt=18e148c2ef4418efe741c4b84d0ae284ebbf108b
20
+Source0: https://github.com/saltstack/salt/releases/download/v%{version}/%{name}/%{name}-%{version}.tar.gz
21
+%define sha1 salt=2df3d3c1c35d29b66909c74818ec6ec945c4550e
22 22
 Source1: https://pypi.python.org/packages/source/S/SaltTesting/SaltTesting-2016.5.11.tar.gz
23 23
 %define sha1 SaltTesting=474dbd7029e3d48cdb468be3c63b2262e47556c8
24 24
 Source2: %{name}-master.service
... ...
@@ -315,6 +315,8 @@ rm -rf %{buildroot}
315 315
 %endif
316 316
 
317 317
 %changelog
318
+* Mon Jan 21 2019 Vinothkumar D <vinothkumard@vmware.com> 2018.3.2-1
319
+- Downgrade to version 2018.3.2.
318 320
 * Tue Dec 04 2018 Vinothkumar D <vinothkumard@vmware.com> 2018.3.3-1
319 321
 - Update to 2018.3.3
320 322
 * Thu Jan 11 2018 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2017.7.2-1
... ...
@@ -8,7 +8,7 @@
8 8
 %define _salttesting_ver 2016.5.11
9 9
 
10 10
 Name: salt3
11
-Version: 2018.3.3
11
+Version: 2018.3.2
12 12
 Release: 1%{?dist}
13 13
 Summary: A parallel remote execution system with python3
14 14
 Group:   System Environment/Daemons
... ...
@@ -16,8 +16,8 @@ License: ASL 2.0
16 16
 URL:     http://saltstack.org/
17 17
 Vendor:         VMware, Inc.
18 18
 Distribution:   Photon
19
-Source0: http://pypi.python.org/packages/source/s/salt/salt-%{version}.tar.gz
20
-%define sha1 salt=18e148c2ef4418efe741c4b84d0ae284ebbf108b
19
+Source0: https://github.com/saltstack/salt/releases/download/v%{version}/salt/salt-%{version}.tar.gz
20
+%define sha1 salt=2df3d3c1c35d29b66909c74818ec6ec945c4550e
21 21
 Source1: https://pypi.python.org/packages/source/S/SaltTesting/SaltTesting-2016.5.11.tar.gz
22 22
 %define sha1 SaltTesting=474dbd7029e3d48cdb468be3c63b2262e47556c8
23 23
 Source2: salt-master.service
... ...
@@ -297,6 +297,8 @@ rm -rf %{buildroot}
297 297
 %endif
298 298
 
299 299
 %changelog
300
+* Mon Jan 21 2019 Vinothkumar D <vinothkumard@vmware.com> 2018.3.2-1
301
+- Downgrade to version 2018.3.2.
300 302
 * Tue Dec 04 2018 Vinothkumar D <vinothkumard@vmware.com> 2018.3.3-1
301 303
 - This is an initial version of salt with python3 support for Photon OS
302 304
   The source is from https://github.com/saltstack/salt/archive/v2018.3.3.tar.gz