Hello community,

here is the log from the commit of package yomi-formula for openSUSE:Leap:15.2 
checked in at 2020-04-02 16:48:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/yomi-formula (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.yomi-formula.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yomi-formula"

Thu Apr  2 16:48:45 2020 rev:4 rq:790239 version:0.0.1+git.1585319502.392f59c

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/yomi-formula/yomi-formula.changes      
2020-03-21 16:48:05.173687113 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.yomi-formula.new.3248/yomi-formula.changes    
2020-04-02 16:48:47.777988254 +0200
@@ -1,0 +2,7 @@
+Fri Mar 27 14:32:24 UTC 2020 - Alberto Planas Dominguez <apla...@suse.com>
+
+- Update to version 0.0.1+git.1585319502.392f59c:
+  * users: better quote for certificate
+  * users: workaround bsc#1167909 for passwords
+
+-------------------------------------------------------------------

Old:
----
  yomi-0.0.1+git.1583771480.5787782.obscpio

New:
----
  yomi-0.0.1+git.1585319502.392f59c.obscpio

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

Other differences:
------------------
++++++ yomi-formula.spec ++++++
--- /var/tmp/diff_new_pack.8hVI8J/_old  2020-04-02 16:48:48.813989485 +0200
+++ /var/tmp/diff_new_pack.8hVI8J/_new  2020-04-02 16:48:48.817989489 +0200
@@ -20,7 +20,7 @@
 %define fdir  %{_datadir}/salt-formulas
 
 Name:           yomi-formula
-Version:        0.0.1+git.1583771480.5787782
+Version:        0.0.1+git.1585319502.392f59c
 Release:        0
 Summary:        Yomi - Yet one more installer
 License:        Apache-2.0

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.8hVI8J/_old  2020-04-02 16:48:48.857989537 +0200
+++ /var/tmp/diff_new_pack.8hVI8J/_new  2020-04-02 16:48:48.857989537 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/openSUSE/yomi.git</param>
-              <param 
name="changesrevision">5787782e9898eadec2dc7130d569106b8fd627a4</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">392f59cfaabe5a25aea39a38ed58a003dff68724</param></service></servicedata>
\ No newline at end of file

++++++ yomi-0.0.1+git.1583771480.5787782.obscpio -> 
yomi-0.0.1+git.1585319502.392f59c.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yomi-0.0.1+git.1583771480.5787782/salt/yomi/users.sls 
new/yomi-0.0.1+git.1585319502.392f59c/salt/yomi/users.sls
--- old/yomi-0.0.1+git.1583771480.5787782/salt/yomi/users.sls   2020-03-09 
17:31:20.000000000 +0100
+++ new/yomi-0.0.1+git.1585319502.392f59c/salt/yomi/users.sls   2020-03-27 
15:31:42.000000000 +0100
@@ -14,13 +14,16 @@
 
   {% if user.get('password') %}
 {{ macros.log('module', 'set_password_user_' ~ user.username) }}
+# We should use here the root parameter, but we move to chroot.call
+# because bsc#1167909
 set_password_user_{{ user.username }}:
   module.run:
-    - shadow.set_password:
+    - chroot.call:
+      - root: /mnt
+      - function: shadow.set_password
       - name: {{ user.username }}
-      - password: '{{ user.password }}'
+      - password: "'{{ user.password }}'"
       - use_usermod: yes
-      - root: /mnt
     - unless: grep -q '{{ user.username }}:{{ user.password }}' /mnt/etc/shadow
   {% endif %}
 
@@ -32,7 +35,7 @@
       - root: /mnt
       - function: ssh.set_auth_key
       - user: {{ user.username }}
-      - key: '{{ certificate }}'
+      - key: "'{{ certificate }}'"
     - unless: grep -q '{{ certificate }}' /mnt/{{ 'home/' if user.username != 
'root' else '' }}{{ user.username }}/.ssh/authorized_keys
   {% endfor %}
 {% endfor %}

++++++ yomi.obsinfo ++++++
--- /var/tmp/diff_new_pack.8hVI8J/_old  2020-04-02 16:48:49.029989741 +0200
+++ /var/tmp/diff_new_pack.8hVI8J/_new  2020-04-02 16:48:49.033989746 +0200
@@ -1,5 +1,5 @@
 name: yomi
-version: 0.0.1+git.1583771480.5787782
-mtime: 1583771480
-commit: 5787782e9898eadec2dc7130d569106b8fd627a4
+version: 0.0.1+git.1585319502.392f59c
+mtime: 1585319502
+commit: 392f59cfaabe5a25aea39a38ed58a003dff68724
 


Reply via email to