Accepting request 243082 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/243082 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=33
This commit is contained in:
parent
57ed0209d7
commit
582ce08600
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f48ebe9bf78899f43bdbbf065fdb7c5f6852ba78c91850b3ed42d21b906122a
|
||||
size 2813070
|
3
salt-2014.1.8.tar.gz
Normal file
3
salt-2014.1.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edba124cb41aff52f6ac348c04bfac2dec2c70d530056f91ef0b31cae639c6bb
|
||||
size 2812870
|
11
salt.changes
11
salt.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 30 20:22:09 UTC 2014 - aboe76@gmail.com
|
||||
|
||||
- Updated to 2014.1.8:
|
||||
+ Ensure salt-ssh will not continue if permissions on a temporary directory are not correct.
|
||||
+ Use the bootstrap script distributed with Salt instead of relying on an external resource
|
||||
+ Remove unused testing code
|
||||
+ Ensure salt states are placed into the .salt directory in salt-ssh
|
||||
+ Use a randomized path for temporary files in a salt-cloud deployment
|
||||
+ Clean any stale directories to ensure a fresh copy of salt-ssh during a deployment
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 24 13:11:03 UTC 2014 - tserong@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: salt
|
||||
Version: 2014.1.7
|
||||
Version: 2014.1.8
|
||||
Release: 0
|
||||
Summary: A parallel remote execution system
|
||||
License: Apache-2.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
Index: salt-2014.1.7/pkg/salt-master.service
|
||||
Index: salt-2014.1.8/pkg/salt-master.service
|
||||
===================================================================
|
||||
--- salt-2014.1.7.orig/pkg/salt-master.service
|
||||
+++ salt-2014.1.7/pkg/salt-master.service
|
||||
--- salt-2014.1.8.orig/pkg/salt-master.service
|
||||
+++ salt-2014.1.8/pkg/salt-master.service
|
||||
@@ -3,8 +3,10 @@ Description=The Salt Master Server
|
||||
After=syslog.target network.target
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user