[yast-commit] r41694 - in /trunk/storage: package/yast2-storage.changes storage/src/storage_finish.ycp yast2-storage.spec.in
Author: aschnell Date: Wed Oct 31 17:02:01 2007 New Revision: 41694 URL: http://svn.opensuse.org/viewcvs/yast?rev=41694&view=rev Log: - adapted to changes concerning Update.ycp and Installation.ycp Modified: trunk/storage/package/yast2-storage.changes trunk/storage/storage/src/storage_finish.ycp trunk/storage/yast2-storage.spec.in Modified: trunk/storage/package/yast2-storage.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/package/yast2-storage.changes?rev=41694&r1=41693&r2=41694&view=diff ============================================================================== --- trunk/storage/package/yast2-storage.changes (original) +++ trunk/storage/package/yast2-storage.changes Wed Oct 31 17:02:01 2007 @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Oct 31 16:56:34 CET 2007 - aschnell@suse.de + +- adapted to changes concerning Update.ycp and Installation.ycp + +------------------------------------------------------------------- Thu Oct 25 17:55:57 CEST 2007 - fehr@suse.de - fix problem when more than one device name translation could be @@ -7,13 +12,13 @@ ------------------------------------------------------------------- Thu Oct 25 15:07:31 CEST 2007 - fehr@suse.de -- force "partitions" in DEVICE line of mdadm.conf duing update if +- force "partitions" in DEVICE line of mdadm.conf during update if device names changed (#331604) ------------------------------------------------------------------- Tue Oct 23 12:50:10 CEST 2007 - fehr@suse.de -- make StorageDevice initializion delayed (#335582) +- make StorageDevice initialization delayed (#335582) - version 2.16.1 ------------------------------------------------------------------- Modified: trunk/storage/storage/src/storage_finish.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/storage_finish.ycp?rev=41694&r1=41693&r2=41694&view=diff ============================================================================== --- trunk/storage/storage/src/storage_finish.ycp (original) +++ trunk/storage/storage/src/storage_finish.ycp Wed Oct 31 17:02:01 2007 @@ -19,7 +19,6 @@ import "Storage"; import "Mode"; import "Installation"; -import "Update"; import "Initrd"; include "installation/misc.ycp"; @@ -70,7 +69,7 @@ } else { - Storage::Update (Update::installedVersion, Update::updateVersion); + Storage::Update (Installation::installedVersion, Installation::updateVersion); } if (Storage::CheckForLvmRootFs() ) { Modified: trunk/storage/yast2-storage.spec.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/yast2-storage.spec.in?rev=41694&r1=41693&r2=41694&view=diff ============================================================================== --- trunk/storage/yast2-storage.spec.in (original) +++ trunk/storage/yast2-storage.spec.in Wed Oct 31 17:02:01 2007 @@ -3,11 +3,10 @@ @HEADER@ BuildRequires: blocxx-devel evms evms-devel gcc-c++ libxcrypt-devel openssl-devel sablot swig yast2-installation docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite yast2-perl-bindings -# Required only in inst-sys -# Requires: yast2-update Requires: parted yast2-installation yast2-storage-lib yast2-perl-bindings autoyast2-installation mdadm lvm2 dmraid kpartx cryptsetup # proc_meminfo.scr moved to yast2-2.15.23 -Requires: yast2 >= 2.15.23 +# Installation::installedVersion and Installation::updateVersion +Requires: yast2 >= 2.16.4 %ifarch s390 s390x Requires: yast2-s390 %endif -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org