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-02-11 23:07:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-storage-ng (Old)
and /work/SRC/openSUSE:Factory/.yast2-storage-ng.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-storage-ng"
Fri Feb 11 23:07:16 2022 rev:121 rq:953219 version:4.4.36
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-storage-ng/yast2-storage-ng.changes
2022-02-06 23:54:59.762532700 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-storage-ng.new.1956/yast2-storage-ng.changes
2022-02-11 23:08:28.890784928 +0100
@@ -1,0 +2,7 @@
+Thu Feb 10 10:18:23 UTC 2022 - Ancor Gonzalez Sosa <[email protected]>
+
+- Partitioner: 'Add NFS' instead of 'Add Nfs' in the menu (related
+ to fate#318196).
+- 4.4.36
+
+-------------------------------------------------------------------
@@ -4,2 +11,3 @@
-- Partitioner: use 'defaults' for empty mount options in the
- details popup of a NFS (related to fate#318196).
+- Partitioner: the details popup for an NFS displays 'defaults'
+ instead of an empty string if no mount options are specified for
+ that NFS (related to fate#318196).
Old:
----
yast2-storage-ng-4.4.35.tar.bz2
New:
----
yast2-storage-ng-4.4.36.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-storage-ng.spec ++++++
--- /var/tmp/diff_new_pack.vCEeve/_old 2022-02-11 23:08:29.338786224 +0100
+++ /var/tmp/diff_new_pack.vCEeve/_new 2022-02-11 23:08:29.342786235 +0100
@@ -17,7 +17,7 @@
Name: yast2-storage-ng
-Version: 4.4.35
+Version: 4.4.36
Release: 0
Summary: YaST2 - Storage Configuration
License: GPL-2.0-only OR GPL-3.0-only
++++++ yast2-storage-ng-4.4.35.tar.bz2 -> yast2-storage-ng-4.4.36.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-storage-ng-4.4.35/package/yast2-storage-ng.changes
new/yast2-storage-ng-4.4.36/package/yast2-storage-ng.changes
--- old/yast2-storage-ng-4.4.35/package/yast2-storage-ng.changes
2022-02-04 15:50:20.000000000 +0100
+++ new/yast2-storage-ng-4.4.36/package/yast2-storage-ng.changes
2022-02-10 14:31:00.000000000 +0100
@@ -1,8 +1,16 @@
-------------------------------------------------------------------
+Thu Feb 10 10:18:23 UTC 2022 - Ancor Gonzalez Sosa <[email protected]>
+
+- Partitioner: 'Add NFS' instead of 'Add Nfs' in the menu (related
+ to fate#318196).
+- 4.4.36
+
+-------------------------------------------------------------------
Thu Feb 3 16:12:52 UTC 2022 - Jos?? Iv??n L??pez Gonz??lez <[email protected]>
-- Partitioner: use 'defaults' for empty mount options in the
- details popup of a NFS (related to fate#318196).
+- Partitioner: the details popup for an NFS displays 'defaults'
+ instead of an empty string if no mount options are specified for
+ that NFS (related to fate#318196).
-------------------------------------------------------------------
Wed Feb 2 20:53:34 UTC 2022 - Ancor Gonzalez Sosa <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-storage-ng-4.4.35/package/yast2-storage-ng.spec
new/yast2-storage-ng-4.4.36/package/yast2-storage-ng.spec
--- old/yast2-storage-ng-4.4.35/package/yast2-storage-ng.spec 2022-02-04
15:50:20.000000000 +0100
+++ new/yast2-storage-ng-4.4.36/package/yast2-storage-ng.spec 2022-02-10
14:31:00.000000000 +0100
@@ -16,7 +16,7 @@
#
Name: yast2-storage-ng
-Version: 4.4.35
+Version: 4.4.36
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.4.35/src/lib/y2partitioner/widgets/menus/add.rb
new/yast2-storage-ng-4.4.36/src/lib/y2partitioner/widgets/menus/add.rb
--- old/yast2-storage-ng-4.4.35/src/lib/y2partitioner/widgets/menus/add.rb
2022-02-04 15:50:20.000000000 +0100
+++ new/yast2-storage-ng-4.4.36/src/lib/y2partitioner/widgets/menus/add.rb
2022-02-10 14:31:00.000000000 +0100
@@ -54,7 +54,7 @@
Item(Id(:menu_add_btrfs), _("&Btrfs...")),
Item(Id(:menu_add_bcache), _("B&cache...")),
Item(Id(:menu_add_tmpfs), _("&Tmpfs...")),
- Item(Id(:menu_add_nfs), _("&Nfs...")),
+ Item(Id(:menu_add_nfs), _("&NFS...")),
Item("---"),
Item(Id(:menu_add_partition), _("&Partition...")),
Item(Id(:menu_add_lv), _("&Logical Volume...")),