From 132c96e3cce83ee1779f8b9f63d4f83acd69c83f90cb0e2c0f669d912a2d0882 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 3 Apr 2007 18:49:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Bootloader?expand=0&rev=6 --- perl-Bootloader-0.4.13.tar.bz2 | 3 --- perl-Bootloader-0.4.14.tar.bz2 | 3 +++ perl-Bootloader.changes | 40 ++++++++++++++++++++++++++++++++++ perl-Bootloader.spec | 26 ++++++++++++++++++++-- update-bootloader | 2 +- 5 files changed, 68 insertions(+), 6 deletions(-) delete mode 100644 perl-Bootloader-0.4.13.tar.bz2 create mode 100644 perl-Bootloader-0.4.14.tar.bz2 diff --git a/perl-Bootloader-0.4.13.tar.bz2 b/perl-Bootloader-0.4.13.tar.bz2 deleted file mode 100644 index 088b7b2..0000000 --- a/perl-Bootloader-0.4.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d39033d1ed4cb2d41cf78ea0c574e984c05a959932c4d417d7cab781b84fee5 -size 43280 diff --git a/perl-Bootloader-0.4.14.tar.bz2 b/perl-Bootloader-0.4.14.tar.bz2 new file mode 100644 index 0000000..30458ac --- /dev/null +++ b/perl-Bootloader-0.4.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ea21fab644311da677a23744c949bc937a6a92a867cbe3198b336d80763354 +size 44221 diff --git a/perl-Bootloader.changes b/perl-Bootloader.changes index 64843c8..0b04c21 100644 --- a/perl-Bootloader.changes +++ b/perl-Bootloader.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue Apr 3 17:26:31 CEST 2007 - aosthof@suse.de + +- Cosmetic correction in Tools.pm + +------------------------------------------------------------------- +Tue Apr 3 16:36:29 CEST 2007 - aosthof@suse.de + +- Improved error handling in Tools.pm + +------------------------------------------------------------------- +Mon Apr 2 19:22:20 CEST 2007 - aosthof@suse.de + +- Fixed 'uname' call in Tools.pm due to return of false + architectures (e.g. i586 instead of i386) + +------------------------------------------------------------------- +Mon Apr 2 14:07:55 CEST 2007 - aosthof@suse.de + +- Fixed typo in GRUB.pm + +------------------------------------------------------------------- +Mon Apr 2 11:38:57 CEST 2007 - aosthof@suse.de + +- Added function GrubDev2MountPoint() to GRUB.pm to be able to + retrieve mountpoints of grub devices +- Fixed functions GrubDev2UnixDev(), UnixDev2GrubDev(), + GrubPath2UnixPath() and ParseLines() in GRUB.pm + +- Added wrapper for GrubDev2UnixDev() to Library.pm to be able to + call it from Tools.pm + +- Fixed functions ReadDMRaidPartitions(), IsDMRaidSlave(), + Udev2MajMin() and AddSection() in Tools.pm +- Commented out obsolete code in GetSectionList() and + RemoveSections() in Tools.pm + +- Fixed 'uname' call in update-bootloader due to return of false + architectures (e.g. i586 instead of i386) + ------------------------------------------------------------------- Mon Mar 26 19:06:17 CEST 2007 - aosthof@suse.de diff --git a/perl-Bootloader.spec b/perl-Bootloader.spec index 5ca1ad0..fb4a8e1 100644 --- a/perl-Bootloader.spec +++ b/perl-Bootloader.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-Bootloader (Version 0.4.13) +# spec file for package perl-Bootloader (Version 0.4.14) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,7 +11,7 @@ # norootforbuild Name: perl-Bootloader -Version: 0.4.13 +Version: 0.4.14 Release: 1 Requires: perl >= %{perl_version} Requires: perl-gettext @@ -63,6 +63,28 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader /usr/lib/bootloader %changelog +* Tue Apr 03 2007 - aosthof@suse.de +- Cosmetic correction in Tools.pm +* Tue Apr 03 2007 - aosthof@suse.de +- Improved error handling in Tools.pm +* Mon Apr 02 2007 - aosthof@suse.de +- Fixed 'uname' call in Tools.pm due to return of false + architectures (e.g. i586 instead of i386) +* Mon Apr 02 2007 - aosthof@suse.de +- Fixed typo in GRUB.pm +* Mon Apr 02 2007 - aosthof@suse.de +- Added function GrubDev2MountPoint() to GRUB.pm to be able to + retrieve mountpoints of grub devices +- Fixed functions GrubDev2UnixDev(), UnixDev2GrubDev(), + GrubPath2UnixPath() and ParseLines() in GRUB.pm +- Added wrapper for GrubDev2UnixDev() to Library.pm to be able to + call it from Tools.pm +- Fixed functions ReadDMRaidPartitions(), IsDMRaidSlave(), + Udev2MajMin() and AddSection() in Tools.pm +- Commented out obsolete code in GetSectionList() and + RemoveSections() in Tools.pm +- Fixed 'uname' call in update-bootloader due to return of false + architectures (e.g. i586 instead of i386) * Mon Mar 26 2007 - aosthof@suse.de - Corrected mechanism for removal of sections in Tools.pm - part 2 * Mon Mar 26 2007 - aosthof@suse.de diff --git a/update-bootloader b/update-bootloader index ce59c81..8c89f57 100644 --- a/update-bootloader +++ b/update-bootloader @@ -319,7 +319,7 @@ if (defined $oper{add}) { AddSection($opt_name, @params); } - my $arch = `uname --machine`; + my $arch = `uname --hardware-platform`; chomp ($arch); # Add a "Failsafe" section