OBS User unknown 2007-09-26 19:43:59 +00:00 committed by Git OBS Bridge
parent 95f7eb7125
commit ada3a3319d
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a56db5ecc5787197f7f3f9ce071041c62005ed32c9f82014665f44d5e8bcdc60
size 49199

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03c33078296dd092142cd3d39d8aff0e0ea0d9e10ef2743da2ab7a766afb0982
size 49363

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 26 21:01:33 CEST 2007 - od@suse.de
- Added flag avoid_reading_device_map to Library::ReadSettings()
and to all ParseLines() (#328448)
- Added more logging to GrubDev2UnixDev()
- Version bump to 0.4.32
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 24 17:56:48 CEST 2007 - aosthof@suse.de Mon Sep 24 17:56:48 CEST 2007 - aosthof@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package perl-Bootloader (Version 0.4.31) # spec file for package perl-Bootloader (Version 0.4.32)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -11,7 +11,7 @@
# norootforbuild # norootforbuild
Name: perl-Bootloader Name: perl-Bootloader
Version: 0.4.31 Version: 0.4.32
Release: 1 Release: 1
Requires: perl >= %{perl_version} Requires: perl >= %{perl_version}
Requires: perl-gettext Requires: perl-gettext
@ -65,6 +65,11 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
/sbin/update-bootloader /sbin/update-bootloader
/usr/lib/bootloader /usr/lib/bootloader
%changelog %changelog
* Wed Sep 26 2007 - od@suse.de
- Added flag avoid_reading_device_map to Library::ReadSettings()
and to all ParseLines() (#328448)
- Added more logging to GrubDev2UnixDev()
- Version bump to 0.4.32
* Mon Sep 24 2007 - aosthof@suse.de * Mon Sep 24 2007 - aosthof@suse.de
- Fixed missing image line in lilo (#294432) - Fixed missing image line in lilo (#294432)
* Fri Sep 21 2007 - aosthof@suse.de * Fri Sep 21 2007 - aosthof@suse.de