Hello community,

here is the log from the commit of package yomi-formula for openSUSE:Factory 
checked in at 2019-10-14 12:32:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yomi-formula (Old)
 and      /work/SRC/openSUSE:Factory/.yomi-formula.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yomi-formula"

Mon Oct 14 12:32:01 2019 rev:6 rq:735879 version:0.0.1+git.1570457098.f38ad71

Changes:
--------
--- /work/SRC/openSUSE:Factory/yomi-formula/yomi-formula.changes        
2019-09-07 12:34:15.605666960 +0200
+++ /work/SRC/openSUSE:Factory/.yomi-formula.new.2352/yomi-formula.changes      
2019-10-14 12:32:03.672181373 +0200
@@ -1,0 +2,58 @@
+Mon Oct  7 14:27:14 UTC 2019 - Alberto Planas Dominguez <[email protected]>
+
+- Update directoy persmissions based on the new configuration from
+  salt-standalone-formulas-configuration
+
+-------------------------------------------------------------------
+Mon Oct 07 14:05:26 UTC 2019 - Alberto Planas Dominguez <[email protected]>
+
+- Update to version 0.0.1+git.1570457098.f38ad71:
+  * mount: pre-set the chroot before calling zypper (bsc#1153062)
+  * mkinitrd: force re-creation if software changes
+
+-------------------------------------------------------------------
+Fri Oct 04 08:53:27 UTC 2019 - Alberto Planas Dominguez <[email protected]>
+
+- Update to version 0.0.1+git.1570179173.75fc04c:
+  * states: simplify default values on conditions
+  * machine-id: copy machine-id from the system
+  * reboot: replace backtick quote in shell command
+  * partitions: unify kind of quote
+  * users: force password hash under quotes
+  * metadata: split form in multiple subforms
+- Generate metadata information for subforms
+
+-------------------------------------------------------------------
+Tue Oct 01 13:07:20 UTC 2019 - Alberto Planas Dominguez <[email protected]>
+
+- Update to version 0.0.1+git.1569935178.cfe975f:
+  * image: check the presence of URL for inclusion
+  * image: fix umount_image_/mnt name
+  * installer: rename entry point to init.sls
+  * mark: remove guard mark and use mount detector
+  * states: get default value for empty sections
+  * pillar: install glibc-locale with pattern:enhanced_base
+  * bootloader: fix documentation and form
+  * metadata: add the initial metadata and form data
+
+-------------------------------------------------------------------
+Mon Sep  9 08:53:36 UTC 2019 - Alberto Planas Dominguez <[email protected]>
+
+- Add metadata directory
+- Adjust states and metadata directory permissions
+
+-------------------------------------------------------------------
+Fri Sep 06 13:53:49 UTC 2019 - Alberto Planas Dominguez <[email protected]>
+
+- Update to version 0.0.1+git.1567698409.1177c34:
+  * image: add new mechanism for software installation
+  * formatted: remove useless comments
+  * docs: refactor the documentation
+
+-------------------------------------------------------------------
+Fri Sep  6 13:52:50 UTC 2019 - Alberto Planas Dominguez <[email protected]>
+
+- Add metadata information
+- Adjust salt-formula directory permissions
+
+-------------------------------------------------------------------

Old:
----
  yomi-0.0.1+git.1566569312.4133e8e.obscpio

New:
----
  yomi-0.0.1+git.1570457098.f38ad71.obscpio

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

Other differences:
------------------
++++++ yomi-formula.spec ++++++
--- /var/tmp/diff_new_pack.0bLPHC/_old  2019-10-14 12:32:04.552179080 +0200
+++ /var/tmp/diff_new_pack.0bLPHC/_new  2019-10-14 12:32:04.556179070 +0200
@@ -20,7 +20,7 @@
 %define fdir  %{_datadir}/salt-formulas
 
 Name:           yomi-formula
-Version:        0.0.1+git.1566569312.4133e8e
+Version:        0.0.1+git.1570457098.f38ad71
 Release:        0
 Summary:        Yomi - Yet one more installer
 License:        Apache-2.0
@@ -117,16 +117,30 @@
     - /srv/salt
 EOF
 
+# Metadata, forms and subform (and fake states)
+for form in metadata/form*.yml; do
+    form_name=${form#metadata/form-}
+    form_name=${form_name%.yml}
+    mkdir -p %{buildroot}%{fdir}/metadata/$form_name/
+    cp -a $form %{buildroot}%{fdir}/metadata/$form_name/form.yml
+    cp metadata/metadata.yml %{buildroot}%{fdir}/metadata/$form_name/
+    if [ ! -f %{buildroot}%{fdir}/states/$form_name/init.sls ]; then
+        mkdir -p %{buildroot}%{fdir}/states/$form_name/
+        touch %{buildroot}%{fdir}/states/$form_name/init.sls
+    fi
+done
+
 %files
-%defattr(0640,root,salt,0750)
+%defattr(-,root,root,-)
 %license LICENSE
 %doc README.md docs/*
-%dir %{fdir}/
-%dir %{fdir}/states/
-%dir %{fdir}/states/%{fname}
-%dir %{_datadir}/%{fname}
+%dir %attr(0755, root, salt) %{fdir}/
+%dir %attr(0755, root, salt) %{fdir}/states/
+%dir %attr(0755, root, salt) %{fdir}/metadata/
+%dir %attr(0755, root, salt) %{_datadir}/%{fname}
 %{fdir}/states/
+%{fdir}/metadata/
 %{_datadir}/%{fname}
-%attr(755,root,root) %{_bindir}/monitor
+%{_bindir}/monitor
 
 %changelog

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.0bLPHC/_old  2019-10-14 12:32:04.612178924 +0200
+++ /var/tmp/diff_new_pack.0bLPHC/_new  2019-10-14 12:32:04.616178913 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/openSUSE/yomi.git</param>
-              <param 
name="changesrevision">4133e8eccc005055eb430263d11ced61521559d7</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">f38ad7194679fbae2b9216d389568a234438837e</param></service></servicedata>
\ No newline at end of file

++++++ yomi-0.0.1+git.1566569312.4133e8e.obscpio -> 
yomi-0.0.1+git.1570457098.f38ad71.obscpio ++++++
++++ 4774 lines of diff (skipped)

++++++ yomi.obsinfo ++++++
--- /var/tmp/diff_new_pack.0bLPHC/_old  2019-10-14 12:32:04.752178559 +0200
+++ /var/tmp/diff_new_pack.0bLPHC/_new  2019-10-14 12:32:04.752178559 +0200
@@ -1,5 +1,5 @@
 name: yomi
-version: 0.0.1+git.1566569312.4133e8e
-mtime: 1566569312
-commit: 4133e8eccc005055eb430263d11ced61521559d7
+version: 0.0.1+git.1570457098.f38ad71
+mtime: 1570457098
+commit: f38ad7194679fbae2b9216d389568a234438837e
 


Reply via email to