Accepting request 224119 from YaST:Head

submit new version 3.1.6

OBS-URL: https://build.opensuse.org/request/show/224119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-bootloader?expand=0&rev=160
This commit is contained in:
Stephan Kulow 2014-03-01 13:38:21 +00:00 committed by Git OBS Bridge
commit 0d3c2078e2
4 changed files with 19 additions and 5 deletions

View File

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

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,13 +17,15 @@
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-devtools >= 3.1.10 BuildRequires: yast2-devtools >= 3.1.10
PreReq: /bin/sed %fillup_prereq PreReq: /bin/sed %fillup_prereq
# Installation::*version variables # Installation::*version variables
@ -31,7 +33,7 @@ PreReq: /bin/sed %fillup_prereq
Requires: parted Requires: parted
Requires: perl-Bootloader-YAML Requires: perl-Bootloader-YAML
Requires: perl-Compress-Zlib Requires: perl-Compress-Zlib
Requires: yast2 >= 2.21.22 Requires: yast2 >= 3.1.0
Requires: yast2-core >= 2.18.7 Requires: yast2-core >= 2.18.7
Requires: yast2-packager >= 2.17.24 Requires: yast2-packager >= 2.17.24
Requires: yast2-pkg-bindings >= 2.17.25 Requires: yast2-pkg-bindings >= 2.17.25
@ -90,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
@ -125,6 +130,7 @@ provided by yast2-bootloader package.
%dir %{yast_schemadir}/autoyast %dir %{yast_schemadir}/autoyast
%dir %{yast_schemadir}/autoyast/rnc %dir %{yast_schemadir}/autoyast/rnc
%{yast_schemadir}/autoyast/rnc/bootloader.rnc %{yast_schemadir}/autoyast/rnc/bootloader.rnc
%{yast_libdir}/bootloader
%dir %{yast_docdir} %dir %{yast_docdir}
%doc %{yast_docdir}/COPYING %doc %{yast_docdir}/COPYING