Accepting request 718575 from YaST:Head

submit new version 4.2.9

OBS-URL: https://build.opensuse.org/request/show/718575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-bootloader?expand=0&rev=280
This commit is contained in:
Dominique Leuenberger 2019-07-31 12:25:28 +00:00 committed by Git OBS Bridge
commit 5b24fe03a1
4 changed files with 85 additions and 41 deletions

View File

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

View File

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

View File

@ -1,3 +1,63 @@
-------------------------------------------------------------------
Thu Jul 25 13:21:44 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
- Fix testsuite on AArch64. Related to changes done for boo#1136601
- 4.2.9
-------------------------------------------------------------------
Wed Jul 24 16:03:28 UTC 2019 - Ancor Gonzalez Sosa <ancor@suse.com>
- Better handling of broken bootloader configurations during the
upgrade process (bsc#1138930).
- 4.2.8
-------------------------------------------------------------------
Fri Jul 19 09:20:09 UTC 2019 - Ladislav Slezák <lslezak@suse.cz>
- Added "BuildRequires: update-desktop-files"
- Related to the previous desktop file changes (fate#319035)
- 4.2.7
-------------------------------------------------------------------
Tue Jul 2 16:08:24 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Replace --suse-signed-grub with --suse-force-signed to follow
update from boo#1136601
- 4.2.6
-------------------------------------------------------------------
Tue Jun 25 12:42:23 UTC 2019 - Josef Reidinger <jreidinger@suse.com>
- adapt to new rubocop (bsc#1139270)
- 4.2.5
-------------------------------------------------------------------
Wed Jun 5 12:59:27 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Enable Secure Boot on AArch64 (boo#1136601)
- 4.2.4
-------------------------------------------------------------------
Fri May 31 12:26:38 UTC 2019 - Stasiek Michalski <hellcp@mailbox.org>
- Add metainfo (fate#319035)
- Revamp spec
- Replace GenericName with Comment
- 4.2.3
-------------------------------------------------------------------
Wed May 29 13:02:02 UTC 2019 - David Diaz <dgonzalez@suse.com>
- Improve the readability of a technical problem description,
splitting it in multiple lines (bsc#1136746).
- 4.2.2
-------------------------------------------------------------------
Wed May 29 12:32:09 CEST 2019 - schubi@suse.de
- Proposal for s390: Set kernel parameters without "resume"
parameter (JIRA#SLE-6926).
-------------------------------------------------------------------
Fri Apr 26 12:27:34 UTC 2019 - jreidinger <jreidinger@suse.com>

View File

@ -17,23 +17,27 @@
Name: yast2-bootloader
Version: 4.2.1
Version: 4.2.9
Release: 0
Summary: YaST2 - Bootloader Configuration
License: GPL-2.0-or-later
Group: System/YaST
Url: https://github.com/yast/yast-bootloader
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
Url: http://github.com/yast/yast-bootloader
BuildRequires: yast2 >= 3.1.176
BuildRequires: yast2-devtools >= 3.1.10
BuildRequires: yast2-devtools >= 4.2.2
BuildRequires: yast2-ruby-bindings >= 1.0.0
# Y2Storage::Mountable#mount_path
BuildRequires: yast2-storage-ng >= 4.0.90
# 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: /bin/sed %fillup_prereq
# Base classes for inst clients
Requires: parted
@ -49,7 +53,6 @@ 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)
@ -57,55 +60,36 @@ Requires: yast2-ruby-bindings >= 1.0.0
Recommends: syslinux
%endif
Summary: YaST2 - Bootloader Configuration
License: GPL-2.0-or-later
Group: System/YaST
%description
This package contains the YaST2 component for bootloader configuration.
%prep
%setup -n %{name}-%{version}
%setup -q
%check
rake test:unit
%yast_check
%build
%install
rake install DESTDIR="%{buildroot}"
%yast_install
%yast_metainfo
%post
%{fillup_only -n bootloader}
%files
%defattr(-,root,root)
# menu items
%dir %{yast_desktopdir}
%{yast_desktopdir}/bootloader.desktop
%dir %{yast_moduledir}
%{yast_moduledir}/*
%dir %{yast_clientdir}
%{yast_clientdir}/bootloader*.rb
%{yast_clientdir}/inst_*.rb
%dir %{yast_ybindir}
%{yast_ybindir}/*
%dir %{yast_scrconfdir}
%{yast_scrconfdir}/*.scr
%{yast_fillupdir}/*
%dir %{yast_schemadir}
%dir %{yast_schemadir}/autoyast
%dir %{yast_schemadir}/autoyast/rnc
%{yast_schemadir}/autoyast/rnc/bootloader.rnc
%{yast_libdir}/bootloader
%{yast_desktopdir}
%{yast_metainfodir}
%{yast_moduledir}
%{yast_clientdir}
%{yast_ybindir}
%{yast_scrconfdir}
%{yast_fillupdir}
%{yast_schemadir}
%{yast_libdir}
%{yast_icondir}
%dir %{yast_docdir}
%doc %{yast_docdir}
%license COPYING
%doc %{yast_docdir}/README.md
%doc %{yast_docdir}/CONTRIBUTING.md
%changelog