Mailinglist Archive: yast-commit (939 mails)

< Previous Next >
[yast-commit] r53155 - in /trunk/bootloader: VERSION package/yast2-bootloader.changes src/modules/BootCommon.ycp src/modules/BootPOWERLILO.ycp yast2-bootloader.spec.in
  • From: juhliarik@xxxxxxxxxxxxxxxx
  • Date: Tue, 11 Nov 2008 08:38:06 -0000
  • Message-id: <20081111083806.A4A9326607@xxxxxxxxxxxxxxxx>
Author: juhliarik
Date: Tue Nov 11 09:38:05 2008
New Revision: 53155

URL: http://svn.opensuse.org/viewcvs/yast?rev=53155&view=rev
Log:
added fixes for trusted grub and added calling function
Pkg::SourceProvideDigestedFile()

Modified:
trunk/bootloader/VERSION
trunk/bootloader/package/yast2-bootloader.changes
trunk/bootloader/src/modules/BootCommon.ycp
trunk/bootloader/src/modules/BootPOWERLILO.ycp
trunk/bootloader/yast2-bootloader.spec.in

Modified: trunk/bootloader/VERSION
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/VERSION?rev=53155&r1=53154&r2=53155&view=diff
==============================================================================
--- trunk/bootloader/VERSION (original)
+++ trunk/bootloader/VERSION Tue Nov 11 09:38:05 2008
@@ -1 +1 @@
-2.17.36
+2.17.37

Modified: trunk/bootloader/package/yast2-bootloader.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/package/yast2-bootloader.changes?rev=53155&r1=53154&r2=53155&view=diff
==============================================================================
--- trunk/bootloader/package/yast2-bootloader.changes (original)
+++ trunk/bootloader/package/yast2-bootloader.changes Tue Nov 11 09:38:05 2008
@@ -1,4 +1,12 @@
-------------------------------------------------------------------
+Mon Nov 10 14:46:36 CET 2008 - juhliarik@xxxxxxx
+
+- added fix for problem with disabled button for detail settings of
+ trusted GRUB (bnc #442706)
+- added calling function Pkg::SourceProvideFile() (bnc #409927)
+- 2.17.37
+
+-------------------------------------------------------------------
Fri Nov 7 10:29:26 CET 2008 - juhliarik@xxxxxxx

- added fix for writing crashkernel to bootloader from kdump on ppc

Modified: trunk/bootloader/src/modules/BootCommon.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/src/modules/BootCommon.ycp?rev=53155&r1=53154&r2=53155&view=diff
==============================================================================
--- trunk/bootloader/src/modules/BootCommon.ycp (original)
+++ trunk/bootloader/src/modules/BootCommon.ycp Tue Nov 11 09:38:05 2008
@@ -33,6 +33,7 @@
import "String";
import "Pkg";
import "Popup";
+import "Package";
import "PackagesProposal";

import "Linuxrc";
@@ -428,7 +429,7 @@
boolean ret = false;
if (Mode::normal ())
{
- if (Pkg::IsProvided ("trustedgrub"))
+ if (Pkg::IsProvided ("trustedgrub") ||
Package::Installed("trustedgrub"))
{
ret = true;
globals["trusted_grub"] = "true";

Modified: trunk/bootloader/src/modules/BootPOWERLILO.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/src/modules/BootPOWERLILO.ycp?rev=53155&r1=53154&r2=53155&view=diff
==============================================================================
--- trunk/bootloader/src/modules/BootPOWERLILO.ycp (original)
+++ trunk/bootloader/src/modules/BootPOWERLILO.ycp Tue Nov 11 09:38:05 2008
@@ -293,8 +293,8 @@
string command = "";
string my_log = "/var/log/YaST2/y2log_bootloader_iseries_slot_a";

- string src_filename
- = Pkg::SourceProvideFile(base_source, 1, "/ISERIES64");
+ // bnc #409927 VUL-0: yast2: slideshow not checked cryptographically
+ string src_filename = Pkg::SourceProvideDigestedFile(base_source, 1,
"/ISERIES64", false);

if (base_source == -1 || src_filename == nil) {
y2milestone ("Cannot write rescue kernel to slot A, base source not
found");

Modified: trunk/bootloader/yast2-bootloader.spec.in
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/bootloader/yast2-bootloader.spec.in?rev=53155&r1=53154&r2=53155&view=diff
==============================================================================
--- trunk/bootloader/yast2-bootloader.spec.in (original)
+++ trunk/bootloader/yast2-bootloader.spec.in Tue Nov 11 09:38:05 2008
@@ -8,9 +8,11 @@
# Installation::*version variables
Requires: yast2 >= 2.17.36
Requires: yast2-packager >= 2.17.24
+Requires: yast2-pkg-bindings >= 2.17.25
Requires: yast2-core yast2-storage perl-Bootloader parted
perl-Compress-Zlib limal-perl
BuildRequires: yast2 >= 2.17.36
BuildRequires: yast2-packager >= 2.17.24
+BuildRequires: yast2-pkg-bindings >= 2.17.25

%ifarch %ix86 x86_64
Requires: master-boot-code

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

< Previous Next >
This Thread
  • No further messages