- write gpt bootcode on gpt disks (fate #313880)

- fix initrd selection due to initrd-*-kdump in our new kernel packages
- take boot code from syslinux instead of master-boot-code package
- 2.23.10

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=116
This commit is contained in:
Steffen Winterfeldt 2013-02-04 14:30:13 +00:00 committed by Git OBS Bridge
parent aeaaa50552
commit e50f8b90d8
4 changed files with 29 additions and 37 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Feb 4 15:05:47 CET 2013 - snwint@suse.de
- write gpt bootcode on gpt disks (fate #313880)
- fix initrd selection due to initrd-*-kdump in our new kernel packages
- take boot code from syslinux instead of master-boot-code package
- 2.23.10
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 4 13:42:36 CET 2013 - snwint@suse.de Mon Feb 4 13:42:36 CET 2013 - snwint@suse.de

View File

@ -17,7 +17,7 @@
Name: yast2-bootloader Name: yast2-bootloader
Version: 2.23.9 Version: 2.23.10
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -46,49 +46,32 @@ BuildRequires: yast2-testsuite
PreReq: /bin/sed %fillup_prereq PreReq: /bin/sed %fillup_prereq
# Installation::*version variables # Installation::*version variables
# Wizard::SetDialogTitleAndIcon # Wizard::SetDialogTitleAndIcon
Requires: limal-perl
Requires: parted
Requires: perl-Bootloader >= 0.5.4
Requires: perl-Compress-Zlib
Requires: yast2 >= 2.21.22 Requires: yast2 >= 2.21.22
Requires: yast2-core >= 2.18.7
Requires: yast2-packager >= 2.17.24 Requires: yast2-packager >= 2.17.24
Requires: yast2-pkg-bindings >= 2.17.25 Requires: yast2-pkg-bindings >= 2.17.25
Requires: yast2-storage >= 2.18.18 Requires: perl-Bootloader >= 0.5.4
BuildRequires: perl-Bootloader >= 0.5.0 Requires: yast2-core >= 2.18.7
Requires: yast2-storage >= 2.18.18 parted perl-Compress-Zlib limal-perl
BuildRequires: yast2 >= 2.18.14 BuildRequires: yast2 >= 2.18.14
BuildRequires: yast2-core >= 2.18.6
BuildRequires: yast2-packager >= 2.17.24 BuildRequires: yast2-packager >= 2.17.24
BuildRequires: yast2-pkg-bindings >= 2.17.25 BuildRequires: yast2-pkg-bindings >= 2.17.25
BuildRequires: perl-Bootloader >= 0.5.0
BuildRequires: yast2-core >= 2.18.6
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
Requires: master-boot-code Requires: syslinux
%endif %endif
Provides: yast2-config-bootloader Provides: yast2-config-lilo yast2-config-bootloader
Provides: yast2-config-lilo Obsoletes: yast2-config-lilo yast2-config-bootloader
Obsoletes: yast2-config-bootloader Provides: yast2-agent-liloconf yast2-agent-prom
Obsoletes: yast2-config-lilo Obsoletes: yast2-agent-liloconf yast2-agent-prom
Provides: yast2-agent-liloconf Provides: yast2-trans-inst-bootloader yast2-trans-lilo yast2-trans-boot
Provides: yast2-agent-prom Obsoletes: yast2-trans-inst-bootloader yast2-trans-lilo yast2-trans-boot
Obsoletes: yast2-agent-liloconf Provides: y2c_boot y2t_boot
Obsoletes: yast2-agent-prom Obsoletes: y2c_boot y2t_boot
Provides: yast2-trans-boot Provides: y2t_inst-bootloader yast2-agent-liloconf-devel yast2-agent-prom-devel
Provides: yast2-trans-inst-bootloader Obsoletes: y2t_inst-bootloader yast2-agent-liloconf-devel yast2-agent-prom-devel
Provides: yast2-trans-lilo
Obsoletes: yast2-trans-boot
Obsoletes: yast2-trans-inst-bootloader
Obsoletes: yast2-trans-lilo
Provides: y2c_boot
Provides: y2t_boot
Obsoletes: y2c_boot
Obsoletes: y2t_boot
Provides: y2t_inst-bootloader
Provides: yast2-agent-liloconf-devel
Provides: yast2-agent-prom-devel
Obsoletes: y2t_inst-bootloader
Obsoletes: yast2-agent-liloconf-devel
Obsoletes: yast2-agent-prom-devel
Summary: YaST2 - Bootloader Configuration Summary: YaST2 - Bootloader Configuration
License: GPL-2.0+ License: GPL-2.0+
@ -108,6 +91,7 @@ autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
# V=1: verbose build in case we used AM_SILENT_RULES(yes) # V=1: verbose build in case we used AM_SILENT_RULES(yes)
# so that RPM_OPT_FLAGS check works # so that RPM_OPT_FLAGS check works