Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2023-09-28 00:24:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old) and /work/SRC/openSUSE:Factory/.autoyast2.new.23327 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoyast2" Thu Sep 28 00:24:54 2023 rev:335 rq:1113647 version:5.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes 2023-05-24 20:22:24.932198541 +0200 +++ /work/SRC/openSUSE:Factory/.autoyast2.new.23327/autoyast2.changes 2023-09-28 00:30:37.383778104 +0200 @@ -1,0 +2,12 @@ +Fri Sep 22 10:25:35 UTC 2023 - Ancor Gonzalez Sosa <an...@suse.com> + +- Added several LUKS-related elements to the partitioning schema + (jsc#PED-3878, jsc#PED-5518). +- 5.0.1 + +------------------------------------------------------------------- +Wed Aug 30 20:16:10 UTC 2023 - Josef Reidinger <jreidin...@suse.cz> + +- 5.0.0 (#bsc1185510) + +------------------------------------------------------------------- Old: ---- autoyast2-4.6.2.tar.bz2 New: ---- autoyast2-5.0.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.QSYtlk/_old 2023-09-28 00:30:38.523819254 +0200 +++ /var/tmp/diff_new_pack.QSYtlk/_new 2023-09-28 00:30:38.527819399 +0200 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.6.2 +Version: 5.0.1 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only ++++++ autoyast2-4.6.2.tar.bz2 -> autoyast2-5.0.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.6.2/package/autoyast2.changes new/autoyast2-5.0.1/package/autoyast2.changes --- old/autoyast2-4.6.2/package/autoyast2.changes 2023-05-23 16:17:00.000000000 +0200 +++ new/autoyast2-5.0.1/package/autoyast2.changes 2023-09-25 13:23:03.000000000 +0200 @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Fri Sep 22 10:25:35 UTC 2023 - Ancor Gonzalez Sosa <an...@suse.com> + +- Added several LUKS-related elements to the partitioning schema + (jsc#PED-3878, jsc#PED-5518). +- 5.0.1 + +------------------------------------------------------------------- +Wed Aug 30 20:16:10 UTC 2023 - Josef Reidinger <jreidin...@suse.cz> + +- 5.0.0 (#bsc1185510) + +------------------------------------------------------------------- Tue May 23 12:31:41 UTC 2023 - Ladislav Slezák <lsle...@suse.com> - Properly install the selected products, do not lose them after diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.6.2/package/autoyast2.spec new/autoyast2-5.0.1/package/autoyast2.spec --- old/autoyast2-4.6.2/package/autoyast2.spec 2023-05-23 16:17:00.000000000 +0200 +++ new/autoyast2-5.0.1/package/autoyast2.spec 2023-09-25 13:23:03.000000000 +0200 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.6.2 +Version: 5.0.1 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.6.2/src/autoyast-rnc/partitioning.rnc new/autoyast2-5.0.1/src/autoyast-rnc/partitioning.rnc --- old/autoyast2-4.6.2/src/autoyast-rnc/partitioning.rnc 2023-05-23 16:17:00.000000000 +0200 +++ new/autoyast2-5.0.1/src/autoyast-rnc/partitioning.rnc 2023-09-25 13:23:03.000000000 +0200 @@ -62,6 +62,10 @@ | part_crypt_fs | part_crypt_method | part_crypt_key + | part_crypt_pbkdf + | part_crypt_label + | part_crypt_cipher + | part_crypt_key_size | part_filesystem | part_format | part_fs_options @@ -109,6 +113,10 @@ part_crypt_method = element crypt_method { SYMBOL } part_crypt_key = element crypt_key { STRING } +part_crypt_pbkdf = element crypt_pbkdf { SYMBOL } +part_crypt_label = element crypt_label { STRING } +part_crypt_cipher = element crypt_cipher { STRING } +part_crypt_key_size = element crypt_key_size { INTEGER } part_filesystem = element filesystem { SYMBOL } part_format =