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: d3858e769f34f6ba3dee6ec49580e170d15e14842712adec898712a9cd838f4d
4
- data.tar.gz: 9d9d61ce4c72fe8832dec9ebe71150af550fc205e3b9ab786b86712bea5f7bb3
3
+ metadata.gz: f0dd84575d5ad4d4006d49d53c0fc6a82826a9a886b4269a9cd00db0c846cfe5
4
+ data.tar.gz: 9f2e38c2ac0a3236a0c94f445b46ed881d52fdfee685013c75051bc8de809658
5
5
  SHA512:
6
- metadata.gz: 684796e979b40fed3ffd326af42ceb7ba86b95c5dc66d54b827093abba8a8df07d805fe2ab098b0e69e028186d6a39ce9473e744d440ade103258c4f39f9d96c
7
- data.tar.gz: b61cb917b524dfe9368c16b615b8cb93dfa519893090c186865b43d4befb6442dff749435247ffe6148eed231b1fec163cb2af3ffc00d6c0b6dddf78cc10ff57
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 ..."
@@ -1,3 +1,3 @@
1
1
  module ForemanRemoteExecution
2
- VERSION = '10.1.1'.freeze
2
+ VERSION = '10.1.2'.freeze
3
3
  end
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.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-14 00:00:00.000000000 Z
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.