diff --git a/yast2-bootloader-4.0.15.tar.bz2 b/yast2-bootloader-4.0.15.tar.bz2 deleted file mode 100644 index 0b17377..0000000 --- a/yast2-bootloader-4.0.15.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:331f0abfd89e962cef795fdc74c09f74cb1aef6b19146d7603e158563a933b9f -size 119362 diff --git a/yast2-bootloader-4.0.16.tar.bz2 b/yast2-bootloader-4.0.16.tar.bz2 new file mode 100644 index 0000000..eee2799 --- /dev/null +++ b/yast2-bootloader-4.0.16.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49438bca807a7a599793fde90403385880684c1eba59bb3a92f48af7c8348995 +size 119773 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 34f1c7c..d00923f 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 9 13:39:03 UTC 2018 - jlopez@suse.com + +- Adapt to new MountPoint API (part of fate#318196). +- 4.0.16 + ------------------------------------------------------------------- Tue Feb 6 14:48:12 UTC 2018 - jreidinger@suse.com diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 7682121..7d47eb0 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 4.0.15 +Version: 4.0.16 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -27,8 +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 -# Y2Storage::Devicegraph#find_by_any_name -BuildRequires: yast2-storage-ng >= 4.0.67 +# Y2Storage::Mountable#mount_path +BuildRequires: yast2-storage-ng >= 4.0.90 # lenses needed also for tests BuildRequires: augeas-lenses BuildRequires: rubygem(%rb_default_ruby_abi:cfa_grub2) >= 0.5.1 @@ -42,8 +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 -# Y2Storage::Devicegraph#find_by_any_name -Requires: yast2-storage-ng >= 4.0.67 +# Y2Storage::Mountable#mount_path +Requires: yast2-storage-ng >= 4.0.90 # 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