Change-Id: I55ffd377d72a5e874ff9992f4676c1b25222a8a9
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/14098
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Michelle Wang <michellew@vmware.com>
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
[Unit] |
| 2 | 2 |
Description=The Salt API |
| 3 |
-Documentation=man:salt-api(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltstack.com/en/latest/contents.html |
|
| 3 |
+Documentation=man:salt-api(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltproject.io/en/latest/contents.html |
|
| 4 | 4 |
After=network.target |
| 5 | 5 |
|
| 6 | 6 |
[Service] |
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
[Unit] |
| 2 | 2 |
Description=The Salt Master Server |
| 3 |
-Documentation=man:salt-master(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltstack.com/en/latest/contents.html |
|
| 3 |
+Documentation=man:salt-master(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltproject.io/en/latest/contents.html |
|
| 4 | 4 |
After=network.target |
| 5 | 5 |
|
| 6 | 6 |
[Service] |
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
[Unit] |
| 2 | 2 |
Description=The Salt Minion |
| 3 |
-Documentation=man:salt-minion(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltstack.com/en/latest/contents.html |
|
| 3 |
+Documentation=man:salt-minion(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltproject.io/en/latest/contents.html |
|
| 4 | 4 |
After=network.target salt-master.service |
| 5 | 5 |
|
| 6 | 6 |
[Service] |
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
[Unit] |
| 2 | 2 |
Description=The Salt Master Server |
| 3 |
-Documentation=man:salt-syndic(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltstack.com/en/latest/contents.html |
|
| 3 |
+Documentation=man:salt-syndic(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltproject.io/en/latest/contents.html |
|
| 4 | 4 |
After=network.target |
| 5 | 5 |
PartOf=salt-master.service |
| 6 | 6 |
|
| ... | ... |
@@ -8,7 +8,7 @@ |
| 8 | 8 |
%define _salttesting_ver 2016.5.11 |
| 9 | 9 |
|
| 10 | 10 |
Name: salt3 |
| 11 |
-Version: 3003.1 |
|
| 11 |
+Version: 3003.2 |
|
| 12 | 12 |
Release: 1%{?dist}
|
| 13 | 13 |
Summary: A parallel remote execution system with python3 |
| 14 | 14 |
Group: System Environment/Daemons |
| ... | ... |
@@ -17,7 +17,7 @@ URL: http://saltstack.org/ |
| 17 | 17 |
Vendor: VMware, Inc. |
| 18 | 18 |
Distribution: Photon |
| 19 | 19 |
Source0: https://github.com/saltstack/salt/releases/download/v%{version}/salt-%{version}.tar.gz
|
| 20 |
-%define sha1 salt=931e1cc51c4d75f3ad60ca17f05152c4ca3c1426 |
|
| 20 |
+%define sha1 salt=fdac197931508d3d60f0c639fae06883dbd10b43 |
|
| 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 |
| ... | ... |
@@ -300,6 +300,8 @@ rm -rf %{buildroot}
|
| 300 | 300 |
%endif |
| 301 | 301 |
|
| 302 | 302 |
%changelog |
| 303 |
+* Wed Aug 11 2021 Bryce Larson <brycel@vmware.com> 3003.2-1 |
|
| 304 |
+- Update to version 3003.2 |
|
| 303 | 305 |
* Fri Jul 23 2021 Bryce Larson <brycel@vmware.com> 3003.1-1 |
| 304 | 306 |
- Update to version 3003.1 |
| 305 | 307 |
* Tue Jun 15 2021 Keerthana K <keerthanak@vmware.com> 3003-1 |