Accepting request 258049 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/258049 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=39
This commit is contained in:
parent
8f9e9ab825
commit
6fd2d4cf58
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:80b9451a56d2282e46964965baa27063f5e26b374a0f8e5883b208730daf6e1c
|
|
||||||
size 2820888
|
|
3
salt-2014.1.13.tar.gz
Normal file
3
salt-2014.1.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ab37478e18e6490eccef4deb9f77a20c99ffcc6f97b48e25eb546f8b73f3c22
|
||||||
|
size 2846659
|
19
salt.changes
19
salt.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 16 19:26:57 UTC 2014 - aboe76@gmail.com
|
||||||
|
|
||||||
|
- Updated to 2014.1.13 a bugfix release on 2014.1.12
|
||||||
|
+ fix module run exit code (issue 16420)
|
||||||
|
+ salt cloud Check the exit status code of scp before assuming it has failed. (issue 16599)
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 10 18:47:07 UTC 2014 - aboe76@gmail.com
|
||||||
|
ff
|
||||||
|
- Updated to 2014.1.12 a bugfix release on 2014.1.11
|
||||||
|
+ Fix scp_file always failing (which broke salt-cloud) (issue 16437)
|
||||||
|
+ Fix regression in pillar in masterless (issue 16210, issue 16416, issue 16428)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 10 18:10:50 UTC 2014 - aboe76@gmail.com
|
Wed Sep 10 18:10:50 UTC 2014 - aboe76@gmail.com
|
||||||
|
|
||||||
@ -468,7 +483,7 @@ Sat Sep 28 19:11:10 UTC 2013 - aboe76@gmail.com
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 19 17:18:06 UTC 2013 - aboe76@gmail.com
|
Thu Sep 19 17:18:06 UTC 2013 - aboe76@gmail.com
|
||||||
|
|
||||||
- Updated 0.17.0 Feauture Release
|
- Updated 0.17.0 Feature Release
|
||||||
Major features:
|
Major features:
|
||||||
- halite (web Gui)
|
- halite (web Gui)
|
||||||
- salt ssh (remote execution/states over ssh) with its own package
|
- salt ssh (remote execution/states over ssh) with its own package
|
||||||
@ -599,7 +614,7 @@ Tue Jul 2 04:55:21 UTC 2013 - aboe76@gmail.com
|
|||||||
Sat Jun 22 05:31:10 UTC 2013 - aboe76@gmail.com
|
Sat Jun 22 05:31:10 UTC 2013 - aboe76@gmail.com
|
||||||
|
|
||||||
- Updated to salt 0.16.0RC
|
- Updated to salt 0.16.0RC
|
||||||
- New Feautures in 0.16.0:
|
- New Features in 0.16.0:
|
||||||
- Multi-Master capability
|
- Multi-Master capability
|
||||||
- Prereq, the new requisite
|
- Prereq, the new requisite
|
||||||
- Peer system improvement
|
- Peer system improvement
|
||||||
|
@ -15,9 +15,8 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: salt
|
Name: salt
|
||||||
Version: 2014.1.11
|
Version: 2014.1.13
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A parallel remote execution system
|
Summary: A parallel remote execution system
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Index: salt-2014.1.8/pkg/salt-master.service
|
Index: salt-2014.1.8/pkg/salt-master.service
|
||||||
===================================================================
|
===================================================================
|
||||||
--- salt-2014.1.11.orig/pkg/salt-master.service
|
--- salt-2014.1.13.orig/pkg/salt-master.service
|
||||||
+++ salt-2014.1.11/pkg/salt-master.service
|
+++ salt-2014.1.13/pkg/salt-master.service
|
||||||
@@ -3,8 +3,10 @@ Description=The Salt Master Server
|
@@ -3,8 +3,10 @@ Description=The Salt Master Server
|
||||||
After=syslog.target network.target
|
After=syslog.target network.target
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user