Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2014-07-21 21:40:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-11 
20:05:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2014-07-21 
22:35:16.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Jul 19 07:58:18 UTC 2014 - abo...@gmail.com
+
+- Fixed bug in opensuse 12.3 systemd file
+  systemd 198 doesn't have python-systemd binding.
+- Disabled testing on SLES
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ salt.spec ++++++
--- /var/tmp/diff_new_pack.IOX4rn/_old  2014-07-21 22:35:17.000000000 +0200
+++ /var/tmp/diff_new_pack.IOX4rn/_new  2014-07-21 22:35:17.000000000 +0200
@@ -253,7 +253,12 @@
 mkdir -p %{buildroot}/srv/salt
 mkdir -p %{buildroot}/srv/pillar
 mkdir -p %{buildroot}%{_docdir}/salt
-#
+
+## fix opensuse 12.3 systemd service file
+%if 0%{?suse_version} == 1230
+sed -i 's/^Type=notify/Type=simple/g' pkg/salt-master.service
+%endif
+
 ## install init and systemd scripts
 %if 0%{?_unitdir:1}
 install -Dpm 0644 pkg/salt-master.service 
%{buildroot}%_unitdir/salt-master.service
@@ -293,10 +298,9 @@
 %endif #with_bashcomp
 
 %check
-# don't test on factory because of ssl2 method deprication
-#%%if 0%{?suse_version} < 1310
+%if 0%{?suse_version} < 1310
 %{__python} setup.py test --runtests-opts=-u
-#%%endif
+%endif
 
 %preun syndic
 %if 0%{?_unitdir:1}

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

Reply via email to