2012-01-20 11:32:05 +00:00
|
|
|
#
|
|
|
|
# spec file for package yast2-bootloader
|
|
|
|
#
|
2022-01-12 09:08:09 +00:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2012-01-20 11:32:05 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2020-09-15 14:58:41 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2012-01-20 11:32:05 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: yast2-bootloader
|
2022-07-28 13:24:35 +00:00
|
|
|
Version: 4.5.2
|
2012-01-20 11:32:05 +00:00
|
|
|
Release: 0
|
2019-06-03 15:59:51 +00:00
|
|
|
Summary: YaST2 - Bootloader Configuration
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
Group: System/YaST
|
2020-09-15 14:58:41 +00:00
|
|
|
URL: https://github.com/yast/yast-bootloader
|
2013-10-08 12:09:46 +00:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2012-01-20 11:32:05 +00:00
|
|
|
|
2022-01-31 12:37:41 +00:00
|
|
|
# yast2 with default boot_timeout
|
|
|
|
BuildRequires: yast2 >= 4.4.43
|
2019-06-03 15:59:51 +00:00
|
|
|
BuildRequires: yast2-devtools >= 4.2.2
|
2022-01-21 09:19:40 +00:00
|
|
|
# yast/rspec/helpers.rb
|
|
|
|
BuildRequires: yast2-ruby-bindings >= 4.4.7
|
2021-01-13 16:25:39 +00:00
|
|
|
# BlkDevice#preferred_name and Filesystems::BlkFilesystem#preferred_name
|
|
|
|
BuildRequires: yast2-storage-ng >= 4.3.36
|
2016-11-01 15:02:30 +00:00
|
|
|
# lenses needed also for tests
|
|
|
|
BuildRequires: augeas-lenses
|
2019-07-19 09:46:12 +00:00
|
|
|
BuildRequires: update-desktop-files
|
2018-08-20 08:32:37 +00:00
|
|
|
BuildRequires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 1.0.1
|
2016-04-13 08:15:26 +00:00
|
|
|
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
|
|
|
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
2019-06-03 15:59:51 +00:00
|
|
|
|
2012-01-20 11:32:05 +00:00
|
|
|
PreReq: /bin/sed %fillup_prereq
|
2015-01-05 14:28:05 +00:00
|
|
|
# Base classes for inst clients
|
2013-02-26 13:49:24 +00:00
|
|
|
Requires: parted
|
2022-01-26 06:53:59 +00:00
|
|
|
# Replace PackageSystem with Package
|
2022-01-31 12:37:41 +00:00
|
|
|
Requires: yast2 >= 4.4.43
|
2013-02-26 13:49:24 +00:00
|
|
|
Requires: yast2-core >= 2.18.7
|
2012-01-20 11:32:05 +00:00
|
|
|
Requires: yast2-packager >= 2.17.24
|
|
|
|
Requires: yast2-pkg-bindings >= 2.17.25
|
2021-12-10 12:46:09 +00:00
|
|
|
# Y2Storage::Arch#efibootmgr?
|
|
|
|
Requires: yast2-storage-ng >= 4.4.22
|
2018-08-20 08:32:37 +00:00
|
|
|
# Support for multiple values in GRUB_TERMINAL
|
|
|
|
Requires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 1.0.1
|
2016-04-13 08:15:26 +00:00
|
|
|
# lenses are needed as cfa_grub2 depends only on augeas bindings, but also
|
|
|
|
# lenses are needed here
|
|
|
|
Requires: augeas-lenses
|
2013-07-30 12:23:22 +00:00
|
|
|
Requires: yast2-ruby-bindings >= 1.0.0
|
|
|
|
|
2016-11-30 08:48:41 +00:00
|
|
|
# only recommend syslinux, as it is not needed when generic mbr is not used (bsc#1004229)
|
|
|
|
%ifarch %ix86 x86_64
|
|
|
|
Recommends: syslinux
|
|
|
|
%endif
|
|
|
|
|
2020-08-12 11:56:33 +00:00
|
|
|
Supplements: autoyast(bootloader)
|
|
|
|
|
2012-01-20 11:32:05 +00:00
|
|
|
%description
|
|
|
|
This package contains the YaST2 component for bootloader configuration.
|
|
|
|
|
|
|
|
%prep
|
2019-06-03 15:59:51 +00:00
|
|
|
%setup -q
|
2012-01-20 11:32:05 +00:00
|
|
|
|
2014-02-27 15:14:05 +00:00
|
|
|
%check
|
2019-06-03 15:59:51 +00:00
|
|
|
%yast_check
|
2014-09-09 07:19:02 +00:00
|
|
|
|
|
|
|
%build
|
2014-02-27 15:14:05 +00:00
|
|
|
|
2012-01-20 11:32:05 +00:00
|
|
|
%install
|
2019-06-03 15:59:51 +00:00
|
|
|
%yast_install
|
|
|
|
%yast_metainfo
|
2012-01-20 11:32:05 +00:00
|
|
|
|
|
|
|
%post
|
|
|
|
%{fillup_only -n bootloader}
|
|
|
|
|
|
|
|
%files
|
2021-06-07 13:15:10 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc %{yast_docdir}
|
2019-06-03 15:59:51 +00:00
|
|
|
%{yast_desktopdir}
|
|
|
|
%{yast_moduledir}
|
|
|
|
%{yast_clientdir}
|
|
|
|
%{yast_ybindir}
|
|
|
|
%{yast_scrconfdir}
|
|
|
|
%{yast_schemadir}
|
|
|
|
%{yast_libdir}
|
2021-06-07 13:15:10 +00:00
|
|
|
%{_fillupdir}/sysconfig.bootloader.*
|
|
|
|
%{_datadir}/metainfo/org.opensuse.yast.Bootloader.metainfo.xml
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/yast-bootloader*
|
2013-08-02 07:42:37 +00:00
|
|
|
|
2012-01-20 11:32:05 +00:00
|
|
|
%changelog
|