- Add support for password in GRUB2 (FATE#315404)

- restructure details dialog in GRUB2 to have better UX
- fix crash of GRUB2 module
- 3.1.6

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=359
This commit is contained in:
YaST Team Bot 2014-02-27 15:14:05 +00:00 committed by Git OBS Bridge
parent 53f9423c55
commit 20cedf4835
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19d0ee136bdd027aed5badf24a254f4248f9057461ce7790817ec859cdbc5070
size 350635

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a8d6e20457793d38a563d34a1c05cae580958951df9f65e077387b45c7c9f74
size 353410

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Feb 27 08:32:24 UTC 2014 - jreidinger@suse.com
- Add support for password in GRUB2 (FATE#315404)
- restructure details dialog in GRUB2 to have better UX
- fix crash of GRUB2 module
- 3.1.6
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 12 10:18:39 UTC 2014 - jreidinger@suse.com Wed Feb 12 10:18:39 UTC 2014 - jreidinger@suse.com

View File

@ -17,12 +17,13 @@
Name: yast2-bootloader Name: yast2-bootloader
Version: 3.1.5 Version: 3.1.6
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
BuildRequires: rubygem-rspec
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: yast2 >= 3.1.0 BuildRequires: yast2 >= 3.1.0
BuildRequires: yast2-devtools >= 3.1.10 BuildRequires: yast2-devtools >= 3.1.10
@ -91,6 +92,9 @@ provided by yast2-bootloader package.
%build %build
%yast_build %yast_build
%check
make check VERBOSE=1
%install %install
%yast_install %yast_install