https://bugzilla.redhat.com/show_bug.cgi?id=2132956 --- Comment #5 from Evgeni Golov <egolov@xxxxxxxxxx> --- % cat /usr/share/vagrant/gems/specifications/vagrant-scp-0.5.9.gemspec # -*- encoding: utf-8 -*- # stub: vagrant-scp 0.5.9 ruby lib Gem::Specification.new do |s| s.name = "vagrant-scp".freeze s.version = "0.5.9" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Luca Invernizzi".freeze] s.date = "2021-11-08" s.description = "Copy files to a Vagrant VM via SCP.".freeze s.email = ["invernizzi.l@xxxxxxxxx".freeze] s.homepage = "https://github.com/invernizzi/vagrant-scp".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.3.22".freeze s.summary = "Copy files to a Vagrant VM via SCP.".freeze s.installed_by_version = "3.3.22" if s.respond_to? :installed_by_version if s.respond_to? :specification_version then s.specification_version = 4 end if s.respond_to? :add_runtime_dependency then s.add_development_dependency(%q<bundler>.freeze, [">= 2.2.10"]) s.add_development_dependency(%q<rake>.freeze, [">= 12.3.3"]) s.add_runtime_dependency(%q<log4r>.freeze, ["~> 1.1"]) s.add_runtime_dependency(%q<net-scp>.freeze, [">= 1.1"]) else s.add_dependency(%q<bundler>.freeze, [">= 2.2.10"]) s.add_dependency(%q<rake>.freeze, [">= 12.3.3"]) s.add_dependency(%q<log4r>.freeze, ["~> 1.1"]) s.add_dependency(%q<net-scp>.freeze, [">= 1.1"]) end end % cat /usr/share/vagrant/gems/gems/vagrant-scp-0.5.9/vagrant-scp.gemspec # coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'vagrant/scp/version' Gem::Specification.new do |spec| spec.name = "vagrant-scp" spec.version = Vagrant::Scp::VERSION spec.authors = ["Luca Invernizzi"] spec.email = ["invernizzi.l@xxxxxxxxx"] spec.description = 'Copy files to a Vagrant VM via SCP.' spec.summary = 'Copy files to a Vagrant VM via SCP.' spec.homepage = "https://github.com/invernizzi/vagrant-scp" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", ">= 2.2.10" spec.add_development_dependency "rake", ">= 12.3.3" spec.add_runtime_dependency 'log4r', "~> 1.1" spec.add_runtime_dependency 'net-scp', ">= 1.1" end They are different, indeed (even tho the result should be identical?) -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2132956 _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue