Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2020-07-15 11:18:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and      /work/SRC/openSUSE:Factory/.autoyast2.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoyast2"

Wed Jul 15 11:18:44 2020 rev:281 rq:820900 version:4.3.24

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes      2020-07-13 
09:06:20.532215590 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new.3060/autoyast2.changes    
2020-07-15 11:20:31.357329487 +0200
@@ -1,0 +2,13 @@
+Tue Jul 14 12:05:44 UTC 2020 - David Diaz <[email protected]>
+
+- Fix 'partition' elements using the right type (bsc#1174071).
+- 4.3.24
+
+-------------------------------------------------------------------
+Mon Jul 13 09:26:52 UTC 2020 - Josef Reidinger <[email protected]>
+
+- Fix exception when autoyast module does not report any package
+  to install (bsc#1174069)
+- 4.3.23
+
+-------------------------------------------------------------------

Old:
----
  autoyast2-4.3.22.tar.bz2

New:
----
  autoyast2-4.3.24.tar.bz2

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

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.jxWKDY/_old  2020-07-15 11:20:43.753341757 +0200
+++ /var/tmp/diff_new_pack.jxWKDY/_new  2020-07-15 11:20:43.753341757 +0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:           autoyast2
-Version:        4.3.22
+Version:        4.3.24
 Release:        0
 Summary:        YaST2 - Automated Installation
 License:        GPL-2.0-only

++++++ autoyast2-4.3.22.tar.bz2 -> autoyast2-4.3.24.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.3.22/package/autoyast2.changes 
new/autoyast2-4.3.24/package/autoyast2.changes
--- old/autoyast2-4.3.22/package/autoyast2.changes      2020-07-10 
10:09:24.000000000 +0200
+++ new/autoyast2-4.3.24/package/autoyast2.changes      2020-07-14 
15:28:43.000000000 +0200
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Tue Jul 14 12:05:44 UTC 2020 - David Diaz <[email protected]>
+
+- Fix 'partition' elements using the right type (bsc#1174071).
+- 4.3.24
+
+-------------------------------------------------------------------
+Mon Jul 13 09:26:52 UTC 2020 - Josef Reidinger <[email protected]>
+
+- Fix exception when autoyast module does not report any package
+  to install (bsc#1174069)
+- 4.3.23
+
+-------------------------------------------------------------------
 Wed Jul  8 23:41:41 UTC 2020 - Knut Anderssen <[email protected]>
 
 - Move pre-scripts to the autoinit client running them just after
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.3.22/package/autoyast2.spec 
new/autoyast2-4.3.24/package/autoyast2.spec
--- old/autoyast2-4.3.22/package/autoyast2.spec 2020-07-10 10:09:24.000000000 
+0200
+++ new/autoyast2-4.3.24/package/autoyast2.spec 2020-07-14 15:28:43.000000000 
+0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:           autoyast2
-Version:        4.3.22
+Version:        4.3.24
 Release:        0
 Summary:        YaST2 - Automated Installation
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.3.22/src/autoyast-rnc/partitioning.rnc 
new/autoyast2-4.3.24/src/autoyast-rnc/partitioning.rnc
--- old/autoyast2-4.3.22/src/autoyast-rnc/partitioning.rnc      2020-07-10 
10:09:24.000000000 +0200
+++ new/autoyast2-4.3.24/src/autoyast-rnc/partitioning.rnc      2020-07-14 
15:28:43.000000000 +0200
@@ -94,7 +94,10 @@
   | bcache_caching_for
   | btrfs_name
 
-partition = element partition { y2_partition* }
+partition = element partition {
+  MAP,
+  y2_partition*
+}
 part_create =
   element create { BOOLEAN }
 part_crypt = element crypt { STRING }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-4.3.22/src/clients/inst_autopost.rb 
new/autoyast2-4.3.24/src/clients/inst_autopost.rb
--- old/autoyast2-4.3.22/src/clients/inst_autopost.rb   2020-07-10 
10:09:24.000000000 +0200
+++ new/autoyast2-4.3.24/src/clients/inst_autopost.rb   2020-07-14 
15:28:43.000000000 +0200
@@ -85,7 +85,7 @@
         module_auto = description.client_name
         importer.import_entry(description)
         out = Call.Function(module_auto, ["Packages"])
-        @packages.concat(out["install"] || [])
+        @packages.concat(out["install"] || []) if out
       end
 
       # Checking result of semantic checks of imported values.


Reply via email to