Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.3:Staging:E
rubygem-gem2rpm
0008-dont-allow-suffixes-with-just-a-plain-numb...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0008-dont-allow-suffixes-with-just-a-plain-number.-prefix.patch of Package rubygem-gem2rpm
From 078c5914e4374ee4fec369f188eb89876e09aad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20R=C3=BCckert?= <mrueckert@suse.de> Date: Wed, 17 Sep 2014 16:50:21 +0200 Subject: [PATCH 8/8] dont allow suffixes with just a plain number. prefix them with ruby. --- templates/sles12.gem_packages.spec.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/sles12.gem_packages.spec.erb b/templates/sles12.gem_packages.spec.erb index 5b02f2c..63078ef 100644 --- a/templates/sles12.gem_packages.spec.erb +++ b/templates/sles12.gem_packages.spec.erb @@ -49,6 +49,9 @@ rb_suffix = RbConfig::CONFIG['ruby_install_name'].gsub(/^ruby/, '') rb_pkgname = RbConfig::CONFIG['ruby_install_name'].gsub(/^ruby\./, '') + if rb_suffix =~ /\d+\.\d+/ + rb_suffix = '.ruby' + rb_suffix + end pkg_basename = rb_pkgname + '-rubygem-' + spec.name mod_full_name = "#{spec.name}-#{spec.version}" -- 2.1.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor