This commit is contained in:
committed by
Git OBS Bridge
parent
c3c3c9c4e4
commit
d0b7ee26c5
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c15e7a25188213ed7b2a9013c911859a9f3ac12e1065a8d4209ef31e3a0ac1ce
|
||||
size 48342
|
3
perl-Bootloader-0.4.24.tar.bz2
Normal file
3
perl-Bootloader-0.4.24.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9402cf0425b073acb0c60b28b0a274140194e359f590be283ae39a2dceb823a
|
||||
size 48462
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 12 16:18:04 CEST 2007 - od@suse.de
|
||||
|
||||
- Needed for #309837 and #304515 and others:
|
||||
- Added (pseudo-)timestamps to standalone logging
|
||||
- Removed code from update-bootloader to remove old standalone
|
||||
log file: with the timestamps now the log entries from
|
||||
different runs of update-bootloader can be discerned
|
||||
- Minor correction of error message: use ASCII "'" instead of
|
||||
similar Unicode character
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 23 12:48:58 CEST 2007 - aosthof@suse.de
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-Bootloader (Version 0.4.23)
|
||||
# spec file for package perl-Bootloader (Version 0.4.24)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -11,8 +11,8 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-Bootloader
|
||||
Version: 0.4.23
|
||||
Release: 5
|
||||
Version: 0.4.24
|
||||
Release: 1
|
||||
Requires: perl >= %{perl_version}
|
||||
Requires: perl-gettext
|
||||
Requires: e2fsprogs
|
||||
@@ -66,6 +66,14 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
|
||||
/usr/lib/bootloader
|
||||
|
||||
%changelog
|
||||
* Wed Sep 12 2007 - od@suse.de
|
||||
- Needed for #309837 and #304515 and others:
|
||||
- Added (pseudo-)timestamps to standalone logging
|
||||
- Removed code from update-bootloader to remove old standalone
|
||||
log file: with the timestamps now the log entries from
|
||||
different runs of update-bootloader can be discerned
|
||||
- Minor correction of error message: use ASCII "'" instead of
|
||||
similar Unicode character
|
||||
* Thu Aug 23 2007 - aosthof@suse.de
|
||||
- Added check for /etc/sysconfig/bootloader in bootloader_entry
|
||||
preventing installation errors in case of shared boot partitions
|
||||
|
@@ -346,13 +346,6 @@ if (defined $oper{add}) {
|
||||
push @params, xen => $opt_xen_kernel if $type eq "xen";
|
||||
push @params, initrd => $opt_initrd if $opt_initrd;
|
||||
|
||||
# If logfile already exists, remove it to prevent duplicate info
|
||||
my $perl_logfile = "/var/log/YaST2/perl-BL-standalone-log";
|
||||
|
||||
if (-e $perl_logfile) {
|
||||
`rm $perl_logfile`;
|
||||
}
|
||||
|
||||
# Add "xen" section
|
||||
if ($opt_xen) {
|
||||
# Add original_name to params to be able to create comment line
|
||||
|
Reference in New Issue
Block a user