diff --git a/yast2-bootloader-2.15.18.tar.bz2 b/yast2-bootloader-2.15.18.tar.bz2 deleted file mode 100644 index 0eef0cc..0000000 --- a/yast2-bootloader-2.15.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36d157c5f24314c6407b57b130c5ff9600c81d65209a1a36a35a12969a1f1717 -size 369787 diff --git a/yast2-bootloader-2.15.19.tar.bz2 b/yast2-bootloader-2.15.19.tar.bz2 new file mode 100644 index 0000000..da1ce25 --- /dev/null +++ b/yast2-bootloader-2.15.19.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05740eac6271595afae006b5f5c09d438aa99751f7efc0b09a597ac5c213bb89 +size 369851 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index c369d43..96258a6 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,7 +1,14 @@ ------------------------------------------------------------------- -Mon Aug 20 19:39:12 CEST 2007 - pth@suse.de +Tue Aug 28 18:35:52 CEST 2007 - pth@suse.de -- Implement one-time boot (Fate 301313) +- Fix the code in bootloader_finish so that the one-time-boot code + is actually called. +- Redo the logic and structure of the one-time booting code. + * Global Write uses Bootloader::getDefaultSection() to determine the + section name. + * New function BootCommon::Section2Index that determines the + index # for a given section, currently only used by + BootGRUB::FlagOnetimeBoot. ------------------------------------------------------------------- Wed Aug 15 20:34:07 CEST 2007 - od@suse.de diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index fdcca3d..51cce51 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-bootloader (Version 2.15.18) +# spec file for package yast2-bootloader (Version 2.15.19) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-bootloader -Version: 2.15.18 +Version: 2.15.19 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.15.18.tar.bz2 +Source0: yast2-bootloader-2.15.19.tar.bz2 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 # to eliminate a cyclic dependency in autobuild: @@ -50,7 +50,7 @@ Authors: Olaf Dabrunz %prep -%setup -n yast2-bootloader-2.15.18 +%setup -n yast2-bootloader-2.15.19 %build %{prefix}/bin/y2tool y2autoconf @@ -95,8 +95,15 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc %changelog -* Mon Aug 20 2007 - pth@suse.de -- Implement one-time boot (Fate 301313) +* Tue Aug 28 2007 - pth@suse.de +- Fix the code in bootloader_finish so that the one-time-boot code + is actually called. +- Redo the logic and structure of the one-time booting code. + * Global Write uses Bootloader::getDefaultSection() to determine the + section name. + * New function BootCommon::Section2Index that determines the + index # for a given section, currently only used by + BootGRUB::FlagOnetimeBoot. * Wed Aug 15 2007 - od@suse.de - forgot to use changed sections (feature #302302) - added logging with y2milestone()s for last change