]> git.pld-linux.org Git - packages/rpm.git/commitdiff
do not add versioned ruby(abi) dep just because package contains .gemspec auto/th/rpm-5.4.15-22
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Aug 2015 07:54:32 +0000 (10:54 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Aug 2015 07:54:32 +0000 (10:54 +0300)
rpm.spec
rubygems.rb

index c78f19068af468b06e6d07e1f006dfc2e3194ca8..8157c7db627ade0af1e3b88cfec59325f426523c 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -51,7 +51,7 @@ Summary(ru.UTF-8):    Менеджер пакетов от RPM
 Summary(uk.UTF-8):     Менеджер пакетів від RPM
 Name:          rpm
 Version:       5.4.15
-Release:       21
+Release:       22
 License:       LGPL v2.1
 Group:         Base
 # http://rpm5.org/files/rpm/rpm-5.4/rpm-5.4.15-0.20140824.src.rpm
index b3c4ea977134b54a8dfe7a7885adcdcc6ef28c8e..a3f63aaf3f112b303544b22ba2ec3984078d1b01 100755 (executable)
@@ -47,7 +47,6 @@ for path in $stdin.readlines
      abi_provide = true
      ruby_versioned = true
   elsif path.match(specpatt)
-    ruby_versioned = true
     gems.push(path.chomp)
   # this is quite ugly and lame, but the assumption made is that if any files
   # found in any of these directories specific to this ruby version, the
This page took 0.038852 seconds and 4 git commands to generate.