Accepting request 629735 from YaST:Head

- bnc#1053559
  - fixed serial_console= to use new terminal= API
- 1.0.1
-------------------------------------------------------------------------
- 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/request/show/629735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-cfa_grub2?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2018-09-04 20:49:43 +00:00 committed by Git OBS Bridge
commit ec20907089
4 changed files with 24 additions and 6 deletions

View File

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

3
cfa_grub2-1.0.1.gem Normal file
View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------------
Thu Aug 16 11:35:47 UTC 2018 - mfilka@suse.com
- bnc#1053559
- fixed serial_console= to use new terminal= API
- 1.0.1
-------------------------------------------------------------------------
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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: rubygem-cfa_grub2
Version: 0.6.5
Version: 1.0.1
Release: 0
%define mod_name cfa_grub2
%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
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary: Models for GRUB2 configuration files
License: LGPL-3.0
License: LGPL-3.0-only
Group: Development/Languages/Ruby
%description