Accepting request 399500 from YaST:Head

submit new version 3.1.192

OBS-URL: https://build.opensuse.org/request/show/399500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-bootloader?expand=0&rev=228
This commit is contained in:
Dominique Leuenberger 2016-06-02 10:49:56 +00:00 committed by Git OBS Bridge
commit 8764f34417
4 changed files with 37 additions and 18 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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