Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2015-05-27 12:48:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-04-25 
11:25:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2015-05-27 
12:48:40.000000000 +0200
@@ -1,0 +2,38 @@
+Fri May 15 21:04:44 UTC 2015 - abo...@gmail.com
+
+- Removed python-pssh depency not needed anymore.
+
+-------------------------------------------------------------------
+Wed May  6 20:33:53 UTC 2015 - abo...@gmail.com
+
+- Major release 2015.5.0 Lithium
+- update to 2015.5.0
+  The 2015.5.0 feature release of Salt is focused on hardening Salt
+  and mostly on improving existing systems. A few major additions
+  are present, primarily the new Beacon system. Most enhancements
+  have been focused around improving existing features and
+  interfaces.
+
+  As usual the release notes are not exhaustive and primarily
+  include the most notable additions and improvements. Hundreds of
+  bugs have been fixed and many modules have been substantially
+  updated and added.
+
+
+  See especially the warning right on the top regarding
+  python_shell=False.
+
+  For all details see
+   http://docs.saltstack.com/en/latest/topics/releases/2015.5.0.html
+- RPM Package changes:
+- add some versions to the buildrequires to match the 2
+  requirements files from the tarball
+- Moved the depencencies to main salt package
+  except where they are specific for the package
+- Changed python-request dependency,only needed on salt-cloud
+- Added python-tornado dependency for http.py
+- Fixed zsh_completion in tarball.
+- Fixed salt-api requirements to require python-cherrypy
+- Fixed salt-cloud requiments to require salt-master
+
+-------------------------------------------------------------------

Old:
----
  salt-2014.7.5.tar.gz
  zsh_completion.zsh

New:
----
  salt-2015.5.0.tar.gz

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

Other differences:
------------------
++++++ salt.spec ++++++
--- /var/tmp/diff_new_pack.toYH12/_old  2015-05-27 12:48:41.000000000 +0200
+++ /var/tmp/diff_new_pack.toYH12/_new  2015-05-27 12:48:41.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:           salt
-Version:        2014.7.5
+Version:        2015.5.0
 Release:        0
 Summary:        A parallel remote execution system
 License:        Apache-2.0
@@ -24,9 +24,6 @@
 Url:            http://saltstack.org/
 Source0:        
http://pypi.python.org/packages/source/s/%{name}/%{name}-%{version}.tar.gz
 
-# FIX_UPSTREAM_TARBALL no zsh completion
-Source1:               zsh_completion.zsh
-
 # PATCH-FIX-OPENSUSE use-forking-daemon.patch tser...@suse.com -- We don't 
have python-systemd, so notify can't work
 Patch1:         use-forking-daemon.patch
 
@@ -38,10 +35,11 @@
 BuildRequires:  python-PyYAML
 BuildRequires:  python-apache-libcloud >= 0.14.0
 BuildRequires:  python-devel
-BuildRequires:  python-msgpack-python
+BuildRequires:  python-msgpack-python > 0.3
 BuildRequires:  python-psutil
 BuildRequires:  python-pycrypto
-BuildRequires:  python-pyzmq
+BuildRequires:  python-pyzmq >= 2.2.0
+BuildRequires:  python-tornado
 BuildRequires:  python-requests >= 1.0.0
 BuildRequires:  python-yaml
 
@@ -60,24 +58,23 @@
 BuildRequires:  python-salt-testing
 BuildRequires:  python-unittest2
 BuildRequires:  python-xml
-%if 0%{?suse_version} >= 1210
-BuildRequires:  python-pssh
-%{?systemd_requires}
-%endif
 
 #for docs
 BuildRequires:  python-sphinx
 
 Requires:       logrotate
 Requires:       python-Jinja2
+Requires:              python-M2Crypto
 Requires:       python-PyYAML
 Requires:       python-apache-libcloud
+Requires:              python-msgpack-python
 Requires:       python-psutil
-Requires:       python-requests
+Requires:       python-tornado
 Requires:       python-xml
 Requires:       python-yaml
-Requires:       python-yaml
 Requires:       python-zypp
+Requires:              python-pyzmq
+Requires:              python-pycrypto
 Requires(pre): %fillup_prereq
 %if 0%{?suse_version} < 1210
 Requires(pre): %insserv_prereq
@@ -118,7 +115,7 @@
 Group:          System/Monitoring
 Requires:       %{name} = %{version}
 Requires:       %{name}-master = %{version}
-Recommends:     python-CherryPy
+Requires:          python-CherryPy
 
 %description api
 salt-api is a modular interface on top of Salt that can provide a variety of 
entry points into a running Salt system.
@@ -127,8 +124,9 @@
 Summary:        Salt Cloud is a generic cloud provisioning tool
 Group:          System/Monitoring
 Requires:       %{name} = %{version}
-Requires:       python-PyYAML
+Requires:       %{name}-master = %{version}
 Requires:       python-apache-libcloud
+Requires:       python-requests
 Recommends:     python-botocore
 Recommends:     python-netaddr
 
@@ -141,10 +139,6 @@
 Summary:        Documentation for salt, a parallel remote execution system
 Group:          Documentation/HTML
 Requires:       %{name} = %{version}
-Requires:       python-M2Crypto
-Requires:       python-msgpack-python
-Requires:       python-pycrypto
-Requires:       python-pyzmq
 
 %description doc
 Documentation of salt, offline version of http://docs.saltstack.com.
@@ -160,16 +154,11 @@
 Requires:       git
 Requires:       python-pygit2
 %endif
-Requires:       python-M2Crypto
-Requires:       python-msgpack-python
-Requires:       python-pycrypto
-Requires:       python-pyzmq
 %ifarch %{ix86} x86_64
 %if 0%{?suse_version} && 0%{?sles_version} == 0
 Requires:       dmidecode
 %endif
 %endif
-Recommends:     python-halite
 %if 0%{?suse_version} < 1210
 Requires(pre):  %insserv_prereq
 %endif
@@ -184,10 +173,6 @@
 Summary:        Client component for salt, a parallel remote execution system
 Group:          System/Monitoring
 Requires:       %{name} = %{version}
-Requires:       python-M2Crypto
-Requires:       python-msgpack-python
-Requires:       python-pycrypto
-Requires:       python-pyzmq
 %if 0%{?suse_version} < 1210
 Requires(pre):  %insserv_prereq
 %endif
@@ -325,8 +310,7 @@
 ## install completion scripts
 %if %with_bashcomp
 install -Dpm 0644 pkg/salt.bash %{buildroot}/etc/bash_completion.d/%{name}
-#install -Dpm 0644 scripts/completion/zsh_completion.zsh 
#%%{buildroot}/etc/zsh_completion.d/#%%{name}
-install -Dpm 0644 %{SOURCE1} %{buildroot}/etc/zsh_completion.d/%{name}
+install -Dpm 0644 pkg/zsh_completion.zsh 
%{buildroot}/etc/zsh_completion.d/%{name}
 %endif #with_bashcomp
 
 #%%check

++++++ salt-2014.7.5.tar.gz -> salt-2015.5.0.tar.gz ++++++
++++ 237909 lines of diff (skipped)


Reply via email to