foreman_bootdisk 22.0.4 → 23.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2953eaa163391d29858def498833920f069bc5565f71ac0e535b173d8965d922
|
4
|
+
data.tar.gz: 6c80849f4cca281f3d4de80758c302a3355915a7f51d7dc6234ed89b8ad7efce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09f1c3d97e04c81cfb630310c5374a53c8596ab6418a912c29163a2b2cc970b992479abc2a37925ef95d1c8d2b7c01c136f092f5562523947f10f0d9dfba788a'
|
7
|
+
data.tar.gz: 6c093377e782eb515e56d61309959f041e7daacb7fa8ed1d472237399c6f96a5ea4fc5d91e782f6e3a1644dc00c67a418e0e38b4a4519fbeeebd88144193496f
|
@@ -133,7 +133,6 @@ module ForemanBootdisk
|
|
133
133
|
File.join(wd, 'build', 'grub-hdd.cfg').to_s => 'GRUB.CFG',
|
134
134
|
File.join(Setting[:bootdisk_grub2_dir], 'grubx64.efi').to_s => 'GRUBX64.EFI',
|
135
135
|
File.join(Setting[:bootdisk_grub2_dir], 'shimx64.efi').to_s => 'BOOTX64.EFI',
|
136
|
-
File.join(Setting[:bootdisk_grub2_dir], 'mmx64.efi').to_s => 'MMX64.EFI',
|
137
136
|
}.each do |src, dest|
|
138
137
|
raise(Foreman::Exception.new(N_('Ensure %{file} is readable (or update "Grub2 directory" setting)'), file: src)) unless File.exist?(src)
|
139
138
|
raise(Foreman::Exception.new(N_('Unable to mcopy %{file}'), file: src)) unless system("mcopy -m -i #{efibootimg} '#{src}' '#{"::/EFI/BOOT/#{dest}"}'")
|
@@ -26,7 +26,7 @@ module ForemanBootdisk
|
|
26
26
|
initializer 'foreman_bootdisk.register_plugin', before: :finisher_hook do |app|
|
27
27
|
app.reloader.to_prepare do
|
28
28
|
Foreman::Plugin.register :foreman_bootdisk do
|
29
|
-
requires_foreman '>= 3.
|
29
|
+
requires_foreman '>= 3.15'
|
30
30
|
# Add Global files for extending foreman-core components and routes
|
31
31
|
register_global_js_file 'global'
|
32
32
|
register_gettext
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import React, { useEffect } from 'react';
|
2
2
|
import { useSelector, useDispatch } from 'react-redux';
|
3
3
|
|
4
|
-
import { DropdownItem, DropdownGroup } from '@patternfly/react-core';
|
4
|
+
import { DropdownItem, DropdownGroup } from '@patternfly/react-core/deprecated';
|
5
5
|
import {
|
6
6
|
BanIcon,
|
7
7
|
BuildIcon,
|
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman_bootdisk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 23.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dominic Cleal
|
8
|
+
autorequire:
|
8
9
|
bindir: bin
|
9
10
|
cert_chain: []
|
10
|
-
date:
|
11
|
+
date: 2025-04-02 00:00:00.000000000 Z
|
11
12
|
dependencies:
|
12
13
|
- !ruby/object:Gem::Dependency
|
13
14
|
name: theforeman-rubocop
|
@@ -148,6 +149,7 @@ homepage: https://github.com/theforeman/foreman_bootdisk
|
|
148
149
|
licenses:
|
149
150
|
- GPL-3.0
|
150
151
|
metadata: {}
|
152
|
+
post_install_message:
|
151
153
|
rdoc_options: []
|
152
154
|
require_paths:
|
153
155
|
- lib
|
@@ -165,7 +167,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
165
167
|
- !ruby/object:Gem::Version
|
166
168
|
version: '0'
|
167
169
|
requirements: []
|
168
|
-
rubygems_version: 3.
|
170
|
+
rubygems_version: 3.5.22
|
171
|
+
signing_key:
|
169
172
|
specification_version: 4
|
170
173
|
summary: Create boot disks to provision hosts with Foreman
|
171
174
|
test_files: []
|