diff --git a/salt-2014.1.10.tar.gz b/salt-2014.1.10.tar.gz deleted file mode 100644 index 41408e0..0000000 --- a/salt-2014.1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f175fc0385849fe557c0c91b0331926dacd665ae0ba3aa0d585bd7670d13edc5 -size 2813318 diff --git a/salt-2014.1.11.tar.gz b/salt-2014.1.11.tar.gz new file mode 100644 index 0000000..cc63aaa --- /dev/null +++ b/salt-2014.1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b9451a56d2282e46964965baa27063f5e26b374a0f8e5883b208730daf6e1c +size 2820888 diff --git a/salt.changes b/salt.changes index c16d56b..16d0496 100644 --- a/salt.changes +++ b/salt.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Sep 10 18:10:50 UTC 2014 - aboe76@gmail.com + +- Updated to 2014.1.11 is another bugfix release for 2014.1.0. Changes include: + + Fix for minion_id with byte-order mark (BOM) (issue 12296) + + Fix runas deprecation in at module + + Fix trailing slash befhavior for file.makedirs_ (issue 14019) + + Fix chocolatey path (issue 13870) + + Fix git_pillar infinite loop issues (issue 14671) + + Fix json outputter null case + + Fix for minion error if one of multiple masters are down (issue 14099) + + Updated the use-forking-daemon.patch with the right version + ------------------------------------------------------------------- Mon Aug 18 13:06:07 UTC 2014 - tserong@suse.com diff --git a/salt.spec b/salt.spec index c66c66d..4788eae 100644 --- a/salt.spec +++ b/salt.spec @@ -17,7 +17,7 @@ Name: salt -Version: 2014.1.10 +Version: 2014.1.11 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 3e95e58..99cd30e 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.10.orig/pkg/salt-master.service -+++ salt-2014.1.10/pkg/salt-master.service +--- salt-2014.1.11.orig/pkg/salt-master.service ++++ salt-2014.1.11/pkg/salt-master.service @@ -3,8 +3,10 @@ Description=The Salt Master Server After=syslog.target network.target