- 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:
parent
aeaaa50552
commit
e50f8b90d8
3
yast2-bootloader-2.23.10.tar.bz2
Normal file
3
yast2-bootloader-2.23.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d10be0a3c116878c464c59848e74e4672099544e58cf8aeecf9b47424e2aade
|
||||
size 403707
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4ec1162b9b92bd030874dc86976494d62e8c7fc4a21f8b2afc870298a69b987
|
||||
size 420066
|
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-bootloader
|
||||
Version: 2.23.9
|
||||
Version: 2.23.10
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -46,49 +46,32 @@ BuildRequires: yast2-testsuite
|
||||
PreReq: /bin/sed %fillup_prereq
|
||||
# Installation::*version variables
|
||||
# Wizard::SetDialogTitleAndIcon
|
||||
Requires: limal-perl
|
||||
Requires: parted
|
||||
Requires: perl-Bootloader >= 0.5.4
|
||||
Requires: perl-Compress-Zlib
|
||||
Requires: yast2 >= 2.21.22
|
||||
Requires: yast2-core >= 2.18.7
|
||||
Requires: yast2-packager >= 2.17.24
|
||||
Requires: yast2-pkg-bindings >= 2.17.25
|
||||
Requires: yast2-storage >= 2.18.18
|
||||
BuildRequires: perl-Bootloader >= 0.5.0
|
||||
Requires: perl-Bootloader >= 0.5.4
|
||||
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-core >= 2.18.6
|
||||
BuildRequires: yast2-packager >= 2.17.24
|
||||
BuildRequires: yast2-pkg-bindings >= 2.17.25
|
||||
BuildRequires: perl-Bootloader >= 0.5.0
|
||||
BuildRequires: yast2-core >= 2.18.6
|
||||
|
||||
%ifarch %ix86 x86_64
|
||||
Requires: master-boot-code
|
||||
Requires: syslinux
|
||||
%endif
|
||||
|
||||
Provides: yast2-config-bootloader
|
||||
Provides: yast2-config-lilo
|
||||
Obsoletes: yast2-config-bootloader
|
||||
Obsoletes: yast2-config-lilo
|
||||
Provides: yast2-agent-liloconf
|
||||
Provides: yast2-agent-prom
|
||||
Obsoletes: yast2-agent-liloconf
|
||||
Obsoletes: yast2-agent-prom
|
||||
Provides: yast2-trans-boot
|
||||
Provides: yast2-trans-inst-bootloader
|
||||
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
|
||||
Provides: yast2-config-lilo yast2-config-bootloader
|
||||
Obsoletes: yast2-config-lilo yast2-config-bootloader
|
||||
Provides: yast2-agent-liloconf yast2-agent-prom
|
||||
Obsoletes: yast2-agent-liloconf yast2-agent-prom
|
||||
Provides: yast2-trans-inst-bootloader yast2-trans-lilo yast2-trans-boot
|
||||
Obsoletes: yast2-trans-inst-bootloader yast2-trans-lilo yast2-trans-boot
|
||||
Provides: y2c_boot y2t_boot
|
||||
Obsoletes: y2c_boot y2t_boot
|
||||
Provides: y2t_inst-bootloader yast2-agent-liloconf-devel yast2-agent-prom-devel
|
||||
Obsoletes: y2t_inst-bootloader yast2-agent-liloconf-devel yast2-agent-prom-devel
|
||||
|
||||
Summary: YaST2 - Bootloader Configuration
|
||||
License: GPL-2.0+
|
||||
@ -108,6 +91,7 @@ autoreconf --force --install
|
||||
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
|
||||
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
|
||||
# so that RPM_OPT_FLAGS check works
|
||||
|
Loading…
x
Reference in New Issue
Block a user