diff --git a/yast2-bootloader-3.1.187.tar.bz2 b/yast2-bootloader-3.1.187.tar.bz2 deleted file mode 100644 index bfc07b3..0000000 --- a/yast2-bootloader-3.1.187.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6489a5b8d0738fb29ebb342c0be9484b306085d86acdfecc5ccad22d633da7c8 -size 322535 diff --git a/yast2-bootloader-3.1.192.tar.bz2 b/yast2-bootloader-3.1.192.tar.bz2 new file mode 100644 index 0000000..387786e --- /dev/null +++ b/yast2-bootloader-3.1.192.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1718c4b26f8700ef1d971d7e513f34a065a82f06136037afa218213eefbbcc12 +size 323960 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 1a29a4c..0cd5b2e 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Wed Jun 1 13:31:57 UTC 2016 - igonzalezsosa@suse.com + +- Drop yast2-bootloader-devel-doc package (fate#320356) +- 3.1.192 + +------------------------------------------------------------------- +Mon May 30 08:23:24 UTC 2016 - jreidinger@suse.com + +- fix unknown method error ( caused by fix for bnc#980529) +- 3.1.191 + +------------------------------------------------------------------- +Fri May 27 12:13:54 UTC 2016 - jreidinger@suse.com + +- use proper device to setup pmbr for grub2efi (bnc#981997) +- 3.1.190 + +------------------------------------------------------------------- +Wed May 25 11:59:53 UTC 2016 - jreidinger@suse.com + +- do not try to install grub2 on lvm on partition-less disk + (bnc#980529) +- 3.1.189 + +------------------------------------------------------------------- +Tue May 24 09:00:13 UTC 2016 - jreidinger@suse.com + +- run mkinitrd at the end of installation to ensure proper initrd + even for image based installation or live install + (bnc#977656,bnc#979719) +- 3.1.188 + ------------------------------------------------------------------- Tue May 17 07:42:46 UTC 2016 - jreidinger@suse.com diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 40ab71f..88d6a69 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 3.1.187 +Version: 3.1.192 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -59,15 +59,6 @@ Group: System/YaST %description This package contains the YaST2 component for bootloader configuration. -%package devel-doc -Requires: yast2-bootloader = %version -Summary: YaST2 - Bootloader Configuration - Development Documentation -Group: System/YaST - -%description devel-doc -This package contains development documentation for using the API -provided by yast2-bootloader package. - %prep %setup -n %{name}-%{version} @@ -75,7 +66,6 @@ provided by yast2-bootloader package. rake test:unit %build -yardoc %install rake install DESTDIR="%{buildroot}" @@ -112,8 +102,4 @@ rake install DESTDIR="%{buildroot}" %doc %{yast_docdir}/README.md %doc %{yast_docdir}/CONTRIBUTING.md -%files devel-doc -%defattr(-,root,root) -%doc %{yast_docdir}/autodocs - %changelog