]> git.pld-linux.org Git - packages/rpm.git/blob - rubyprov-abi-versioned.patch
- added rpm-double_check_unpackaged_subdirs patch (do a strict check when Bloom filte...
[packages/rpm.git] / rubyprov-abi-versioned.patch
1 --- rpm-5.4.10/scripts/rubygems.rb~     2013-04-26 00:58:58.622064212 +0300
2 +++ rpm-5.4.10/scripts/rubygems.rb      2013-04-26 11:42:07.842839682 +0300
3 @@ -39,8 +39,9 @@
4    # way fugly, but we make the assumption that if the package has
5    # this file, the package is the current ruby version, and should
6    # therefore provide ruby(abi) = version
7    if provides and path.match(RbConfig::CONFIG["archdir"] + "/rbconfig.rb")
8       abi_provide = true
9 +     ruby_versioned = true
10    elsif path.match(specpatt)
11      ruby_versioned = true
12      gems.push(path.chomp)
This page took 0.024657 seconds and 3 git commands to generate.