Accepting request 186625 from devel:languages:python
Update to 0.16.3 (forwarded request 186624 from aboe76) OBS-URL: https://build.opensuse.org/request/show/186625 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/salt?expand=0&rev=11
This commit is contained in:
parent
977e0f2be8
commit
7b9a4ea568
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19a2b95c4781e1e4c2ddfed6cce7ecc0a02edc3aa49e7df16958a171fba0e075
|
||||
size 3542692
|
3
salt-0.16.3.tar.gz
Normal file
3
salt-0.16.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ab5f6835cc8217e92725c0c7e7b5d98ca2b4a5bedd001378888d4a9c3c04cdf
|
||||
size 3543407
|
15
salt.changes
15
salt.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 9 18:08:12 UTC 2013 - aboe76@gmail.com
|
||||
|
||||
- Update 0.16.3 bugfix release:
|
||||
- Fixed scheduler config in pillar
|
||||
- Fixed default value for file_recv master config option
|
||||
- Fixed missing master configuration file parameters
|
||||
- Fixed regression in binary package installation on 64-bit systems
|
||||
- Fixed stackgrace when commenting a section in top.sls
|
||||
- Fixed state declarations not formed as a list message.
|
||||
- Fixed infinite loop on minion
|
||||
- Fixed stacktrace in watch when state is 'prereq'
|
||||
- Feature: function filter_by to grains module
|
||||
- Feature: add new "osfinger" grain
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 3 06:01:32 UTC 2013 - aboe76@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: salt
|
||||
Version: 0.16.2
|
||||
Version: 0.16.3
|
||||
Release: 0
|
||||
Summary: A parallel remote execution system
|
||||
License: Apache-2.0
|
||||
@ -128,7 +128,6 @@ mkdir -p %{buildroot}%{_localstatedir}/log/salt
|
||||
mkdir -p %{buildroot}/%{_sysconfdir}/logrotate.d/
|
||||
mkdir -p %{buildroot}/%{_sbindir}
|
||||
mkdir -p %{buildroot}/var/log/salt
|
||||
mkdir -p %{buildroot}/var/cache/salt/minion/proc
|
||||
mkdir -p %{buildroot}/srv/salt
|
||||
#
|
||||
##init scripts
|
||||
@ -229,7 +228,6 @@ install -Dpm 0644 %{SOURCE7} %{buildroot}%{_sysconfdir}/logrotate.d/salt
|
||||
%config(noreplace) %{_sysconfdir}/init.d/salt-minion
|
||||
%attr(0644, root, root) %config(noreplace) %{_sysconfdir}/salt/minion
|
||||
%{_sysconfdir}/salt/minion.d
|
||||
%dir /var/cache/*
|
||||
%if 0%{?_unitdir:1}
|
||||
%_unitdir/salt-minion.service
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user