This commit is contained in:
parent
02acdeba46
commit
7474abd0a1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c5f96c4ba33b9700356294d80f786ade86fe6282908f4e4aa7e4fd472a8049b
|
|
||||||
size 375329
|
|
3
yast2-bootloader-2.17.34.tar.bz2
Normal file
3
yast2-bootloader-2.17.34.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3274c9bb36eea5e26f92bf33d4df17526d57906478f5e15bf19ec370e3fad0ae
|
||||||
|
size 375159
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 12:45:44 CET 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
- updated checking of boot device s not on XFS (bnc #438757)
|
||||||
|
- added fix for problem with generic boot code (bnc #438752)
|
||||||
|
- 2.17.34
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 10:39:37 CET 2008 - jsrain@suse.cz
|
||||||
|
|
||||||
|
- updated method of ThinkPad MBR detection
|
||||||
|
- 2.17.33
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 27 10:21:57 CET 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
- added fix for using persistent device name in lilo (bnc #437764)
|
||||||
|
- 2.17.32
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 24 14:25:23 CEST 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
- added fix for problem with converting lilo to grub during update
|
||||||
|
system
|
||||||
|
- added fix - deleting read-only option for elilo (bnc #438276)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 23 14:25:18 CEST 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
- added fix for broken titles in lilo (bnc #437693)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 21 18:35:31 CEST 2008 - juhliarik@suse.cz
|
Tue Oct 21 18:35:31 CEST 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-bootloader (Version 2.17.31)
|
# spec file for package yast2-bootloader (Version 2.17.34)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-bootloader
|
Name: yast2-bootloader
|
||||||
Version: 2.17.31
|
Version: 2.17.34
|
||||||
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.17.31.tar.bz2
|
Source0: yast2-bootloader-2.17.34.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:
|
||||||
@ -64,7 +64,7 @@ Authors:
|
|||||||
Daniel Fiser
|
Daniel Fiser
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-bootloader-2.17.31
|
%setup -n yast2-bootloader-2.17.34
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -111,6 +111,22 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
|
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 27 2008 juhliarik@suse.cz
|
||||||
|
- updated checking of boot device s not on XFS (bnc #438757)
|
||||||
|
- added fix for problem with generic boot code (bnc #438752)
|
||||||
|
- 2.17.34
|
||||||
|
* Mon Oct 27 2008 jsrain@suse.cz
|
||||||
|
- updated method of ThinkPad MBR detection
|
||||||
|
- 2.17.33
|
||||||
|
* Mon Oct 27 2008 juhliarik@suse.cz
|
||||||
|
- added fix for using persistent device name in lilo (bnc #437764)
|
||||||
|
- 2.17.32
|
||||||
|
* Fri Oct 24 2008 juhliarik@suse.cz
|
||||||
|
- added fix for problem with converting lilo to grub during update
|
||||||
|
system
|
||||||
|
- added fix - deleting read-only option for elilo (bnc #438276)
|
||||||
|
* Thu Oct 23 2008 juhliarik@suse.cz
|
||||||
|
- added fix for broken titles in lilo (bnc #437693)
|
||||||
* Tue Oct 21 2008 juhliarik@suse.cz
|
* Tue Oct 21 2008 juhliarik@suse.cz
|
||||||
- update for bug with deleting boot section (bnc #436890)
|
- update for bug with deleting boot section (bnc #436890)
|
||||||
- 2.17.31
|
- 2.17.31
|
||||||
@ -437,7 +453,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- forgot to use changed sections (feature #302302)
|
- forgot to use changed sections (feature #302302)
|
||||||
- added logging with y2milestone()s for last change
|
- added logging with y2milestone()s for last change
|
||||||
- 2.15.17
|
- 2.15.17
|
||||||
* Tue Aug 14 2007 od@suse.de
|
* Mon Aug 13 2007 od@suse.de
|
||||||
- grub: feature #302302:
|
- grub: feature #302302:
|
||||||
- added code to UpdateSections() to update old sections for
|
- added code to UpdateSections() to update old sections for
|
||||||
"other" installations to chainloader/configfile sections
|
"other" installations to chainloader/configfile sections
|
||||||
@ -787,7 +803,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- 2.14.7
|
- 2.14.7
|
||||||
* Tue Nov 21 2006 jplack@suse.de
|
* Tue Nov 21 2006 jplack@suse.de
|
||||||
- "activate" and "generic_mbr" do now get set if newly proposed
|
- "activate" and "generic_mbr" do now get set if newly proposed
|
||||||
* Tue Nov 21 2006 od@suse.de
|
* Mon Nov 20 2006 od@suse.de
|
||||||
- #214935:
|
- #214935:
|
||||||
- added more comments
|
- added more comments
|
||||||
- only resolve symlinks for linux, xen and failsafe sections,
|
- only resolve symlinks for linux, xen and failsafe sections,
|
||||||
@ -978,7 +994,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- fixed installation of installation kernel (ISERIES64) into slot A
|
- fixed installation of installation kernel (ISERIES64) into slot A
|
||||||
on iSeries (#165497)
|
on iSeries (#165497)
|
||||||
- 2.13.64
|
- 2.13.64
|
||||||
* Thu May 18 2006 od@suse.de
|
* Wed May 17 2006 od@suse.de
|
||||||
- fix backwards mapping of "mount by" device names when bl
|
- fix backwards mapping of "mount by" device names when bl
|
||||||
configuration is read (#176201)
|
configuration is read (#176201)
|
||||||
- revert last change in MountByDev2Dev() and use y2milestone()
|
- revert last change in MountByDev2Dev() and use y2milestone()
|
||||||
@ -1082,7 +1098,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
attach version anymore (#163702)
|
attach version anymore (#163702)
|
||||||
- fixed typo in message
|
- fixed typo in message
|
||||||
- 2.13.46
|
- 2.13.46
|
||||||
* Wed Apr 12 2006 od@suse.de
|
* Tue Apr 11 2006 od@suse.de
|
||||||
- on pmac: propose only partitions smaller than 20 cylinders
|
- on pmac: propose only partitions smaller than 20 cylinders
|
||||||
(#158543)
|
(#158543)
|
||||||
- 2.13.45
|
- 2.13.45
|
||||||
@ -1224,7 +1240,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- fixed comment in chrp.ycp explaining the use of
|
- fixed comment in chrp.ycp explaining the use of
|
||||||
prep_same_disk_as_root
|
prep_same_disk_as_root
|
||||||
- 2.13.20
|
- 2.13.20
|
||||||
* Wed Mar 08 2006 od@suse.de
|
* Tue Mar 07 2006 od@suse.de
|
||||||
- #145597:
|
- #145597:
|
||||||
- use old working proposal code from BootPPC in BootPOWERLILO
|
- use old working proposal code from BootPPC in BootPOWERLILO
|
||||||
- add comments where needed to understand the code
|
- add comments where needed to understand the code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user