commit yast2-drbd for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-drbd for openSUSE:Factory checked in at 2014-07-02 15:04:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-drbd (Old) and /work/SRC/openSUSE:Factory/.yast2-drbd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-drbd" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-drbd/yast2-drbd.changes 2014-06-10 14:38:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-drbd.new/yast2-drbd.changes 2014-07-02 15:05:02.000000000 +0200 @@ -1,0 +2,11 @@ +Tue Jul 1 07:32:09 UTC 2014 - nwang@suse.com + +- BNC#884689 and BNC#812061. Enhance the help text. +- Version 3.1.5 + +------------------------------------------------------------------- +Tue Jul 1 07:19:50 UTC 2014 - nwang@suse.com + +- BNC#885112. Fix finish progress message. + +------------------------------------------------------------------- Old: ---- yast2-drbd-3.1.4.tar.bz2 New: ---- yast2-drbd-3.1.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-drbd.spec ++++++ --- /var/tmp/diff_new_pack.q6H3it/_old 2014-07-02 15:05:04.000000000 +0200 +++ /var/tmp/diff_new_pack.q6H3it/_new 2014-07-02 15:05:04.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-drbd -Version: 3.1.4 +Version: 3.1.5 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-drbd-3.1.4.tar.bz2 -> yast2-drbd-3.1.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-drbd-3.1.4/package/yast2-drbd.changes new/yast2-drbd-3.1.5/package/yast2-drbd.changes --- old/yast2-drbd-3.1.4/package/yast2-drbd.changes 2014-06-05 12:02:30.000000000 +0200 +++ new/yast2-drbd-3.1.5/package/yast2-drbd.changes 2014-07-01 09:37:19.000000000 +0200 @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Tue Jul 1 07:32:09 UTC 2014 - nwang@suse.com + +- BNC#884689 and BNC#812061. Enhance the help text. +- Version 3.1.5 + +------------------------------------------------------------------- +Tue Jul 1 07:19:50 UTC 2014 - nwang@suse.com + +- BNC#885112. Fix finish progress message. + +------------------------------------------------------------------- Thu Jun 5 09:49:24 UTC 2014 - nwang@suse.com - BNC#881500. /sbin/drbdadm change to /usr/sbin/drbdadm. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-drbd-3.1.4/package/yast2-drbd.spec new/yast2-drbd-3.1.5/package/yast2-drbd.spec --- old/yast2-drbd-3.1.4/package/yast2-drbd.spec 2014-06-05 12:02:30.000000000 +0200 +++ new/yast2-drbd-3.1.5/package/yast2-drbd.spec 2014-07-01 09:37:19.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-drbd -Version: 3.1.4 +Version: 3.1.5 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-drbd-3.1.4/src/include/drbd/helps.rb new/yast2-drbd-3.1.5/src/include/drbd/helps.rb --- old/yast2-drbd-3.1.4/src/include/drbd/helps.rb 2014-06-05 12:02:30.000000000 +0200 +++ new/yast2-drbd-3.1.5/src/include/drbd/helps.rb 2014-07-01 09:37:20.000000000 +0200 @@ -75,8 +75,9 @@ _( "\n" + "\t\t<p>\"Name\" is mandatory and must match the Linux host name (uname -n) of one of the nodes</p>\n" + - "\t\t<p>\"Address:Port\": A resource needs one IP address per device, which is used to wait for incoming connections from the partner device respectively to reach the partner device. Each DRBD resource needs a TCP port which is used to connect to the node's partner device.</p>\n" + - "\t\t<p>\"Device\": The name of the block device node of the resource being described. You must use this device with your application (file system) and you must not use the low level block device which is specified with the disk parameter.</p>\n" + + "\t\t<p>\"Address:Port\": A resource needs one IP address per device, which is used to wait for incoming connections from the partner device to reach the device. Each DRBD resource needs a TCP port which is used to connect to the node's partner device.</p>\n" + + "\t\t<p>\"Device\": The name of the block device node of the resource being described. You must use this device with your application (file system) and you must not use the low level block device which is specified with the disk parameter,following its minor number.\n" + + "\t\tLike: '/dev/drbd_r0 minor 0\'</p>\n" + "\t\t<p>\"Disk\": DRBD uses this block device to actually store and retrieve the data. Never access such a device while DRBD is running on top of it.</p>\n" + "\t\t<p>\"Meta-disk\": internal. Internal means that the last part of the backing device is used to store the meta-data.</p>\n" + "\t\t" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-drbd-3.1.4/src/modules/Drbd.rb new/yast2-drbd-3.1.5/src/modules/Drbd.rb --- old/yast2-drbd-3.1.4/src/modules/Drbd.rb 2014-06-05 12:02:30.000000000 +0200 +++ new/yast2-drbd-3.1.5/src/modules/Drbd.rb 2014-07-01 09:37:20.000000000 +0200 @@ -334,6 +334,7 @@ Progress.NextStage + Progress.Finish @modified = false true end @@ -557,6 +558,7 @@ end Progress.NextStage + Progress.Finish true end -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de