Hello community,

here is the log from the commit of package yomi-formula for openSUSE:Factory 
checked in at 2019-08-06 15:11:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yomi-formula (Old)
 and      /work/SRC/openSUSE:Factory/.yomi-formula.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yomi-formula"

Tue Aug  6 15:11:47 2019 rev:2 rq:721091 version:0.0.1+git.1565017592.7207cea

Changes:
--------
--- /work/SRC/openSUSE:Factory/yomi-formula/yomi-formula.changes        
2019-07-30 12:38:02.582944740 +0200
+++ /work/SRC/openSUSE:Factory/.yomi-formula.new.4126/yomi-formula.changes      
2019-08-06 15:11:53.735740812 +0200
@@ -1,0 +2,13 @@
+Mon Aug 05 15:08:03 UTC 2019 - Alberto Planas Dominguez <[email protected]>
+
+- Update to version 0.0.1+git.1565017592.7207cea:
+  * documentation: add a note about the pillar top.sls
+
+-------------------------------------------------------------------
+Wed Jul 31 13:14:12 UTC 2019 - Alberto Planas Dominguez <[email protected]>
+
+- Update to version 0.0.1+git.1564577012.3d7decf:
+  * _default_target: fix systemctl call
+  * documentation: add top.sls creation
+
+-------------------------------------------------------------------

Old:
----
  yomi-0.0.1+git.1564144697.5bce6e9.obscpio

New:
----
  yomi-0.0.1+git.1565017592.7207cea.obscpio

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

Other differences:
------------------
++++++ yomi-formula.spec ++++++
--- /var/tmp/diff_new_pack.hRWjgu/_old  2019-08-06 15:11:54.187740714 +0200
+++ /var/tmp/diff_new_pack.hRWjgu/_new  2019-08-06 15:11:54.187740714 +0200
@@ -20,7 +20,7 @@
 %define fdir  %{_datadir}/salt-formulas
 
 Name:           yomi-formula
-Version:        0.0.1+git.1564144697.5bce6e9
+Version:        0.0.1+git.1565017592.7207cea
 Release:        0
 Summary:        Yomi - Yet one more installer
 License:        Apache-2.0
@@ -117,7 +117,6 @@
     - /srv/salt
 EOF
 
-
 %files
 %defattr(0640,root,salt,0750)
 %license LICENSE

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.hRWjgu/_old  2019-08-06 15:11:54.235740704 +0200
+++ /var/tmp/diff_new_pack.hRWjgu/_new  2019-08-06 15:11:54.239740703 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/openSUSE/yomi.git</param>
-              <param 
name="changesrevision">5bce6e9674bea8be36a84126db37828b5f02147d</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">7207cea9d0a4dd8b82477fa39adc3dd9dc558457</param></service></servicedata>
\ No newline at end of file

++++++ yomi-0.0.1+git.1564144697.5bce6e9.obscpio -> 
yomi-0.0.1+git.1565017592.7207cea.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yomi-0.0.1+git.1564144697.5bce6e9/docs/use-case-as-a-kubic-worker.md 
new/yomi-0.0.1+git.1565017592.7207cea/docs/use-case-as-a-kubic-worker.md
--- old/yomi-0.0.1+git.1564144697.5bce6e9/docs/use-case-as-a-kubic-worker.md    
2019-07-26 14:38:17.000000000 +0200
+++ new/yomi-0.0.1+git.1565017592.7207cea/docs/use-case-as-a-kubic-worker.md    
2019-08-05 17:06:32.000000000 +0200
@@ -188,6 +188,26 @@
 copying the pillar content from `yomi-formula` to `/srv/pillar`
 directly, and forget about the `pillar.conf` overlay.
 
+The `yomi-formula` package do not include an example `top.sls`, but we
+can create one easily for this example.
+
+```bash
+cat <<EOF > /srv/salt/top.sls
+base:
+  '*':
+    - yomi.installer
+EOF
+```
+
+Check also that for the pillar we also have a `top.sls`. The one that
+we have in the package as an example is:
+
+```yaml
+base:
+  '*':
+    - installer
+```
+
 Finally, to install MicroOS into the new worker, we need to apply the
 high-state into the node:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yomi-0.0.1+git.1564144697.5bce6e9/salt/yomi/_default_target.sls 
new/yomi-0.0.1+git.1565017592.7207cea/salt/yomi/_default_target.sls
--- old/yomi-0.0.1+git.1564144697.5bce6e9/salt/yomi/_default_target.sls 
2019-07-26 14:38:17.000000000 +0200
+++ new/yomi-0.0.1+git.1565017592.7207cea/salt/yomi/_default_target.sls 
2019-08-05 17:06:32.000000000 +0200
@@ -6,6 +6,6 @@
 {{ macros.log('cmd', 'systemd_set_target') }}
 systemd_set_target:
   cmd.run:
-    - name: systemctl set-target {{ target }}
+    - name: systemctl set-default {{ target }}
     - unless: readlink -f /mnt/etc/systemd/system/default.target | grep -q {{ 
target }}
     - root: /mnt

++++++ yomi.obsinfo ++++++
--- /var/tmp/diff_new_pack.hRWjgu/_old  2019-08-06 15:11:54.391740670 +0200
+++ /var/tmp/diff_new_pack.hRWjgu/_new  2019-08-06 15:11:54.391740670 +0200
@@ -1,5 +1,5 @@
 name: yomi
-version: 0.0.1+git.1564144697.5bce6e9
-mtime: 1564144697
-commit: 5bce6e9674bea8be36a84126db37828b5f02147d
+version: 0.0.1+git.1565017592.7207cea
+mtime: 1565017592
+commit: 7207cea9d0a4dd8b82477fa39adc3dd9dc558457
 


Reply via email to