[packages/rpm] do not add versioned ruby(abi) dep just because package contains .gemspec

glen glen at pld-linux.org
Tue Aug 25 09:54:41 CEST 2015


commit f6637653d1f95a087d1f0c05bac416ea7aed8a1d
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Aug 25 10:54:32 2015 +0300

    do not add versioned ruby(abi) dep just because package contains .gemspec

 rpm.spec    | 2 +-
 rubygems.rb | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/rpm.spec b/rpm.spec
index c78f190..8157c7d 100644
--- 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
diff --git a/rubygems.rb b/rubygems.rb
index b3c4ea9..a3f63aa 100755
--- a/rubygems.rb
+++ b/rubygems.rb
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/f6637653d1f95a087d1f0c05bac416ea7aed8a1d



More information about the pld-cvs-commit mailing list