Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libstorage-ng for openSUSE:Factory checked in at 2023-06-12 15:25:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstorage-ng (Old) and /work/SRC/openSUSE:Factory/.libstorage-ng.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstorage-ng" Mon Jun 12 15:25:24 2023 rev:227 rq:1092505 version:4.5.118 Changes: -------- --- /work/SRC/openSUSE:Factory/libstorage-ng/libstorage-ng.changes 2023-06-07 23:06:43.603101113 +0200 +++ /work/SRC/openSUSE:Factory/.libstorage-ng.new.15902/libstorage-ng.changes 2023-06-12 15:26:04.822920288 +0200 @@ -1,0 +2,13 @@ +Mon Jun 12 09:37:48 UTC 2023 - aschn...@suse.com + +- merge gh#openSUSE/libstorage-ng#934 +- handle mkfs options also for swap +- 4.5.118 + +-------------------------------------------------------------------- +Sat Jun 10 12:59:52 UTC 2023 - aschn...@suse.com + +- Translated using Weblate (Georgian) (bsc#1149754) +- 4.5.117 + +-------------------------------------------------------------------- Old: ---- libstorage-ng-4.5.116.tar.xz New: ---- libstorage-ng-4.5.118.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstorage-ng.spec ++++++ --- /var/tmp/diff_new_pack.JwUep8/_old 2023-06-12 15:26:05.714925565 +0200 +++ /var/tmp/diff_new_pack.JwUep8/_new 2023-06-12 15:26:05.722925613 +0200 @@ -18,7 +18,7 @@ %define libname %{name}1 Name: libstorage-ng -Version: 4.5.116 +Version: 4.5.118 Release: 0 Summary: Library for storage management License: GPL-2.0-only ++++++ libstorage-ng-4.5.116.tar.xz -> libstorage-ng-4.5.118.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.116/VERSION new/libstorage-ng-4.5.118/VERSION --- old/libstorage-ng-4.5.116/VERSION 2023-06-06 09:15:04.000000000 +0200 +++ new/libstorage-ng-4.5.118/VERSION 2023-06-12 11:37:48.000000000 +0200 @@ -1 +1 @@ -4.5.116 +4.5.118 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.116/po/ka.po new/libstorage-ng-4.5.118/po/ka.po --- old/libstorage-ng-4.5.116/po/ka.po 2023-06-06 09:15:04.000000000 +0200 +++ new/libstorage-ng-4.5.118/po/ka.po 2023-06-12 11:37:48.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: YaST (@memory@)\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-03-09 09:55+0100\n" -"PO-Revision-Date: 2023-06-06 07:15+0000\n" +"PO-Revision-Date: 2023-06-10 15:15+0000\n" "Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n" "Language-Team: Georgian <https://l10n.opensuse.org/projects/libstorage/" "ng-master/ka/>\n" @@ -227,6 +227,7 @@ #, c-format msgid "Add mount point %1$s of subvolume %2$s on %3$s to /etc/fstab" msgstr "" +"%3$s-áá áááááá á á¥ááá¢áááá¡ %2$s áááááá áááá¡ á¬áá á¢áááá¡ %1$s /etc/fstab-á¨á á©áááá¢ááá" #. TRANSLATORS: displayed during action, #. %1$s is replaced by the device name (e.g. /dev/sdc1), @@ -257,7 +258,7 @@ #. %1$s is replaced by device name (e.g. /dev/sda1) #, c-format msgid "Adding encryption layer device on %1$s to /etc/crypttab" -msgstr "" +msgstr "%1$s-áá áá á¡ááá£áá ááá¨áá¤áá áá¡ á¤áááá¡ ááá¬á§áááááááá¡ /etc/crypttab-á¨á á©áááá¢ááá" #. TRANSLATORS: displayed during action, #. %1$s is replaced by the mount point (e.g. /home), @@ -265,7 +266,7 @@ #. and /dev/sdb2 (1.00 GiB)) #, c-format msgid "Adding mount point %1$s of %2$s to /etc/fstab" -msgstr "" +msgstr "%2$s-áá¡ áááááá áááá¡ á¬áá á¢áááá¡ %1$s /etc/fstab-á¨á á©áááá¢ááá" #. TRANSLATORS: displayed during action, #. %1$s is replaced by the mount point (e.g. /home), @@ -275,6 +276,7 @@ #, c-format msgid "Adding mount point %1$s of subvolume %2$s on %3$s to /etc/fstab" msgstr "" +"%3$s-áá áááááá á á¥ááá¢áááá¡ %2$s áááááá áááá¡ á¬áá á¢áááá¡ %1$s /etc/fstab-á¨á á©áááá¢ááá" #. TRANSLATORS: displayed before action, #. %1$s is replaced by the btrfs qgroup id (e.g. 1/0), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-ng-4.5.116/storage/Filesystems/SwapImpl.cc new/libstorage-ng-4.5.118/storage/Filesystems/SwapImpl.cc --- old/libstorage-ng-4.5.116/storage/Filesystems/SwapImpl.cc 2023-06-06 09:15:04.000000000 +0200 +++ new/libstorage-ng-4.5.118/storage/Filesystems/SwapImpl.cc 2023-06-12 11:37:48.000000000 +0200 @@ -104,6 +104,9 @@ string cmd_line = MKSWAP_BIN " -f " + quote(blk_device->get_name()); + if (!get_mkfs_options().empty()) + cmd_line += " " + get_mkfs_options(); + wait_for_devices(); SystemCmd cmd(cmd_line, SystemCmd::DoThrow);