Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-installation-control for openSUSE:Factory checked in at 2021-12-13 20:42:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-installation-control (Old) and /work/SRC/openSUSE:Factory/.yast2-installation-control.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation-control" Mon Dec 13 20:42:16 2021 rev:43 rq:939112 version:4.4.5 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-installation-control/yast2-installation-control.changes 2021-11-06 18:18:04.676886012 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-installation-control.new.2520/yast2-installation-control.changes 2021-12-13 20:46:56.896503835 +0100 @@ -1,0 +2,7 @@ +Thu Dec 9 13:00:27 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez <jlo...@suse.com> + +- Partitioning section: add mount_options for volumes (related to + fate#318196). +- 4.4.5 + +------------------------------------------------------------------- Old: ---- yast2-installation-control-4.4.4.tar.bz2 New: ---- yast2-installation-control-4.4.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation-control.spec ++++++ --- /var/tmp/diff_new_pack.W8Wm8s/_old 2021-12-13 20:46:57.452503903 +0100 +++ /var/tmp/diff_new_pack.W8Wm8s/_new 2021-12-13 20:46:57.456503903 +0100 @@ -17,7 +17,7 @@ Name: yast2-installation-control -Version: 4.4.4 +Version: 4.4.5 Release: 0 Summary: YaST2 - RNG schema for installation control files License: GPL-2.0-only ++++++ yast2-installation-control-4.4.4.tar.bz2 -> yast2-installation-control-4.4.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-control-4.4.4/control/control.rnc new/yast2-installation-control-4.4.5/control/control.rnc --- old/yast2-installation-control-4.4.4/control/control.rnc 2021-11-05 14:20:03.000000000 +0100 +++ new/yast2-installation-control-4.4.5/control/control.rnc 2021-12-10 13:14:55.000000000 +0100 @@ -689,6 +689,7 @@ partitioning_volume_elements = mount_point? + & mount_options? & proposed? & proposed_configurable? & fs_types? @@ -717,6 +718,7 @@ snapshots_size_or_percentage = snapshots_size | snapshots_percentage mount_point = element mount_point { STRING } +mount_options = element mount_options { STRING } proposed = element proposed { BOOLEAN } proposed_configurable = element proposed_configurable { BOOLEAN } fs_types = element fs_types { STRING } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-control-4.4.4/control/control.rng new/yast2-installation-control-4.4.5/control/control.rng --- old/yast2-installation-control-4.4.4/control/control.rng 2021-11-05 14:20:03.000000000 +0100 +++ new/yast2-installation-control-4.4.5/control/control.rng 2021-12-10 13:14:55.000000000 +0100 @@ -1413,6 +1413,9 @@ <ref name="mount_point"/> </optional> <optional> + <ref name="mount_options"/> + </optional> + <optional> <ref name="proposed"/> </optional> <optional> @@ -1497,6 +1500,11 @@ <ref name="STRING"/> </element> </define> + <define name="mount_options"> + <element name="mount_options"> + <ref name="STRING"/> + </element> + </define> <define name="proposed"> <element name="proposed"> <ref name="BOOLEAN"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-control-4.4.4/package/yast2-installation-control.changes new/yast2-installation-control-4.4.5/package/yast2-installation-control.changes --- old/yast2-installation-control-4.4.4/package/yast2-installation-control.changes 2021-11-05 14:20:03.000000000 +0100 +++ new/yast2-installation-control-4.4.5/package/yast2-installation-control.changes 2021-12-10 13:14:55.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Dec 9 13:00:27 UTC 2021 - Jos?? Iv??n L??pez Gonz??lez <jlo...@suse.com> + +- Partitioning section: add mount_options for volumes (related to + fate#318196). +- 4.4.5 + +------------------------------------------------------------------- Fri Nov 5 12:32:44 UTC 2021 - Ancor Gonzalez Sosa <an...@suse.com> - Partitioning section: dropped support for the legacy format of diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-control-4.4.4/package/yast2-installation-control.spec new/yast2-installation-control-4.4.5/package/yast2-installation-control.spec --- old/yast2-installation-control-4.4.4/package/yast2-installation-control.spec 2021-11-05 14:20:03.000000000 +0100 +++ new/yast2-installation-control-4.4.5/package/yast2-installation-control.spec 2021-12-10 13:14:55.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-installation-control -Version: 4.4.4 +Version: 4.4.5 Release: 0 Summary: YaST2 - RNG schema for installation control files License: GPL-2.0-only