This commit is contained in:
parent
7a41f32a64
commit
f69fe0975d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:399ec7da3584597d614abecdf7d939433008b58de575a67050b481721930810c
|
||||
size 355872
|
3
yast2-bootloader-2.16.9.tar.bz2
Normal file
3
yast2-bootloader-2.16.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c5f5c1b7e7c66b9f31b9fe3f2f5b1555bf89a21b4a50ff0e6a7683e7d996f51
|
||||
size 356863
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 11 15:53:19 CEST 2008 - juhliarik@suse.cz
|
||||
|
||||
- added handling of option for calling kexec instead of reboot
|
||||
(fate#303395)
|
||||
- 2.16.9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 1 12:24:12 CEST 2008 - jsrain@suse.cz
|
||||
|
||||
- adapted to changed handling of inst_finish steps during live
|
||||
installation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 09:32:41 CET 2008 - juhliarik@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-bootloader (Version 2.16.8)
|
||||
# spec file for package yast2-bootloader (Version 2.16.9)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,12 +12,12 @@
|
||||
|
||||
|
||||
Name: yast2-bootloader
|
||||
Version: 2.16.8
|
||||
Version: 2.16.9
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-bootloader-2.16.8.tar.bz2
|
||||
Source0: yast2-bootloader-2.16.9.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:
|
||||
@ -54,7 +54,7 @@ Authors:
|
||||
Daniel Fiser
|
||||
|
||||
%prep
|
||||
%setup -n yast2-bootloader-2.16.8
|
||||
%setup -n yast2-bootloader-2.16.9
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -99,6 +99,13 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
/var/adm/fillup-templates/*
|
||||
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
|
||||
%changelog
|
||||
* Fri Apr 11 2008 juhliarik@suse.cz
|
||||
- added handling of option for calling kexec instead of reboot
|
||||
(fate#303395)
|
||||
- 2.16.9
|
||||
* Tue Apr 01 2008 jsrain@suse.cz
|
||||
- adapted to changed handling of inst_finish steps during live
|
||||
installation
|
||||
* Thu Mar 27 2008 juhliarik@suse.cz
|
||||
- added deleting of duplicated sections after installation
|
||||
- 2.16.8
|
||||
@ -218,7 +225,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
- forgot to use changed sections (feature #302302)
|
||||
- added logging with y2milestone()s for last change
|
||||
- 2.15.17
|
||||
* Mon Aug 13 2007 od@suse.de
|
||||
* Tue Aug 14 2007 od@suse.de
|
||||
- grub: feature #302302:
|
||||
- added code to UpdateSections() to update old sections for
|
||||
"other" installations to chainloader/configfile sections
|
||||
@ -568,7 +575,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
- 2.14.7
|
||||
* Tue Nov 21 2006 jplack@suse.de
|
||||
- "activate" and "generic_mbr" do now get set if newly proposed
|
||||
* Mon Nov 20 2006 od@suse.de
|
||||
* Tue Nov 21 2006 od@suse.de
|
||||
- #214935:
|
||||
- added more comments
|
||||
- only resolve symlinks for linux, xen and failsafe sections,
|
||||
@ -759,7 +766,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
- fixed installation of installation kernel (ISERIES64) into slot A
|
||||
on iSeries (#165497)
|
||||
- 2.13.64
|
||||
* Wed May 17 2006 od@suse.de
|
||||
* Thu May 18 2006 od@suse.de
|
||||
- fix backwards mapping of "mount by" device names when bl
|
||||
configuration is read (#176201)
|
||||
- revert last change in MountByDev2Dev() and use y2milestone()
|
||||
@ -863,7 +870,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
attach version anymore (#163702)
|
||||
- fixed typo in message
|
||||
- 2.13.46
|
||||
* Tue Apr 11 2006 od@suse.de
|
||||
* Wed Apr 12 2006 od@suse.de
|
||||
- on pmac: propose only partitions smaller than 20 cylinders
|
||||
(#158543)
|
||||
- 2.13.45
|
||||
@ -1005,7 +1012,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
- fixed comment in chrp.ycp explaining the use of
|
||||
prep_same_disk_as_root
|
||||
- 2.13.20
|
||||
* Tue Mar 07 2006 od@suse.de
|
||||
* Wed Mar 08 2006 od@suse.de
|
||||
- #145597:
|
||||
- use old working proposal code from BootPPC in BootPOWERLILO
|
||||
- add comments where needed to understand the code
|
||||
|
Loading…
x
Reference in New Issue
Block a user