commit yomi-formula for openSUSE:Factory
Hello community, here is the log from the commit of package yomi-formula for openSUSE:Factory checked in at 2020-03-31 17:32:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yomi-formula (Old) and /work/SRC/openSUSE:Factory/.yomi-formula.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yomi-formula" Tue Mar 31 17:32:01 2020 rev:12 rq:789060 version:0.0.1+git.1585319502.392f59c Changes: -------- --- /work/SRC/openSUSE:Factory/yomi-formula/yomi-formula.changes 2020-03-19 19:50:21.716186280 +0100 +++ /work/SRC/openSUSE:Factory/.yomi-formula.new.3160/yomi-formula.changes 2020-03-31 17:32:12.608259251 +0200 @@ -1,0 +2,7 @@ +Fri Mar 27 14:32:24 UTC 2020 - Alberto Planas Dominguez <aplanas@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.srbGiu/_old 2020-03-31 17:32:13.248259626 +0200 +++ /var/tmp/diff_new_pack.srbGiu/_new 2020-03-31 17:32:13.248259626 +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.srbGiu/_old 2020-03-31 17:32:13.276259642 +0200 +++ /var/tmp/diff_new_pack.srbGiu/_new 2020-03-31 17:32:13.280259644 +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.srbGiu/_old 2020-03-31 17:32:13.384259705 +0200 +++ /var/tmp/diff_new_pack.srbGiu/_new 2020-03-31 17:32:13.384259705 +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
participants (1)
-
root