foreman_remote_execution 10.1.1 → 10.1.2
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: f0dd84575d5ad4d4006d49d53c0fc6a82826a9a886b4269a9cd00db0c846cfe5
|
|
4
|
+
data.tar.gz: 9f2e38c2ac0a3236a0c94f445b46ed881d52fdfee685013c75051bc8de809658
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a327205fab5560a3ad990690836319b6177aed752ed0318222ca37419a00416db96da5e7b6735da71b1a37620f607c4b96204e8ccfb20be7cbaf30379236d81
|
|
7
|
+
data.tar.gz: 96c0700fcfe6c5b46b72f1af95e0bdcf62ed322c8fdca9155f11bc3172dd756ab5e1915cfcb111bfd301372f13bca30cb51ccb81577c87ad68080ebe3ea113ec
|
|
@@ -31,6 +31,9 @@ export CONVERT2RHEL_DISABLE_TELEMETRY=1
|
|
|
31
31
|
|
|
32
32
|
/usr/bin/convert2rhel analyze -y
|
|
33
33
|
|
|
34
|
+
# Workaround for https://issues.redhat.com/browse/RHELC-1280
|
|
35
|
+
subscription-manager facts --update
|
|
36
|
+
|
|
34
37
|
if grep -q ERROR /var/log/convert2rhel/convert2rhel-pre-conversion.json; then
|
|
35
38
|
echo "Error: Some error(s) have been found."
|
|
36
39
|
echo "Exiting ..."
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman_remote_execution
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 10.1.
|
|
4
|
+
version: 10.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Foreman Remote Execution team
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-12-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: deface
|
|
@@ -563,7 +563,7 @@ homepage: https://github.com/theforeman/foreman_remote_execution
|
|
|
563
563
|
licenses:
|
|
564
564
|
- GPL-3.0
|
|
565
565
|
metadata: {}
|
|
566
|
-
post_install_message:
|
|
566
|
+
post_install_message:
|
|
567
567
|
rdoc_options: []
|
|
568
568
|
require_paths:
|
|
569
569
|
- lib
|
|
@@ -579,7 +579,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
579
579
|
version: '0'
|
|
580
580
|
requirements: []
|
|
581
581
|
rubygems_version: 3.1.6
|
|
582
|
-
signing_key:
|
|
582
|
+
signing_key:
|
|
583
583
|
specification_version: 4
|
|
584
584
|
summary: A plugin bringing remote execution to the Foreman, completing the config
|
|
585
585
|
management functionality with remote management functionality.
|