From 582ce08600671d42bf011751b31ebfa3ab8ed186a4e9c93fb49be2efe0d7415c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 31 Jul 2014 08:04:21 +0000 Subject: [PATCH] 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 --- salt-2014.1.7.tar.gz | 3 --- salt-2014.1.8.tar.gz | 3 +++ salt.changes | 11 +++++++++++ salt.spec | 2 +- use-forking-daemon.patch | 6 +++--- 5 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 salt-2014.1.7.tar.gz create mode 100644 salt-2014.1.8.tar.gz diff --git a/salt-2014.1.7.tar.gz b/salt-2014.1.7.tar.gz deleted file mode 100644 index 9868010..0000000 --- a/salt-2014.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f48ebe9bf78899f43bdbbf065fdb7c5f6852ba78c91850b3ed42d21b906122a -size 2813070 diff --git a/salt-2014.1.8.tar.gz b/salt-2014.1.8.tar.gz new file mode 100644 index 0000000..263f89f --- /dev/null +++ b/salt-2014.1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edba124cb41aff52f6ac348c04bfac2dec2c70d530056f91ef0b31cae639c6bb +size 2812870 diff --git a/salt.changes b/salt.changes index 4a1641a..55161bc 100644 --- a/salt.changes +++ b/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 diff --git a/salt.spec b/salt.spec index 07b9844..a68eaaf 100644 --- a/salt.spec +++ b/salt.spec @@ -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 diff --git a/use-forking-daemon.patch b/use-forking-daemon.patch index 183efa7..61c05b0 100644 --- a/use-forking-daemon.patch +++ b/use-forking-daemon.patch @@ -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