Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-storage-ng for openSUSE:Factory checked in at 2022-05-09 18:43:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old) and /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-storage-ng" Mon May 9 18:43:41 2022 rev:126 rq:975811 version:4.5.5 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes 2022-04-30 00:44:24.390892535 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.1538/yast2-storage-ng.changes 2022-05-09 18:43:59.536199648 +0200 @@ -1,0 +2,7 @@ +Mon May 9 11:28:26 UTC 2022 - Ancor Gonzalez Sosa <an...@suse.com> + +- Handle the new libstorage-ng "storage feature" for NILFS2 + (gh#openSUSE/libstorage-ng#874) +- 4.5.5 + +------------------------------------------------------------------- Old: ---- yast2-storage-ng-4.5.4.tar.bz2 New: ---- yast2-storage-ng-4.5.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-storage-ng.spec ++++++ --- /var/tmp/diff_new_pack.CZZIbA/_old 2022-05-09 18:44:00.196200423 +0200 +++ /var/tmp/diff_new_pack.CZZIbA/_new 2022-05-09 18:44:00.200200428 +0200 @@ -17,7 +17,7 @@ Name: yast2-storage-ng -Version: 4.5.4 +Version: 4.5.5 Release: 0 Summary: YaST2 - Storage Configuration License: GPL-2.0-only OR GPL-3.0-only ++++++ yast2-storage-ng-4.5.4.tar.bz2 -> yast2-storage-ng-4.5.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-4.5.4/package/yast2-storage-ng.changes new/yast2-storage-ng-4.5.5/package/yast2-storage-ng.changes --- old/yast2-storage-ng-4.5.4/package/yast2-storage-ng.changes 2022-04-28 13:57:29.000000000 +0200 +++ new/yast2-storage-ng-4.5.5/package/yast2-storage-ng.changes 2022-05-09 13:44:58.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon May 9 11:28:26 UTC 2022 - Ancor Gonzalez Sosa <an...@suse.com> + +- Handle the new libstorage-ng "storage feature" for NILFS2 + (gh#openSUSE/libstorage-ng#874) +- 4.5.5 + +------------------------------------------------------------------- Thu Apr 28 11:22:27 UTC 2022 - Josef Reidinger <jreidin...@suse.com> - Mark properly help text in tmpfs widget for localization diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-4.5.4/package/yast2-storage-ng.spec new/yast2-storage-ng-4.5.5/package/yast2-storage-ng.spec --- old/yast2-storage-ng-4.5.4/package/yast2-storage-ng.spec 2022-04-28 13:57:29.000000000 +0200 +++ new/yast2-storage-ng-4.5.5/package/yast2-storage-ng.spec 2022-05-09 13:44:58.000000000 +0200 @@ -16,7 +16,7 @@ # Name: yast2-storage-ng -Version: 4.5.4 +Version: 4.5.5 Release: 0 Summary: YaST2 - Storage Configuration License: GPL-2.0-only OR GPL-3.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-storage-ng-4.5.4/src/lib/y2storage/storage_feature.rb new/yast2-storage-ng-4.5.5/src/lib/y2storage/storage_feature.rb --- old/yast2-storage-ng-4.5.4/src/lib/y2storage/storage_feature.rb 2022-04-28 13:57:29.000000000 +0200 +++ new/yast2-storage-ng-4.5.5/src/lib/y2storage/storage_feature.rb 2022-05-09 13:44:58.000000000 +0200 @@ -72,6 +72,7 @@ UF_EXT4: "e2fsprogs", UF_XFS: "xfsprogs", UF_REISERFS: "reiserfs", + UF_NILFS2: "nilfs-utils", UF_NFS: "nfs-client", UF_NTFS: ["ntfs-3g", "ntfsprogs"], UF_VFAT: "dosfstools", @@ -108,7 +109,7 @@ # NTFS Windows partition on the disk; don't throw an error pop-up in that # case, just log a warning (bsc#1039830). # - OPTIONAL_PACKAGES = ["ntfs-3g", "ntfsprogs", "exfat-utils", "f2fs-tools", "jfsutils"] + OPTIONAL_PACKAGES = ["ntfs-3g", "ntfsprogs", "exfat-utils", "f2fs-tools", "jfsutils", "nilfs-utils"] # configurable part ends here #======================================================================