app/services/katello/pulp3/api/yum.rb in katello-3.15.3.1 vs app/services/katello/pulp3/api/yum.rb in katello-3.16.0.rc1

- old
+ new

@@ -1,7 +1,6 @@ require "pulpcore_client" -# rubocop:disable ClassLength module Katello module Pulp3 module Api class Yum < Core @@ -21,9 +20,13 @@ PulpRpmClient::RpmRpmDistribution end def self.publication_class PulpRpmClient::RpmRpmPublication + end + + def self.repository_sync_url_class + PulpRpmClient::RpmRepositorySyncURL end def api_client PulpRpmClient::ApiClient.new(smart_proxy.pulp3_configuration(PulpRpmClient::Configuration)) end