Accepting request 253494 from YaST:Head
submit new version 3.1.100 OBS-URL: https://build.opensuse.org/request/show/253494 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-bootloader?expand=0&rev=188
This commit is contained in:
commit
9063d0a8a7
3
yast2-bootloader-3.1.100.tar.bz2
Normal file
3
yast2-bootloader-3.1.100.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0e9c2fc4c25de1c6963b338c0b4598ee59e27ef85a4cdb9ace3b281ebf52ad49
|
||||||
|
size 294599
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:37ab5d234c38a34828ad610d1fb7e1919337a449d34572ac68213dd49b1d4bb4
|
|
||||||
size 344315
|
|
@ -1,3 +1,74 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 30 09:30:52 UTC 2014 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- use short product name to avoid truncated text on small
|
||||||
|
resolution (bnc#873675)
|
||||||
|
- Avoid crash in clone_system on s390 (bnc#897399)
|
||||||
|
- propose missing attributes also during automatic upgrade which
|
||||||
|
propose grub2 configuratin (bnc#897058)
|
||||||
|
- 3.1.100
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 30 09:15:52 UTC 2014 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- move boot record backup functionality to own class to make code
|
||||||
|
easier to understand and better tested
|
||||||
|
- 3.1.99
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 29 07:42:06 UTC 2014 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- fix crash in lib_iface caused by typo (found by openQA and
|
||||||
|
bnc#898878)
|
||||||
|
- fix crash when using tmpfs
|
||||||
|
- fix crash when device have explicit mount by device name
|
||||||
|
- 3.1.98
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 18 07:28:13 UTC 2014 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- move udev mapping functionality to own class to make code easier
|
||||||
|
to understand and better tested
|
||||||
|
- 3.1.97
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 17 07:42:12 UTC 2014 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- pass vga mode if specified during installation
|
||||||
|
(bnc#896300,bnc#891060)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 15 14:18:20 UTC 2014 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- Fix API to remove or add kernel parameter for bootloader
|
||||||
|
(bnc#894603)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 9 15:38:15 UTC 2014 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- cleaning of section related code because we no longer support
|
||||||
|
any bootloader which allows direct write of sections
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 8 14:03:36 UTC 2014 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- switch build tool from autotools to rake
|
||||||
|
- 3.1.96
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 8 13:26:45 UTC 2014 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- Drop remaining support for GRUB1 (fate#317700)
|
||||||
|
- 3.1.95
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 8 07:56:29 UTC 2014 - jreidinger@suse.com
|
||||||
|
|
||||||
|
- Avoid configuration where to MBR we want grub2 and also
|
||||||
|
generic_mbr which can lead to unbootable configuration
|
||||||
|
(bnc#893626)
|
||||||
|
- 3.1.94
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 4 12:04:09 UTC 2014 - mvidner@suse.com
|
Thu Sep 4 12:04:09 UTC 2014 - mvidner@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-bootloader
|
Name: yast2-bootloader
|
||||||
Version: 3.1.93
|
Version: 3.1.100
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -29,6 +29,7 @@ BuildRequires: yast2 >= 3.1.0
|
|||||||
BuildRequires: yast2-devtools >= 3.1.10
|
BuildRequires: yast2-devtools >= 3.1.10
|
||||||
BuildRequires: yast2-storage
|
BuildRequires: yast2-storage
|
||||||
BuildRequires: rubygem(rspec)
|
BuildRequires: rubygem(rspec)
|
||||||
|
BuildRequires: rubygem(yast-rake)
|
||||||
PreReq: /bin/sed %fillup_prereq
|
PreReq: /bin/sed %fillup_prereq
|
||||||
# Installation::*version variables
|
# Installation::*version variables
|
||||||
# Wizard::SetDialogTitleAndIcon
|
# Wizard::SetDialogTitleAndIcon
|
||||||
@ -91,14 +92,14 @@ provided by yast2-bootloader package.
|
|||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version}
|
%setup -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
|
||||||
%yast_build
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check VERBOSE=1
|
rake test:unit
|
||||||
|
|
||||||
|
%build
|
||||||
|
yardoc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%yast_install
|
rake install DESTDIR="%{buildroot}"
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%{fillup_only -n bootloader}
|
%{fillup_only -n bootloader}
|
||||||
@ -132,6 +133,8 @@ make check VERBOSE=1
|
|||||||
|
|
||||||
%dir %{yast_docdir}
|
%dir %{yast_docdir}
|
||||||
%doc %{yast_docdir}/COPYING
|
%doc %{yast_docdir}/COPYING
|
||||||
|
%doc %{yast_docdir}/README
|
||||||
|
%doc %{yast_docdir}/CONTRIBUTING.md
|
||||||
|
|
||||||
%files devel-doc
|
%files devel-doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user