Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2015-12-09 19:53:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-20 
00:06:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2015-12-09 
22:33:46.000000000 +0100
@@ -1,0 +2,45 @@
+Tue Dec  1 22:04:14 UTC 2015 - abo...@gmail.com
+
+- Updated to salt 2015.8.3 bugfix release
+- remove the following patches because upstream merged them:
+  - 4b9302d79455d6a586b7cad1d7990cb22e7bc62e.patch
+  - os_grain.patch
+  - zypper_pkgrepo.patch
+- more details at: 
https://docs.saltstack.com/en/latest/topics/releases/2015.8.3.html
+
+-------------------------------------------------------------------
+Mon Nov 30 17:19:06 UTC 2015 - mrueck...@suse.de
+
+- added 4b9302d79455d6a586b7cad1d7990cb22e7bc62e.patch:
+  fixes a regression introduced in 2015.8.2, which was actually
+  holding back the release. Downgrade is not an option as we need
+  the leap fixes.
+
+-------------------------------------------------------------------
+Thu Nov 26 13:46:55 UTC 2015 - mrueck...@suse.de
+
+- it shouldnt be >= 1110 but just > 1110
+
+-------------------------------------------------------------------
+Wed Nov 25 13:43:16 UTC 2015 - mrueck...@suse.de
+
+- require pmtools on sle11 to get dmidecode
+
+-------------------------------------------------------------------
+Fri Nov 20 23:52:14 UTC 2015 - mrueck...@suse.de
+
+- update use-salt-user-for-master.patch:
+  First step to make the syndic also run as salt user.
+
+-------------------------------------------------------------------
+Fri Nov 13 21:56:35 UTC 2015 - abo...@gmail.com
+
+- Updated to bugfix release 2015.8.2
+- os_grain.patch fix the "os" grain on SLES11SP4
+- zypper_pkgrepo.patch fix the priority and humanname pkgrepo args for the
+  zypper backend
+
+  for more details:
+  https://docs.saltstack.com/en/2015.8/topics/releases/2015.8.2.html
+
+-------------------------------------------------------------------

Old:
----
  salt-2015.8.1.tar.gz

New:
----
  salt-2015.8.3.tar.gz

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

Other differences:
------------------
++++++ salt.spec ++++++
--- /var/tmp/diff_new_pack.Xsz2Ei/_old  2015-12-09 22:33:47.000000000 +0100
+++ /var/tmp/diff_new_pack.Xsz2Ei/_new  2015-12-09 22:33:47.000000000 +0100
@@ -36,7 +36,7 @@
 %bcond_without docs
 
 Name:           salt
-Version:        2015.8.1
+Version:        2015.8.3
 Release:        0
 Summary:        A parallel remote execution system
 License:        Apache-2.0
@@ -47,7 +47,7 @@
 Source2:        salt-tmpfiles.d
 # 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
-# PATCH-OPENSUSE use-salt-user-for-master.patch -- Run salt master as 
dedicated salt user
+# PATCH-FIX-OPENSUSE use-salt-user-for-master.patch -- Run salt master as 
dedicated salt user
 Patch2:         use-salt-user-for-master.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  logrotate
@@ -69,8 +69,8 @@
 # BuildRequires:  python-cherrypy >= 3.2.2
 %if %{with raet}
 # requirements/raet.txt
-BuildRequires:  python-libnacl >= 1.0.0
 BuildRequires:  python-ioflo >= 1.1.7
+BuildRequires:  python-libnacl >= 1.0.0
 BuildRequires:  python-raet >= 0.6.0
 %endif
 # requirements/zeromq.txt
@@ -210,7 +210,11 @@
 %endif
 %ifarch %{ix86} x86_64
 %if 0%{?suse_version}
+%if 0%{?suse_version} > 1110
 Requires:       dmidecode
+%else
+Requires:       pmtools
+%endif
 %endif
 %endif
 %if %{with systemd}

++++++ salt-2015.8.1.tar.gz -> salt-2015.8.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/salt/salt-2015.8.1.tar.gz 
/work/SRC/openSUSE:Factory/.salt.new/salt-2015.8.3.tar.gz differ: char 5, line 1

++++++ use-salt-user-for-master.patch ++++++
--- /var/tmp/diff_new_pack.Xsz2Ei/_old  2015-12-09 22:33:47.000000000 +0100
+++ /var/tmp/diff_new_pack.Xsz2Ei/_new  2015-12-09 22:33:47.000000000 +0100
@@ -1,20 +1,21 @@
-Index: salt-2015.8.0/conf/master
+Index: salt-2015.8.2/conf/master
 ===================================================================
---- salt-2015.8.0.orig/conf/master
-+++ salt-2015.8.0/conf/master
-@@ -25,7 +25,7 @@
+--- salt-2015.8.2.orig/conf/master
++++ salt-2015.8.2/conf/master
+@@ -25,7 +25,8 @@
  # permissions to allow the specified user to run the master. The exception is
  # the job cache, which must be deleted if this user is changed. If the
  # modified files cause conflicts, set verify_env to False.
 -#user: root
 +user: salt
++syndic_user: salt
  
  # Max open files
  #
-Index: salt-2015.8.0/pkg/salt-common.logrotate
+Index: salt-2015.8.2/pkg/salt-common.logrotate
 ===================================================================
---- salt-2015.8.0.orig/pkg/salt-common.logrotate
-+++ salt-2015.8.0/pkg/salt-common.logrotate
+--- salt-2015.8.2.orig/pkg/salt-common.logrotate
++++ salt-2015.8.2/pkg/salt-common.logrotate
 @@ -1,4 +1,5 @@
  /var/log/salt/master {
 +      su salt salt


Reply via email to