Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2014-06-16 21:33:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/salt (Old)
 and      /work/SRC/openSUSE:Factory/.salt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "salt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/salt/salt.changes        2014-05-06 
14:03:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2014-06-16 
21:33:45.000000000 +0200
@@ -1,0 +2,39 @@
+Wed Jun 11 18:53:38 UTC 2014 - abo...@gmail.com
+
+- Updated to 2014.1.5
+- Add function for finding cached job on the minion
+- Fix for minion caching jobs when master is down
+- Bump default `syndic_wait` to 5 to fix syndic-related problems
+  (issue 12262)
+- Fix false positive error in logs for `makeconf` state (issue 9762)
+- Fix for extra blank lines in `file.blockreplace` (issue 12422)
+- Use system locale for ports package installations
+- Fix for `cmd_iter`/`cmd_iter_no_block` blocking issues (issue 12617)
+- Fix traceback when syncing custom types (issue 12883)
+- Fix cleaning directory symlinks in `file.directory`
+- Add performance optimizations for `saltutil.sync_all` and
+  `state.highstate`
+- Fix possible error in `saltutil.running`
+- Fix for kmod modules with dashes (issue 13239)
+- Fix possible race condition for Windows minions in state module reloading
+  (issue 12370)
+- Fix bug with roster for `passwd`s that are loaded as non-string objects
+  (issue 13249)
+- Keep duplicate version numbers from showing up in `pkg.list_pkgs` output
+- Fixes for Jinja renderer, timezone mod`module
+  <salt.modules.timezone>`/mod`state <salt.states.timezone>` (issue 12724)
+- Fix timedatectl parsing for systemd>=210 (issue 12728)
+- Removed the deprecated external nodes classifier (originally accessible by
+  setting a value for external_nodes in the master configuration file).  Note
+  that this functionality has been marked deprecated for some time and was
+  replaced by the more general doc`master tops <topics/master_tops>` system.
+- More robust escaping of ldap filter strings.
+- Fix trailing slash in conf_master`gitfs_root` causing files not to be
+  available (issue 13185)
+
+-------------------------------------------------------------------
+Tue Jun 10 21:10:44 UTC 2014 - abo...@gmail.com
+
+- added bash completion package
+
+-------------------------------------------------------------------

Old:
----
  salt-2014.1.4.tar.gz

New:
----
  salt-2014.1.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ salt.spec ++++++
--- /var/tmp/diff_new_pack.uNvWMo/_old  2014-06-16 21:33:46.000000000 +0200
+++ /var/tmp/diff_new_pack.uNvWMo/_new  2014-06-16 21:33:46.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           salt
-Version:        2014.1.4
+Version:        2014.1.5
 Release:        0
 Summary:        A parallel remote execution system
 License:        Apache-2.0
@@ -77,6 +77,17 @@
 Requires(pre): %insserv_prereq
 %endif
 
+%if 0%{?sles_version} > 10 && 0%{?sles_version} < 12
+%define with_bashcomp 0
+%else
+%define with_bashcomp 1
+%endif
+
+%if %with_bashcomp
+BuildRequires:  bash-completion
+%endif #with_bashcomp
+
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -197,6 +208,20 @@
 Salt ssh is a master running without zmq.
 it enables the management of minions over a ssh connection.
 
+%if %with_bashcomp
+
+%package bash-completion
+Summary:        Bash Completion for %{name}
+Group:          System/Management
+Requires:       %{name} = %{version}
+Requires:       bash-completion
+BuildArch:      noarch
+
+%description bash-completion
+Bash command line completion support for %{name}.
+
+%endif # with_bashcomp
+
 %prep
 %setup -q
 
@@ -261,6 +286,11 @@
 #
 ## install SuSEfirewall2 rules
 install -Dpm 0644  pkg/suse/salt.SuSEfirewall2 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/salt
+#
+## install completion scripts
+%if %with_bashcomp
+install -Dpm 0644 pkg/salt.bash "%{buildroot}/etc/bash_completion.d/%{name}"
+%endif #with_bashcomp
 
 %check
 # don't test on factory because of ssl2 method deprication
@@ -418,4 +448,12 @@
 %{python_sitelib}/*
 %doc LICENSE AUTHORS README.rst HACKING.rst 
 
+%if %with_bashcomp
+
+%files bash-completion
+%defattr(-,root,root)
+%config %{_sysconfdir}/bash_completion.d/%{name}
+
+%endif #with_bashcomp
+
 %changelog

++++++ salt-2014.1.4.tar.gz -> salt-2014.1.5.tar.gz ++++++
++++ 4159 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to