- Rely on the new Y2Storage::Devicegraph#find_by_any_name when
matching udev names to their corresponding kernel device names (bsc#1073254). - 4.0.11 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=696
This commit is contained in:
parent
af36ba2fc3
commit
6b83f3efcb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3f5a3597de979b3b6cd64a55d87d4548d25e075c24f5349fc7f6dab52e2bfd9
|
||||
size 119578
|
3
yast2-bootloader-4.0.11.tar.bz2
Normal file
3
yast2-bootloader-4.0.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7063f8a7835133076cb1ecdae9d5e50289421621be7417eef34acd2289f46c5
|
||||
size 119242
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 07:25:09 UTC 2018 - ancor@suse.com
|
||||
|
||||
- Rely on the new Y2Storage::Devicegraph#find_by_any_name when
|
||||
matching udev names to their corresponding kernel device names
|
||||
(bsc#1073254).
|
||||
- 4.0.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 12:20:05 UTC 2018 - jreidinger@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-bootloader
|
||||
Version: 4.0.10
|
||||
Version: 4.0.11
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -27,7 +27,8 @@ Url: http://github.com/yast/yast-bootloader
|
||||
BuildRequires: yast2 >= 3.1.176
|
||||
BuildRequires: yast2-devtools >= 3.1.10
|
||||
BuildRequires: yast2-ruby-bindings >= 1.0.0
|
||||
BuildRequires: yast2-storage-ng
|
||||
# Y2Storage::Devicegraph#find_by_any_name
|
||||
BuildRequires: yast2-storage-ng >= 4.0.67
|
||||
# lenses needed also for tests
|
||||
BuildRequires: augeas-lenses
|
||||
BuildRequires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.5.1
|
||||
@ -41,7 +42,8 @@ Requires: yast2 >= 3.1.176
|
||||
Requires: yast2-core >= 2.18.7
|
||||
Requires: yast2-packager >= 2.17.24
|
||||
Requires: yast2-pkg-bindings >= 2.17.25
|
||||
Requires: yast2-storage-ng
|
||||
# Y2Storage::Devicegraph#find_by_any_name
|
||||
Requires: yast2-storage-ng >= 4.0.67
|
||||
# GrubCfg with boot_entries that filter out unbootable entries
|
||||
Requires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.5.1
|
||||
# lenses are needed as cfa_grub2 depends only on augeas bindings, but also
|
||||
|
Loading…
x
Reference in New Issue
Block a user