From 6fd2d4cf58b6063b007c9607bdf121607aa21b777dc93645fb13a1dd07695856 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 23 Oct 2014 12:20:59 +0000 Subject: [PATCH] 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 --- salt-2014.1.11.tar.gz | 3 --- salt-2014.1.13.tar.gz | 3 +++ salt.changes | 19 +++++++++++++++++-- salt.spec | 3 +-- use-forking-daemon.patch | 4 ++-- 5 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 salt-2014.1.11.tar.gz create mode 100644 salt-2014.1.13.tar.gz diff --git a/salt-2014.1.11.tar.gz b/salt-2014.1.11.tar.gz deleted file mode 100644 index cc63aaa..0000000 --- a/salt-2014.1.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80b9451a56d2282e46964965baa27063f5e26b374a0f8e5883b208730daf6e1c -size 2820888 diff --git a/salt-2014.1.13.tar.gz b/salt-2014.1.13.tar.gz new file mode 100644 index 0000000..94f1b8a --- /dev/null +++ b/salt-2014.1.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab37478e18e6490eccef4deb9f77a20c99ffcc6f97b48e25eb546f8b73f3c22 +size 2846659 diff --git a/salt.changes b/salt.changes index 16d0496..502fd06 100644 --- a/salt.changes +++ b/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 @@ -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 -- Updated 0.17.0 Feauture Release +- Updated 0.17.0 Feature Release Major features: - halite (web Gui) - 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 - Updated to salt 0.16.0RC -- New Feautures in 0.16.0: +- New Features in 0.16.0: - Multi-Master capability - Prereq, the new requisite - Peer system improvement diff --git a/salt.spec b/salt.spec index 4788eae..f9a090a 100644 --- a/salt.spec +++ b/salt.spec @@ -15,9 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: salt -Version: 2014.1.11 +Version: 2014.1.13 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 99cd30e..cc435aa 100644 --- a/use-forking-daemon.patch +++ b/use-forking-daemon.patch @@ -1,7 +1,7 @@ Index: salt-2014.1.8/pkg/salt-master.service =================================================================== ---- salt-2014.1.11.orig/pkg/salt-master.service -+++ salt-2014.1.11/pkg/salt-master.service +--- salt-2014.1.13.orig/pkg/salt-master.service ++++ salt-2014.1.13/pkg/salt-master.service @@ -3,8 +3,10 @@ Description=The Salt Master Server After=syslog.target network.target