This commit is contained in:
parent
d0b7ee26c5
commit
a987497133
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d9402cf0425b073acb0c60b28b0a274140194e359f590be283ae39a2dceb823a
|
|
||||||
size 48462
|
|
3
perl-Bootloader-0.4.25.tar.bz2
Normal file
3
perl-Bootloader-0.4.25.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72b4e1dc005e27554c57ae54b23a69db7d502004cd583a20b0c71e290bfb1adc
|
||||||
|
size 48505
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 13 23:10:58 CEST 2007 - od@suse.de
|
||||||
|
|
||||||
|
- Needed for #309837 and #304515 and others:
|
||||||
|
- Convert debug messages to milestones in GrubDev2UnixDev() and
|
||||||
|
UnixDev2GrubDev(): we always want to have logs available when
|
||||||
|
device translation goes wrong
|
||||||
|
- Actually log contents of new lines in CreateGrubConfLines()
|
||||||
|
- Version bump to 0.4.25
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 12 16:18:04 CEST 2007 - od@suse.de
|
Wed Sep 12 16:18:04 CEST 2007 - od@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Bootloader (Version 0.4.24)
|
# spec file for package perl-Bootloader (Version 0.4.25)
|
||||||
#
|
#
|
||||||
# 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,12 +11,12 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: perl-Bootloader
|
Name: perl-Bootloader
|
||||||
Version: 0.4.24
|
Version: 0.4.25
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: perl >= %{perl_version}
|
Requires: perl >= %{perl_version}
|
||||||
Requires: perl-gettext
|
Requires: perl-gettext
|
||||||
Requires: e2fsprogs
|
Requires: e2fsprogs
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Summary: Library for Configuring Boot Loaders
|
Summary: Library for Configuring Boot Loaders
|
||||||
@ -66,6 +66,13 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
|||||||
/usr/lib/bootloader
|
/usr/lib/bootloader
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 13 2007 - od@suse.de
|
||||||
|
- Needed for #309837 and #304515 and others:
|
||||||
|
- Convert debug messages to milestones in GrubDev2UnixDev() and
|
||||||
|
UnixDev2GrubDev(): we always want to have logs available when
|
||||||
|
device translation goes wrong
|
||||||
|
- Actually log contents of new lines in CreateGrubConfLines()
|
||||||
|
- Version bump to 0.4.25
|
||||||
* Wed Sep 12 2007 - od@suse.de
|
* Wed Sep 12 2007 - od@suse.de
|
||||||
- Needed for #309837 and #304515 and others:
|
- Needed for #309837 and #304515 and others:
|
||||||
- Added (pseudo-)timestamps to standalone logging
|
- Added (pseudo-)timestamps to standalone logging
|
||||||
|
Loading…
Reference in New Issue
Block a user