SHA256
1
0
forked from pool/salt

Accepting request 180524 from devel:languages:python

Updated to salt 0.16.0 release candidate
Major improvements in salt-master features.
Improved init and removed salt user in favor for root to be consistent with other distro packages. Init files are now cross distribution and based on upstream. (forwarded request 180523 from aboe76)

OBS-URL: https://build.opensuse.org/request/show/180524
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2013-06-25 07:35:45 +00:00
committed by Git OBS Bridge
parent 88e98e7e5b
commit 656cd1e4a1
8 changed files with 411 additions and 679 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Jun 22 05:31:10 UTC 2013 - aboe76@gmail.com
- Updated to salt 0.16.0RC
- New Feautures in 0.16.0:
- Multi-Master capability
- Prereq, the new requisite
- Peer system improvement
- Relative Includes
- More state Output Options
- Improved Windows Support
- Multi Targets for pkg.removed, pgk.purged States
- Random Times in cron states
- Confirmation Prompt on Key acceptance on master
- full changelog details: http://docs.saltstack.com/topics/releases/0.16.0.html
-------------------------------------------------------------------
Wed Jun 12 20:48:36 UTC 2013 - aboe76@gmail.com
- Updated init files from upstream, so init files are the same for
fedora/redhat/centos/debian/suse
- Removed salt user and daemon.conf file, so package is in line
with upstream packages fedora/centos/debian.
-------------------------------------------------------------------
Sun Jun 2 07:39:03 UTC 2013 - aboe76@gmail.com