You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
642 B
12 lines
642 B
--- rubygems.con 2024-09-03 03:00:00.000000000 +0300
|
|
+++ ../SOURCES/rubygems.con 2024-10-23 18:41:42.237238860 +0300
|
|
@@ -22,7 +22,7 @@ module RubyGemsReq
|
|
def self.gem_dependencies(specification)
|
|
specification.runtime_dependencies.each do |dependency|
|
|
conflict_strings = Helpers::requirement_versions_to_rpm(dependency.requirement).map do |requirement|
|
|
- requirement_string = "rubygem(#{dependency.name}) #{requirement}"
|
|
+ requirement_string = "alt-brepo-ruby33-rubygem(#{dependency.name}) #{requirement}"
|
|
end
|
|
if conflict_strings.length > 0
|
|
conflict_string = conflict_strings.join(' with ')
|