OBS User unknown 2008-01-12 02:36:50 +00:00 committed by Git OBS Bridge
parent 88eaaf722e
commit e361c1a8ce
5 changed files with 27 additions and 7 deletions

View File

@ -275,7 +275,7 @@ if [ -e $fstab ] ; then
fi fi
echo "excerpts of /dev:" echo "excerpts of /dev:"
ls -l /dev/{[hs]d[ab]?,md[0-3],.udev} ls -l /dev/{[hs]d[ab]?,md[0-3],.udev,disk/by-*} 2>/dev/null
echo echo
device_map="/boot/grub/device.map" device_map="/boot/grub/device.map"

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jan 11 17:37:48 CET 2008 - aosthof@suse.de
- Inherit appended xen parameters from previous xen entry if
existent (#349207)
- Version bump to 0.4.45
-------------------------------------------------------------------
Wed Dec 19 11:10:39 CET 2007 - aosthof@suse.de
- Omit error messages on console when looking for devices
- Version bump to 0.4.44
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 19 10:42:30 CET 2007 - aosthof@suse.de Wed Dec 19 10:42:30 CET 2007 - aosthof@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Bootloader (Version 0.4.43) # spec file for package perl-Bootloader (Version 0.4.45)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 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
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -11,7 +11,7 @@
# norootforbuild # norootforbuild
Name: perl-Bootloader Name: perl-Bootloader
Version: 0.4.43 Version: 0.4.45
Release: 1 Release: 1
Requires: perl >= %{perl_version} Requires: perl >= %{perl_version}
Requires: perl-gettext Requires: perl-gettext
@ -66,6 +66,13 @@ install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/bootloader
/usr/lib/bootloader /usr/lib/bootloader
%changelog %changelog
* Fri Jan 11 2008 - aosthof@suse.de
- Inherit appended xen parameters from previous xen entry if
existent (#349207)
- Version bump to 0.4.45
* Wed Dec 19 2007 - aosthof@suse.de
- Omit error messages on console when looking for devices
- Version bump to 0.4.44
* Wed Dec 19 2007 - aosthof@suse.de * Wed Dec 19 2007 - aosthof@suse.de
- Changed a (misleading) warning to a milestone (#345848) - Changed a (misleading) warning to a milestone (#345848)
- Version bump to 0.4.43 - Version bump to 0.4.43