a5edb94472
- added binary_map.patch: add way to avoid conflicts with non rubygems packages in /usr/bin - added template_loader.patch (boo#1092585) OBS-URL: https://build.opensuse.org/request/show/617125 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/rubygem-gem2rpm?expand=0&rev=28
13 lines
488 B
Diff
13 lines
488 B
Diff
diff --git a/templates/gem_packages.spec.erb b/templates/gem_packages.spec.erb
|
|
index 6add6a7..4119bdf 100644
|
|
--- a/templates/gem_packages.spec.erb
|
|
+++ b/templates/gem_packages.spec.erb
|
|
@@ -93,6 +93,7 @@ Group: Development/Languages/Ruby
|
|
<% unless spec.executables.empty? -%>
|
|
PreReq: update-alternatives
|
|
<% end -%>
|
|
+Enhances: <%= rb_pkgname %>
|
|
|
|
%description -n <%= pkg_basename %><%= config[:version_suffix] %>
|
|
<%= config[:description] or spec.description -%>
|