-------------------------------------------------------------------------
- bnc#1053559 - backward incompatible change in API - modified Grub2::Default#terminal and terminal= to handle multiple values in GRUB_TERMINAL. Former one returns array (was string) of strings since now. Later one expects array of strings as argument, array items are joined into space separated value of the option. - 1.0.0 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/rubygem-cfa_grub2?expand=0&rev=27
This commit is contained in:
parent
fc4ce08ec8
commit
9bf24a309b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d9ce62d205f19edb58150126c35e1d017a34c6d9d62cb64be69eb8b7fc93392e
|
|
||||||
size 8704
|
|
3
cfa_grub2-1.0.0.gem
Normal file
3
cfa_grub2-1.0.0.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:19cd207db2a0c5a03ed970a682b804da990dd4ac074e82af418d915947f81626
|
||||||
|
size 8704
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------------
|
||||||
|
Tue Jul 10 14:35:47 UTC 2018 - mfilka@suse.com
|
||||||
|
|
||||||
|
- bnc#1053559
|
||||||
|
- backward incompatible change in API
|
||||||
|
- modified Grub2::Default#terminal and terminal= to handle multiple
|
||||||
|
values in GRUB_TERMINAL. Former one returns array (was string) of
|
||||||
|
strings since now. Later one expects array of strings as argument,
|
||||||
|
array items are joined into space separated value of the option.
|
||||||
|
- 1.0.0
|
||||||
|
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
Thu Nov 30 14:35:47 UTC 2017 - jreidinger@suse.com
|
Thu Nov 30 14:35:47 UTC 2017 - jreidinger@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-cfa_grub2
|
# spec file for package rubygem-cfa_grub2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rubygem-cfa_grub2
|
Name: rubygem-cfa_grub2
|
||||||
Version: 0.6.5
|
Version: 1.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name cfa_grub2
|
%define mod_name cfa_grub2
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
@ -28,7 +28,7 @@ BuildRequires: ruby-macros >= 5
|
|||||||
Url: http://github.com/config-files-api/config_files_api_grub2
|
Url: http://github.com/config-files-api/config_files_api_grub2
|
||||||
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
||||||
Summary: Models for GRUB2 configuration files
|
Summary: Models for GRUB2 configuration files
|
||||||
License: LGPL-3.0
|
License: LGPL-3.0-only
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user