OBS User unknown 2007-09-13 08:35:31 +00:00 committed by Git OBS Bridge
parent f5aaffe877
commit 49d0496ffe
4 changed files with 24 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Sep 13 05:41:00 CEST 2007 - od@suse.de
- specify blockoffset as string, rather than number
- added a FIXME comment
- fixed conversion of obsolete filenames in kernel and initrd keys
- fixed conversion of device names in root and chainloader keys
(#309837)
- 2.15.20
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 28 18:35:52 CEST 2007 - pth@suse.de Tue Aug 28 18:35:52 CEST 2007 - pth@suse.de

View File

@ -1,5 +1,5 @@
# #
# spec file for package yast2-bootloader (Version 2.15.19) # spec file for package yast2-bootloader (Version 2.15.20)
# #
# 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.19 Version: 2.15.20
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.19.tar.bz2 Source0: yast2-bootloader-2.15.20.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.19 %setup -n yast2-bootloader-2.15.20
%build %build
%{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2autoconf
@ -95,6 +95,13 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
%changelog %changelog
* Thu Sep 13 2007 - od@suse.de
- specify blockoffset as string, rather than number
- added a FIXME comment
- fixed conversion of obsolete filenames in kernel and initrd keys
- fixed conversion of device names in root and chainloader keys
(#309837)
- 2.15.20
* Tue Aug 28 2007 - pth@suse.de * Tue Aug 28 2007 - pth@suse.de
- Fix the code in bootloader_finish so that the one-time-boot code - Fix the code in bootloader_finish so that the one-time-boot code
is actually called. is actually called.