OBS User unknown 2007-09-26 19:38:17 +00:00 committed by Git OBS Bridge
parent 88b51d9785
commit d749e7669a
4 changed files with 26 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Sep 26 21:22:58 CEST 2007 - od@suse.de
- added flag avoid_reading_device_map to blRead(), all internal
Read()s and ReadSettings() interface to perl-Bootloader: used by
BootLILO and BootGRUB during update to migrate device names in
the device_map and then re-read the config files with correct
device name translation (#328448)
- do not install bootloader in XEN paravirtualized DomU (#308451)
- 2.15.29
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 25 13:53:18 CEST 2007 - od@suse.de Tue Sep 25 13:53:18 CEST 2007 - od@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package yast2-bootloader (Version 2.15.28) # spec file for package yast2-bootloader (Version 2.15.29)
# #
# 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: yast2-bootloader Name: yast2-bootloader
Version: 2.15.28 Version: 2.15.29
Release: 1 Release: 1
License: GPL v2 or later License: GPL v2 or later
Group: System/YaST Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-bootloader-2.15.28.tar.bz2 Source0: yast2-bootloader-2.15.29.tar.bz2
Prefix: /usr Prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen gcc-c++ libxslt limal-perl perl-Bootloader perl-XML-Writer perl-gettext sgml-skel swig update-alternatives update-desktop-files yast2-devtools yast2-installation yast2-perl-bindings yast2-storage yast2-testsuite BuildRequires: docbook-xsl-stylesheets doxygen gcc-c++ libxslt limal-perl perl-Bootloader perl-XML-Writer perl-gettext sgml-skel swig update-alternatives update-desktop-files yast2-devtools yast2-installation yast2-perl-bindings yast2-storage yast2-testsuite
# to eliminate a cyclic dependency in autobuild: # to eliminate a cyclic dependency in autobuild:
@ -50,7 +50,7 @@ Authors:
Olaf Dabrunz Olaf Dabrunz
%prep %prep
%setup -n yast2-bootloader-2.15.28 %setup -n yast2-bootloader-2.15.29
%build %build
%{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2autoconf
@ -94,6 +94,14 @@ rm -rf "$RPM_BUILD_ROOT"
/var/adm/fillup-templates/* /var/adm/fillup-templates/*
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
%changelog %changelog
* Wed Sep 26 2007 - od@suse.de
- added flag avoid_reading_device_map to blRead(), all internal
Read()s and ReadSettings() interface to perl-Bootloader: used by
BootLILO and BootGRUB during update to migrate device names in
the device_map and then re-read the config files with correct
device name translation (#328448)
- do not install bootloader in XEN paravirtualized DomU (#308451)
- 2.15.29
* Tue Sep 25 2007 - od@suse.de * Tue Sep 25 2007 - od@suse.de
- re-read bootloader config from system after the delayed run of - re-read bootloader config from system after the delayed run of
perl-Bootloader updates, then call FlagOnetimeBoot() based on perl-Bootloader updates, then call FlagOnetimeBoot() based on