Mailinglist Archive: opensuse-commit (1059 mails)

< Previous Next >
commit perl-Bootloader
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sat, 12 Jan 2008 03:36:34 +0100
  • Message-id: <20080112023634.67427678336@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package perl-Bootloader
checked in at Sat Jan 12 03:36:34 CET 2008.

--------
--- perl-Bootloader/perl-Bootloader.changes 2007-12-19 10:43:11.000000000
+0100
+++ /mounts/work_src_done/STABLE/perl-Bootloader/perl-Bootloader.changes
2008-01-11 17:38:54.000000000 +0100
@@ -1,0 +2,13 @@
+Fri Jan 11 17:37:48 CET 2008 - aosthof@xxxxxxx
+
+- Inherit appended xen parameters from previous xen entry if
+ existent (#349207)
+- Version bump to 0.4.45
+
+-------------------------------------------------------------------
+Wed Dec 19 11:10:39 CET 2007 - aosthof@xxxxxxx
+
+- Omit error messages on console when looking for devices
+- Version bump to 0.4.44
+
+-------------------------------------------------------------------

Old:
----
perl-Bootloader-0.4.43.tar.bz2

New:
----
perl-Bootloader-0.4.45.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Bootloader.spec ++++++
--- /var/tmp/diff_new_pack.Q22545/_old 2008-01-12 03:35:52.000000000 +0100
+++ /var/tmp/diff_new_pack.Q22545/_new 2008-01-12 03:35:52.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package perl-Bootloader (Version 0.4.43)
+# spec file for package perl-Bootloader (Version 0.4.45)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -11,7 +11,7 @@
# norootforbuild

Name: perl-Bootloader
-Version: 0.4.43
+Version: 0.4.45
Release: 1
Requires: perl >= %{perl_version}
Requires: perl-gettext
@@ -66,6 +66,13 @@
/usr/lib/bootloader

%changelog
+* Fri Jan 11 2008 - aosthof@xxxxxxx
+- Inherit appended xen parameters from previous xen entry if
+ existent (#349207)
+- Version bump to 0.4.45
+* Wed Dec 19 2007 - aosthof@xxxxxxx
+- Omit error messages on console when looking for devices
+- Version bump to 0.4.44
* Wed Dec 19 2007 - aosthof@xxxxxxx
- Changed a (misleading) warning to a milestone (#345848)
- Version bump to 0.4.43

++++++ bootloader_entry ++++++
--- perl-Bootloader/bootloader_entry 2007-12-05 14:53:53.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-Bootloader/bootloader_entry
2007-12-19 11:11:49.000000000 +0100
@@ -275,7 +275,7 @@
fi

echo "excerpts of /dev:"
-ls -l /dev/{[hs]d[ab]?,md[0-3],.udev}
+ls -l /dev/{[hs]d[ab]?,md[0-3],.udev,disk/by-*} 2>/dev/null
echo

device_map="/boot/grub/device.map"

++++++ perl-Bootloader-0.4.43.tar.bz2 -> perl-Bootloader-0.4.45.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/perl-Bootloader-0.4.43/lib/Bootloader/Tools.pm
new/perl-Bootloader-0.4.45/lib/Bootloader/Tools.pm
--- old/perl-Bootloader-0.4.43/lib/Bootloader/Tools.pm 2007-12-07
17:21:31.000000000 +0100
+++ new/perl-Bootloader-0.4.45/lib/Bootloader/Tools.pm 2008-01-11
17:38:54.000000000 +0100
@@ -1251,6 +1251,16 @@
}
$new{"name"} = $name;

+ # In case of a xen entry, look for a existing xen_append parameter and
+ # add it to the new one respectively
+ foreach my $s (@sections) {
+ while ((my $k, my $v) = each (%$s)) {
+ if ($k eq "xen_append") {
+ $new{"xen_append"} = $v;
+ }
+ }
+ }
+
my $failsafe_modified = 0;

# FIXME: Failsafe parameters should be set dynamically in the future



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

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

< Previous Next >
This Thread