katello 3.18.0.rc2 → 3.18.0.rc2.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31984263518369ed740c74cc962e0a3726d173f56f39beeff760737391520ba5
4
- data.tar.gz: 87110c33c153b8dbb60062382e4afbe36e72ce826b4655fc64bdce3adf639e2f
3
+ metadata.gz: c2182a0ddbcf1ed53431397c9729009032f564090946f26a9c6bd96f12868463
4
+ data.tar.gz: 835ca2d71f939a363bdae02f2fb96d873d605d066ca79ed9a2c0fe05fab35614
5
5
  SHA512:
6
- metadata.gz: e34e20b1885f1e552101ed27f9a002844ef460213fe6f0b57efb507bae174a84fd1dc04c6b9bd9caac5af2a81c88e60dddd7e135c236e5f8a4bd3b022620596c
7
- data.tar.gz: f33c6fd1f711801f238631c3eda95c5d3c2c2305b5f1a6c4de8c15226d5c6cf717e2827a5552723b2d84edf427ee890c7c933c4d8d632686b5e68a2ba5dba230
6
+ metadata.gz: bf9f57c0b833cab0e045286423e25971c652495317aa5acce6e13e99778e802dfac5504928eafda49f58d264b6410738f7c06032323e99a751b0b1c386d55725
7
+ data.tar.gz: c87c2c678c0c5167b9e743b4b83c1bbdbf89d6649c4635a93e923f37ca2b516afd60839389e52a9164e395cf98d3dfc358b144ac72f20aca74f667f6f40da0ef
@@ -39,7 +39,7 @@ module Actions
39
39
  Rails.logger.warn("Host with ID %s has no content facet, continuing" % host_id)
40
40
  else
41
41
  begin
42
- unless SmartProxy.pulp_primary&.pulp3_repository_type_support?(::Katello::Repository::YUM_TYPE)
42
+ if SmartProxy.pulp_primary&.has_feature?(SmartProxy::PULP_FEATURE)
43
43
  ::Katello::Pulp::Consumer.new(host.content_facet.uuid).upload_package_profile(profile)
44
44
  end
45
45
  simple_packages = profile.map { |item| ::Katello::Pulp::SimplePackage.new(item) }
@@ -60,7 +60,7 @@ module Actions
60
60
 
61
61
  module_stream_profile = updated_profiles + unassociated_profiles
62
62
 
63
- unless SmartProxy.pulp_primary&.pulp3_repository_type_support?(::Katello::Repository::YUM_TYPE)
63
+ if SmartProxy.pulp_primary&.has_feature?(SmartProxy::PULP_FEATURE)
64
64
  unless module_stream_profile.empty?
65
65
  begin
66
66
  ::Katello::Pulp::Consumer.new(host.content_facet.uuid).
@@ -1,3 +1,3 @@
1
1
  module Katello
2
- VERSION = "3.18.0.rc2".freeze
2
+ VERSION = "3.18.0.rc2.1".freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: katello
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.18.0.rc2
4
+ version: 3.18.0.rc2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - N/A
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-18 00:00:00.000000000 Z
11
+ date: 2020-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails