-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
Description
Currently, Gemfile and Gemfile.lock are lested as two entries:
%{gem_instdir}/Gemfile
%{gem_instdir}/Gemfile.lock
But I usually save some lines and specify just:
%{gem_instdir}/Gemfile*
Which serves the same purpose.
On the other hand, if there is just Gemfile without the .lock file, I'd sill love to have listed just the Gemfile without the wildcard. Although not sure if that is not unnecessary overkill for gem2rpm ;).
Reactions are currently unavailable