Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package saphanabootstrap-formula for 
openSUSE:Factory checked in at 2021-03-16 15:44:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/saphanabootstrap-formula (Old)
 and      /work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "saphanabootstrap-formula"

Tue Mar 16 15:44:44 2021 rev:30 rq:879095 version:0.7.0+git.1615795713.39bbb96

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/saphanabootstrap-formula/saphanabootstrap-formula.changes
        2021-03-11 20:12:50.220716642 +0100
+++ 
/work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.2401/saphanabootstrap-formula.changes
      2021-03-16 15:46:21.725224766 +0100
@@ -1,0 +2,6 @@
+Fri Mar 12 15:39:31 UTC 2021 - Xabier Arbulu <[email protected]>
+
+- Fix the HANA sidadm usage to tranfsorm to lowercase some states
+  managing the sudoers file in ha_cluster.sls state file 
+
+-------------------------------------------------------------------

Old:
----
  saphanabootstrap-formula-0.7.0+git.1615389974.36bd4d3.tar.gz

New:
----
  saphanabootstrap-formula-0.7.0+git.1615795713.39bbb96.tar.gz

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

Other differences:
------------------
++++++ saphanabootstrap-formula.spec ++++++
--- /var/tmp/diff_new_pack.abPzY5/_old  2021-03-16 15:46:22.169225455 +0100
+++ /var/tmp/diff_new_pack.abPzY5/_new  2021-03-16 15:46:22.169225455 +0100
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           saphanabootstrap-formula
-Version:        0.7.0+git.1615389974.36bd4d3
+Version:        0.7.0+git.1615795713.39bbb96
 Release:        0
 Summary:        SAP HANA platform deployment formula
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.abPzY5/_old  2021-03-16 15:46:22.201225505 +0100
+++ /var/tmp/diff_new_pack.abPzY5/_new  2021-03-16 15:46:22.201225505 +0100
@@ -5,7 +5,7 @@
     <param name="exclude">.git</param>
     <param name="filename">saphanabootstrap-formula</param>
     <param name="versionformat">0.7.0+git.%ct.%h</param>
-    <param name="revision">36bd4d38baa7a63618e73d6a60eb68759b82228a</param>
+    <param name="revision">39bbb9688c307710f2529d3780415bd064a5fdaf</param>
   </service>
 
   <service name="recompress" mode="disabled">

++++++ saphanabootstrap-formula-0.7.0+git.1615389974.36bd4d3.tar.gz -> 
saphanabootstrap-formula-0.7.0+git.1615795713.39bbb96.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.7.0+git.1615389974.36bd4d3/hana/ha_cluster.sls 
new/saphanabootstrap-formula-0.7.0+git.1615795713.39bbb96/hana/ha_cluster.sls
--- 
old/saphanabootstrap-formula-0.7.0+git.1615389974.36bd4d3/hana/ha_cluster.sls   
    2021-03-10 16:26:14.000000000 +0100
+++ 
new/saphanabootstrap-formula-0.7.0+git.1615795713.39bbb96/hana/ha_cluster.sls   
    2021-03-15 09:08:33.000000000 +0100
@@ -53,7 +53,7 @@
   file.copy:
     - name: {{ tmp_sudoers }}
     - source: {{ sudoers }}
-    - unless: cat {{ sudoers }} | grep {{ node.sid }}adm
+    - unless: cat {{ sudoers }} | grep {{ node.sid.lower() }}adm
     - require:
       - stop_hana_{{ sap_instance }}
 
@@ -61,7 +61,7 @@
   file.append:
     - name: {{ tmp_sudoers }}
     - text: |
-        {{ node.sid }}adm ALL=(ALL) NOPASSWD: /usr/sbin/crm_attribute -n 
hana_{{ node.sid }}_site_srHook_*
+        {{ node.sid.lower() }}adm ALL=(ALL) NOPASSWD: /usr/sbin/crm_attribute 
-n hana_{{ node.sid.lower() }}_site_srHook_*
     - require:
       - sudoers_backup_{{ sap_instance }}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.7.0+git.1615389974.36bd4d3/saphanabootstrap-formula.changes
 
new/saphanabootstrap-formula-0.7.0+git.1615795713.39bbb96/saphanabootstrap-formula.changes
--- 
old/saphanabootstrap-formula-0.7.0+git.1615389974.36bd4d3/saphanabootstrap-formula.changes
  2021-03-10 16:26:14.000000000 +0100
+++ 
new/saphanabootstrap-formula-0.7.0+git.1615795713.39bbb96/saphanabootstrap-formula.changes
  2021-03-15 09:08:33.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Mar 12 15:39:31 UTC 2021 - Xabier Arbulu <[email protected]>
+
+- Fix the HANA sidadm usage to tranfsorm to lowercase some states
+  managing the sudoers file in ha_cluster.sls state file 
+
+-------------------------------------------------------------------
 Fri Mar  5 15:30:40 UTC 2021 - Xabier Arbulu <[email protected]>
 
 - Fix how the HANA client options are handled. Now, if any of the

Reply via email to