Mailinglist Archive: yast-commit (939 mails)

< Previous Next >
[yast-commit] r53685 - in /trunk/update: VERSION package/yast2-update.changes src/modules/RootPart.ycp
  • From: locilka@xxxxxxxxxxxxxxxx
  • Date: Fri, 28 Nov 2008 09:55:23 -0000
  • Message-id: <20081128095523.A1CF4B7D10@xxxxxxxxxxxxxxxx>
Author: locilka
Date: Fri Nov 28 10:55:23 2008
New Revision: 53685

URL: http://svn.opensuse.org/viewcvs/yast?rev=53685&view=rev
Log:
- Checking spec for /var partition if it is a persisten device
name (bnc #448577).
- 2.17.14


Modified:
trunk/update/VERSION
trunk/update/package/yast2-update.changes
trunk/update/src/modules/RootPart.ycp

Modified: trunk/update/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/update/VERSION?rev=53685&r1=53684&r2=53685&view=diff
==============================================================================
--- trunk/update/VERSION (original)
+++ trunk/update/VERSION Fri Nov 28 10:55:23 2008
@@ -1 +1 @@
-2.17.13
+2.17.14

Modified: trunk/update/package/yast2-update.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/update/package/yast2-update.changes?rev=53685&r1=53684&r2=53685&view=diff
==============================================================================
--- trunk/update/package/yast2-update.changes (original)
+++ trunk/update/package/yast2-update.changes Fri Nov 28 10:55:23 2008
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Fri Nov 28 10:52:15 CET 2008 - locilka@xxxxxxx
+
+- Checking spec for /var partition if it is a persisten device
+ name (bnc #448577).
+- 2.17.14
+
+-------------------------------------------------------------------
Thu Nov 20 14:05:59 CET 2008 - aschnell@xxxxxxx

- added warning for use of kernel device names in /etc/fstab

Modified: trunk/update/src/modules/RootPart.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/update/src/modules/RootPart.ycp?rev=53685&r1=53684&r2=53685&view=diff
==============================================================================
--- trunk/update/src/modules/RootPart.ycp (original)
+++ trunk/update/src/modules/RootPart.ycp Fri Nov 28 10:55:23 2008
@@ -1211,7 +1211,8 @@

list <string> realdisks = [];
foreach (string s, map m, (map <string, map>) Storage::GetOndiskTarget
(), {
- if (Storage::DeviceRealDisk (s))
+ // BNC #448577, checking device
+ if (Storage::IsKernelDeviceName(s) && Storage::DeviceRealDisk (s))
realdisks = add (realdisks, s);
});


--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages