Sync from SUSE:SLFO:Main yast2-bootloader revision 0d4b26bed8dec403eed2c0deb232cf71
This commit is contained in:
commit
b2c7d9373a
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
BIN
yast2-bootloader-4.6.2.tar.bz2
(Stored with Git LFS)
Normal file
BIN
yast2-bootloader-4.6.2.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
8209
yast2-bootloader.changes
Normal file
8209
yast2-bootloader.changes
Normal file
File diff suppressed because it is too large
Load Diff
99
yast2-bootloader.spec
Normal file
99
yast2-bootloader.spec
Normal file
@ -0,0 +1,99 @@
|
||||
#
|
||||
# spec file for package yast2-bootloader
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# 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.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: yast2-bootloader
|
||||
Version: 4.6.2
|
||||
Release: 0
|
||||
Summary: YaST2 - Bootloader Configuration
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/YaST
|
||||
URL: https://github.com/yast/yast-bootloader
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
# ReducedRecorder
|
||||
BuildRequires: yast2 >= 4.5.16
|
||||
BuildRequires: yast2-devtools >= 4.2.2
|
||||
# yast/rspec/helpers.rb
|
||||
BuildRequires: yast2-ruby-bindings >= 4.4.7
|
||||
# BlkDevice#preferred_name and Filesystems::BlkFilesystem#preferred_name
|
||||
BuildRequires: yast2-storage-ng >= 4.3.36
|
||||
# lenses needed also for tests
|
||||
BuildRequires: augeas-lenses
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 1.0.1
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:rspec)
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake)
|
||||
|
||||
PreReq: %fillup_prereq
|
||||
PreReq: /bin/sed
|
||||
# Base classes for inst clients
|
||||
Requires: parted
|
||||
# ReducedRecorder
|
||||
Requires: yast2 >= 4.5.16
|
||||
Requires: yast2-core >= 2.18.7
|
||||
Requires: yast2-packager >= 2.17.24
|
||||
Requires: yast2-pkg-bindings >= 2.17.25
|
||||
# Y2Storage::Arch#efibootmgr?
|
||||
Requires: yast2-storage-ng >= 4.4.22
|
||||
# Support for multiple values in GRUB_TERMINAL
|
||||
Requires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 1.0.1
|
||||
# lenses are needed as cfa_grub2 depends only on augeas bindings, but also
|
||||
# lenses are needed here
|
||||
Requires: augeas-lenses
|
||||
Requires: yast2-ruby-bindings >= 1.0.0
|
||||
|
||||
# only recommend syslinux, as it is not needed when generic mbr is not used (bsc#1004229)
|
||||
%ifarch %ix86 x86_64
|
||||
Recommends: syslinux
|
||||
%endif
|
||||
|
||||
Supplements: autoyast(bootloader)
|
||||
|
||||
%description
|
||||
This package contains the YaST2 component for bootloader configuration.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%check
|
||||
%yast_check
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
%yast_install
|
||||
%yast_metainfo
|
||||
|
||||
%post
|
||||
%{fillup_only -n bootloader}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc %{yast_docdir}
|
||||
%{yast_desktopdir}
|
||||
%{yast_moduledir}
|
||||
%{yast_clientdir}
|
||||
%{yast_ybindir}
|
||||
%{yast_scrconfdir}
|
||||
%{yast_schemadir}
|
||||
%{yast_libdir}
|
||||
%{_fillupdir}/sysconfig.bootloader.*
|
||||
%{_datadir}/metainfo/org.opensuse.yast.Bootloader.metainfo.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/yast-bootloader*
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user