2012-01-20 11:32:05 +00:00
|
|
|
#
|
|
|
|
# spec file for package yast2-bootloader
|
|
|
|
#
|
2021-01-13 16:25:39 +00:00
|
|
|
# Copyright (c) 2021 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
|
2021-03-04 10:00:05 +00:00
|
|
|
Version: 4.3.24
|
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
|
2012-01-20 11:32:05 +00:00
|
|
|
|
2013-10-08 12:09:46 +00:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2012-01-20 11:32:05 +00:00
|
|
|
|
2020-11-12 15:19:04 +00:00
|
|
|
BuildRequires: yast2 >= 4.3.41
|
2019-06-03 15:59:51 +00:00
|
|
|
BuildRequires: yast2-devtools >= 4.2.2
|
2014-11-03 09:29:23 +00:00
|
|
|
BuildRequires: yast2-ruby-bindings >= 1.0.0
|
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
|
2020-11-12 15:19:04 +00:00
|
|
|
# Kernel.propose_hibernation?
|
|
|
|
Requires: yast2 >= 4.3.41
|
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-01-13 16:25:39 +00:00
|
|
|
# BlkDevice#preferred_name and Filesystems::BlkFilesystem#preferred_name
|
|
|
|
Requires: yast2-storage-ng >= 4.3.36
|
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
|
2019-06-03 15:59:51 +00:00
|
|
|
%{yast_desktopdir}
|
|
|
|
%{yast_metainfodir}
|
|
|
|
%{yast_moduledir}
|
|
|
|
%{yast_clientdir}
|
|
|
|
%{yast_ybindir}
|
|
|
|
%{yast_scrconfdir}
|
|
|
|
%{yast_fillupdir}
|
|
|
|
%{yast_schemadir}
|
|
|
|
%{yast_libdir}
|
2018-11-28 11:42:36 +00:00
|
|
|
%{yast_icondir}
|
2019-06-03 15:59:51 +00:00
|
|
|
%doc %{yast_docdir}
|
2018-10-16 15:46:20 +00:00
|
|
|
%license COPYING
|
2013-08-02 07:42:37 +00:00
|
|
|
|
2012-01-20 11:32:05 +00:00
|
|
|
%changelog
|