Mailinglist Archive: yast-commit (1095 mails)
| < Previous | Next > |
[yast-commit] r52298 - in /trunk/storage: VERSION package/yast2-storage.changes storage/src/include/ep-dialogs.ycp
- From: aschnell@xxxxxxxxxxxxxxxx
- Date: Thu, 16 Oct 2008 13:52:53 -0000
- Message-id: <20081016135253.396622F001@xxxxxxxxxxxxxxxx>
Author: aschnell
Date: Thu Oct 16 15:52:52 2008
New Revision: 52298
URL: http://svn.opensuse.org/viewcvs/yast?rev=52298&view=rev
Log:
- fixed creation of lvm logical volumes (bnc #436059)
Modified:
trunk/storage/VERSION
trunk/storage/package/yast2-storage.changes
trunk/storage/storage/src/include/ep-dialogs.ycp
Modified: trunk/storage/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/VERSION?rev=52298&r1=52297&r2=52298&view=diff
==============================================================================
--- trunk/storage/VERSION (original)
+++ trunk/storage/VERSION Thu Oct 16 15:52:52 2008
@@ -1 +1 @@
-2.17.39
+2.17.40
Modified: trunk/storage/package/yast2-storage.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=52298&r1=52297&r2=52298&view=diff
==============================================================================
--- trunk/storage/package/yast2-storage.changes (original)
+++ trunk/storage/package/yast2-storage.changes Thu Oct 16 15:52:52 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Oct 16 15:52:01 CEST 2008 - aschnell@xxxxxxx
+
+- fixed creation of lvm logical volumes (bnc #436059)
+- 2.17.40
+
+-------------------------------------------------------------------
Wed Oct 15 17:37:53 CEST 2008 - aschnell@xxxxxxx
- fixed calculation of unused disk areas (bnc #423660)
Modified: trunk/storage/storage/src/include/ep-dialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/ep-dialogs.ycp?rev=52298&r1=52297&r2=52298&view=diff
==============================================================================
--- trunk/storage/storage/src/include/ep-dialogs.ycp (original)
+++ trunk/storage/storage/src/include/ep-dialogs.ycp Thu Oct 16 15:52:52 2008
@@ -289,8 +289,9 @@
if (!data["format"]:false)
data = filter(string key, any value, data, { return key !=
"fs_options"; });
- if (data["fsid"]:0 != orig_data["fsid"]:0)
- data["change_fsid"] = true;
+ if (contains([`primary, `extended, `logical],
data["type"]:`unknown))
+ if (data["fsid"]:0 != orig_data["fsid"]:0)
+ data["change_fsid"] = true;
if (!do_format || !crypt_fs)
widget = `finish;
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Oct 16 15:52:52 2008
New Revision: 52298
URL: http://svn.opensuse.org/viewcvs/yast?rev=52298&view=rev
Log:
- fixed creation of lvm logical volumes (bnc #436059)
Modified:
trunk/storage/VERSION
trunk/storage/package/yast2-storage.changes
trunk/storage/storage/src/include/ep-dialogs.ycp
Modified: trunk/storage/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/VERSION?rev=52298&r1=52297&r2=52298&view=diff
==============================================================================
--- trunk/storage/VERSION (original)
+++ trunk/storage/VERSION Thu Oct 16 15:52:52 2008
@@ -1 +1 @@
-2.17.39
+2.17.40
Modified: trunk/storage/package/yast2-storage.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=52298&r1=52297&r2=52298&view=diff
==============================================================================
--- trunk/storage/package/yast2-storage.changes (original)
+++ trunk/storage/package/yast2-storage.changes Thu Oct 16 15:52:52 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Oct 16 15:52:01 CEST 2008 - aschnell@xxxxxxx
+
+- fixed creation of lvm logical volumes (bnc #436059)
+- 2.17.40
+
+-------------------------------------------------------------------
Wed Oct 15 17:37:53 CEST 2008 - aschnell@xxxxxxx
- fixed calculation of unused disk areas (bnc #423660)
Modified: trunk/storage/storage/src/include/ep-dialogs.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/include/ep-dialogs.ycp?rev=52298&r1=52297&r2=52298&view=diff
==============================================================================
--- trunk/storage/storage/src/include/ep-dialogs.ycp (original)
+++ trunk/storage/storage/src/include/ep-dialogs.ycp Thu Oct 16 15:52:52 2008
@@ -289,8 +289,9 @@
if (!data["format"]:false)
data = filter(string key, any value, data, { return key !=
"fs_options"; });
- if (data["fsid"]:0 != orig_data["fsid"]:0)
- data["change_fsid"] = true;
+ if (contains([`primary, `extended, `logical],
data["type"]:`unknown))
+ if (data["fsid"]:0 != orig_data["fsid"]:0)
+ data["change_fsid"] = true;
if (!do_format || !crypt_fs)
widget = `finish;
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |