pvalena / rpms / ruby

Forked from rpms/ruby 6 years ago
Clone

e20662a Make %gemspec_{add,remove}_dep modify .gemspec provided by %setup macro.

2 files Authored by vondruch 5 years ago, Committed by pvalena 5 years ago,
    Make %gemspec_{add,remove}_dep modify .gemspec provided by %setup macro.
    
    The macros need to be udpated, since RPM 4.14+ can expand .gem files and
    also also provide %{gem_name}.gemspec file used to rebuild the gem.
    However, the .gemspec file is not in current directory, but directly in
    %{_builddir}.
    
        
file modified
+2 -2
file modified
+4 -1