- Sync warning text from s390 secure boot to be identical in

installation proposal and on running system (bsc#1219989)
- 5.0.12

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=857
This commit is contained in:
YaST Team Bot 2024-11-06 11:26:28 +00:00 committed by Git OBS Bridge
commit 9240a2001e
6 changed files with 8440 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

View File

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

View File

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

8311
yast2-bootloader.changes Normal file

File diff suppressed because it is too large Load Diff

99
yast2-bootloader.spec Normal file
View File

@ -0,0 +1,99 @@
#
# spec file for package yast2-bootloader
#
# Copyright (c) 2024 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: 5.0.12
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