Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package habootstrap-formula for 
openSUSE:Factory checked in at 2021-01-20 18:26:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/habootstrap-formula (Old)
 and      /work/SRC/openSUSE:Factory/.habootstrap-formula.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "habootstrap-formula"

Wed Jan 20 18:26:57 2021 rev:19 rq:864370 version:0.4.0+git.1611071659.c94de02

Changes:
--------
--- /work/SRC/openSUSE:Factory/habootstrap-formula/habootstrap-formula.changes  
2021-01-19 16:02:50.855439207 +0100
+++ 
/work/SRC/openSUSE:Factory/.habootstrap-formula.new.28504/habootstrap-formula.changes
       2021-01-20 18:27:25.791518032 +0100
@@ -1,0 +2,8 @@
+Tue Jan 19 09:38:52 UTC 2021 - Xabier Arbulu <[email protected]>
+
+- Version bump 0.4.0
+  * Change salt-formulas-configuration requirement in SLE12 codestream
+  to a recommendation
+  (bsc#1177860)
+
+-------------------------------------------------------------------

Old:
----
  habootstrap-formula-0.3.11+git.1611046122.d1bd8e6.tar.gz

New:
----
  habootstrap-formula-0.4.0+git.1611071659.c94de02.tar.gz

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

Other differences:
------------------
++++++ habootstrap-formula.spec ++++++
--- /var/tmp/diff_new_pack.FtnE5Q/_old  2021-01-20 18:27:27.131519259 +0100
+++ /var/tmp/diff_new_pack.FtnE5Q/_new  2021-01-20 18:27:27.131519259 +0100
@@ -20,7 +20,7 @@
 
 Name:           habootstrap-formula
 Group:          System/Packages
-Version:        0.3.11+git.1611046122.d1bd8e6
+Version:        0.4.0+git.1611071659.c94de02
 Release:        0
 Summary:        HA cluster (crmsh) deployment salt formula
 
@@ -30,7 +30,11 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 Requires:       salt-shaptools
+%if 0%{?suse_version} < 1500
+Recommends:     salt-formulas-configuration
+%else
 Requires:       salt-formulas-configuration
+%endif
 
 %define fname cluster
 %define fdir  %{_datadir}/salt-formulas
@@ -41,6 +45,10 @@
 the HA cluster bootstrap actions (init, join, remove) using standalone salt
 or via SUSE Manager formulas with forms, available on SUSE Manager 4.0.
 
+In order to use the formula, salt must be available in the system. The package 
comes automatically
+in SLE15. To use it in SLE12, salt (and it sub-components) comes from the 
Advanced systems management
+module, which can be added running the `SUSEConnect -p 
sle-module-adv-systems-management/12/{{ arch }}`
+
 %prep
 %setup -q
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.FtnE5Q/_old  2021-01-20 18:27:27.159519285 +0100
+++ /var/tmp/diff_new_pack.FtnE5Q/_new  2021-01-20 18:27:27.163519289 +0100
@@ -4,8 +4,8 @@
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="filename">habootstrap-formula</param>
-    <param name="versionformat">0.3.11+git.%ct.%h</param>
-    <param name="revision">d1bd8e6be25d571267de914346337c7fbb243a43</param>
+    <param name="versionformat">0.4.0+git.%ct.%h</param>
+    <param name="revision">c94de022e0883fc738a3c0d4bd8d1f25be065990</param>
   </service>
 
   <service name="recompress" mode="disabled">

++++++ habootstrap-formula-0.3.11+git.1611046122.d1bd8e6.tar.gz -> 
habootstrap-formula-0.4.0+git.1611071659.c94de02.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.11+git.1611046122.d1bd8e6/_service 
new/habootstrap-formula-0.4.0+git.1611071659.c94de02/_service
--- old/habootstrap-formula-0.3.11+git.1611046122.d1bd8e6/_service      
2021-01-19 09:48:42.000000000 +0100
+++ new/habootstrap-formula-0.4.0+git.1611071659.c94de02/_service       
2021-01-19 16:54:19.000000000 +0100
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="exclude">.git</param>
     <param name="filename">habootstrap-formula</param>
-    <param name="versionformat">0.3.11+git.%ct.%h</param>
+    <param name="versionformat">0.4.0+git.%ct.%h</param>
     <param name="revision">%%VERSION%%</param>
   </service>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.11+git.1611046122.d1bd8e6/habootstrap-formula.changes
 
new/habootstrap-formula-0.4.0+git.1611071659.c94de02/habootstrap-formula.changes
--- 
old/habootstrap-formula-0.3.11+git.1611046122.d1bd8e6/habootstrap-formula.changes
   2021-01-19 09:48:42.000000000 +0100
+++ 
new/habootstrap-formula-0.4.0+git.1611071659.c94de02/habootstrap-formula.changes
    2021-01-19 16:54:19.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Tue Jan 19 09:38:52 UTC 2021 - Xabier Arbulu <[email protected]>
+
+- Version bump 0.4.0
+  * Change salt-formulas-configuration requirement in SLE12 codestream
+  to a recommendation
+  (bsc#1177860)
+
+-------------------------------------------------------------------
 Tue Jan 19 08:32:50 UTC 2021 - Aleksei Burlakov <[email protected]>
 
 - Remove --no-overwrite-sshkey option from the formula
@@ -30,7 +38,7 @@
 
 - Version bump 0.3.9
   * Add lock mechanism to the cluster join process to avoid issues
-  when multiple nodes are joining in parallel 
+  when multiple nodes are joining in parallel
   (jsc#SLE-4047)
 
 -------------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/habootstrap-formula-0.3.11+git.1611046122.d1bd8e6/habootstrap-formula.spec 
new/habootstrap-formula-0.4.0+git.1611071659.c94de02/habootstrap-formula.spec
--- 
old/habootstrap-formula-0.3.11+git.1611046122.d1bd8e6/habootstrap-formula.spec  
    2021-01-19 09:48:42.000000000 +0100
+++ 
new/habootstrap-formula-0.4.0+git.1611071659.c94de02/habootstrap-formula.spec   
    2021-01-19 16:54:19.000000000 +0100
@@ -30,7 +30,11 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 Requires:       salt-shaptools
+%if 0%{?suse_version} < 1500
+Recommends:     salt-formulas-configuration
+%else
 Requires:       salt-formulas-configuration
+%endif
 
 %define fname cluster
 %define fdir  %{_datadir}/salt-formulas
@@ -41,6 +45,10 @@
 the HA cluster bootstrap actions (init, join, remove) using standalone salt
 or via SUSE Manager formulas with forms, available on SUSE Manager 4.0.
 
+In order to use the formula, salt must be available in the system. The package 
comes automatically
+in SLE15. To use it in SLE12, salt (and it sub-components) comes from the 
Advanced systems management
+module, which can be added running the `SUSEConnect -p 
sle-module-adv-systems-management/12/{{ arch }}`
+
 %prep
 %setup -q
 

Reply via email to