OBS User unknown 2007-08-16 16:46:03 +00:00 committed by Git OBS Bridge
parent e07f58b5bd
commit 8669b8dc6d
5 changed files with 14 additions and 7 deletions

View File

@ -57,7 +57,7 @@ function getargs()
# Wrapper for the update-bootloader function
function update_bootloader()
{
[ -x /sbin/update-bootloader -a "$YAST_IS_RUNNING" != instsys ] || return 0
[ -x /sbin/update-bootloader ] || return 0
/sbin/update-bootloader "$@"
}

View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 16 17:24:30 CEST 2007 - aosthof@suse.de
- Provided functionality for removal of old boot entries (#300930)
-------------------------------------------------------------------
Thu Aug 16 11:16:37 CEST 2007 - aosthof@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Bootloader (Version 0.4.21)
# spec file for package perl-Bootloader (Version 0.4.22)
#
# 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.21
Release: 3
Version: 0.4.22
Release: 1
Requires: perl >= %{perl_version}
Requires: perl-gettext
Requires: mdadm e2fsprogs
@ -67,6 +67,8 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
%changelog
* Thu Aug 16 2007 - aosthof@suse.de
- Provided functionality for removal of old boot entries (#300930)
* Thu Aug 16 2007 - aosthof@suse.de
- Improved error handling for mdadm call in Tools.pm (#288842)
* Wed Aug 15 2007 - od@suse.de
- accept all "original_name"s, not only alphanumeric (fate #302302)