Hello community, here is the log from the commit of package autoyast2 for openSUSE:Factory checked in at 2020-12-15 12:30:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old) and /work/SRC/openSUSE:Factory/.autoyast2.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "autoyast2" Tue Dec 15 12:30:39 2020 rev:294 rq:855748 version:4.3.64 Changes: -------- --- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes 2020-11-29 12:20:52.737544046 +0100 +++ /work/SRC/openSUSE:Factory/.autoyast2.new.2328/autoyast2.changes 2020-12-15 12:32:54.900122646 +0100 @@ -1,0 +2,6 @@ +Mon Dec 14 10:16:55 UTC 2020 - Imobach Gonzalez Sosa <igonzalezs...@suse.com> + +- Add support for Btrfs quotas (jsc#SLE-7742). +- 4.3.64 + +------------------------------------------------------------------- Old: ---- autoyast2-4.3.63.tar.bz2 New: ---- autoyast2-4.3.64.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ autoyast2.spec ++++++ --- /var/tmp/diff_new_pack.dhqGku/_old 2020-12-15 12:32:55.608123216 +0100 +++ /var/tmp/diff_new_pack.dhqGku/_new 2020-12-15 12:32:55.612123219 +0100 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.3.63 +Version: 4.3.64 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only ++++++ autoyast2-4.3.63.tar.bz2 -> autoyast2-4.3.64.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.3.63/package/autoyast2.changes new/autoyast2-4.3.64/package/autoyast2.changes --- old/autoyast2-4.3.63/package/autoyast2.changes 2020-11-27 12:16:05.000000000 +0100 +++ new/autoyast2-4.3.64/package/autoyast2.changes 2020-12-14 13:17:49.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Dec 14 10:16:55 UTC 2020 - Imobach Gonzalez Sosa <igonzalezs...@suse.com> + +- Add support for Btrfs quotas (jsc#SLE-7742). +- 4.3.64 + +------------------------------------------------------------------- Thu Nov 26 08:57:27 UTC 2020 - Stefan Schubert <sch...@suse.de> - Rules download: The result will be stored in the target file when diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/autoyast2-4.3.63/package/autoyast2.spec new/autoyast2-4.3.64/package/autoyast2.spec --- old/autoyast2-4.3.63/package/autoyast2.spec 2020-11-27 12:16:05.000000000 +0100 +++ new/autoyast2-4.3.64/package/autoyast2.spec 2020-12-14 13:17:49.000000000 +0100 @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.3.63 +Version: 4.3.64 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.63/src/autoyast-rnc/partitioning.rnc new/autoyast2-4.3.64/src/autoyast-rnc/partitioning.rnc --- old/autoyast2-4.3.63/src/autoyast-rnc/partitioning.rnc 2020-11-27 12:16:05.000000000 +0100 +++ new/autoyast2-4.3.64/src/autoyast-rnc/partitioning.rnc 2020-12-14 13:17:49.000000000 +0100 @@ -93,6 +93,7 @@ | bcache_backing_for | bcache_caching_for | btrfs_name + | quotas partition = element partition { MAP, @@ -159,6 +160,8 @@ bcache_options = element bcache_options { MAP, (cache_mode?) } btrfs_name = element btrfs_name { STRING } +# jsc#SLE-7742: add support for Btrfs subvolumes quotas +quotas = element quotas { BOOLEAN } btrfs_options = element btrfs_options { MAP, (data_raid_level? & metadata_raid_level?) } data_raid_level = element data_raid_level { STRING } @@ -179,7 +182,9 @@ ( element path { STRING } & # FATE#320342: add support to enable copy-on-write for Btrfs subvolumes - element copy_on_write { BOOLEAN }? + element copy_on_write { BOOLEAN }? & + # jsc#SLE-7742: add support for Btrfs subvolumes quotas + element referenced_limit { STRING }? ) } _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org