22 lines
734 B
YAML
22 lines
734 B
YAML
badfuncs:
|
|
# Ruby implements the functionality for compatibility.
|
|
# Modern counterparts are also available and preferred.
|
|
allowed:
|
|
'/usr/lib*/ruby*/socket.so':
|
|
- gethostbyaddr
|
|
- gethostbyname
|
|
|
|
patches:
|
|
# These patches are applied manually with the `patch` binary.
|
|
# The contents are unpacked with Ruby itself in %build.
|
|
# %build does not have %patch macros available for use.
|
|
ignore_list:
|
|
- rubygem-pg-1.3.0-remove-rpath.patch
|
|
- rubygem-mysql2-0.5.7-Disable-RPATH-completely-in-extconf.rb.patch
|
|
|
|
rpmdeps:
|
|
ignore:
|
|
# The package will be pulled in transitively. Ruby takes care for the
|
|
# ABI compatibility in specific major.minor solib version.
|
|
requires: ^libruby.*\.so.*\(\)\(64bit\)$
|