[yast-commit] r58238 - in /trunk/bootloader: VERSION package/yast2-bootloader.changes src/clients/bootloader_preupdate.ycp yast2-bootloader.spec.in
Author: aschnell Date: Fri Jul 31 11:56:30 2009 New Revision: 58238 URL: http://svn.opensuse.org/viewcvs/yast?rev=58238&view=rev Log: - adapted to changes in yast2-storage Modified: trunk/bootloader/VERSION trunk/bootloader/package/yast2-bootloader.changes trunk/bootloader/src/clients/bootloader_preupdate.ycp trunk/bootloader/yast2-bootloader.spec.in Modified: trunk/bootloader/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/VERSION?rev=58238&r1=58237&r2=58238&view=diff ============================================================================== --- trunk/bootloader/VERSION (original) +++ trunk/bootloader/VERSION Fri Jul 31 11:56:30 2009 @@ -1 +1 @@ -2.18.11 +2.18.12 Modified: trunk/bootloader/package/yast2-bootloader.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/package/yast2-bootloader.changes?rev=58238&r1=58237&r2=58238&view=diff ============================================================================== --- trunk/bootloader/package/yast2-bootloader.changes (original) +++ trunk/bootloader/package/yast2-bootloader.changes Fri Jul 31 11:56:30 2009 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Jul 31 11:55:40 CEST 2009 - aschnell@suse.de + +- adapted to changes in yast2-storage +- 2.18.12 + +------------------------------------------------------------------- Tue Jul 28 13:21:34 CEST 2009 - juhliarik@suse.cz - added support for luks_root also to xen sections with kernel-xen Modified: trunk/bootloader/src/clients/bootloader_preupdate.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/src/clients/bootloader_preupdate.ycp?rev=58238&r1=58237&r2=58238&view=diff ============================================================================== --- trunk/bootloader/src/clients/bootloader_preupdate.ycp (original) +++ trunk/bootloader/src/clients/bootloader_preupdate.ycp Fri Jul 31 11:56:30 2009 @@ -26,7 +26,7 @@ import "Mode"; import "Arch"; import "BootGRUB"; -import "Storage"; +import "StorageUpdate"; y2milestone ("starting bootloader_preupdate"); @@ -114,7 +114,7 @@ } y2milestone("Calling storage update"); - Storage::Update (Installation::installedVersion, Installation::updateVersion); + StorageUpdate::Update (Installation::installedVersion, Installation::updateVersion); } if (ret == `back) Modified: trunk/bootloader/yast2-bootloader.spec.in URL: http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/yast2-bootloader.spec.in?rev=58238&r1=58237&r2=58238&view=diff ============================================================================== --- trunk/bootloader/yast2-bootloader.spec.in (original) +++ trunk/bootloader/yast2-bootloader.spec.in Fri Jul 31 11:56:30 2009 @@ -3,7 +3,7 @@ @HEADER@ Group: System/YaST License: GPL v2 or later -BuildRequires: gcc-c++ limal-perl yast2-devtools yast2-testsuite yast2-installation yast2-storage update-desktop-files swig docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel yast2-perl-bindings perl-gettext perl-Bootloader update-alternatives +BuildRequires: gcc-c++ limal-perl yast2-devtools yast2-testsuite yast2-installation yast2-storage >= 2.18.18 update-desktop-files swig docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel yast2-perl-bindings perl-gettext perl-Bootloader update-alternatives # to eliminate a cyclic dependency in autobuild: #!BuildIgnore: autoyast2-installation PreReq: /bin/sed %fillup_prereq @@ -13,7 +13,7 @@ Requires: yast2-pkg-bindings >= 2.17.25 Requires: perl-Bootloader >= 0.5.0 Requires: yast2-core >= 2.18.7 -Requires: yast2-storage parted perl-Compress-Zlib limal-perl +Requires: yast2-storage >= 2.18.18 parted perl-Compress-Zlib limal-perl BuildRequires: yast2 >= 2.18.14 BuildRequires: yast2-packager >= 2.17.24 BuildRequires: yast2-pkg-bindings >= 2.17.25 -- 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