We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac76991 commit 85d755dCopy full SHA for 85d755d
1 file changed
packaging/configs/projects/openbolt.rb
@@ -76,7 +76,7 @@
76
proj.directory proj.link_bindir
77
78
# rubocop:disable Style/RedundantStringEscape, Style/FormatStringToken
79
- if platform.is_fedora?
+ if platform.is_rpm?
80
proj.package_override("# Disable check-rpaths since /opt/* is not a valid path\n%global __brp_check_rpaths \%{nil}")
81
proj.package_override("# Disable the removal of la files, they are still required\n%global __brp_remove_la_files \%{nil}")
82
end
0 commit comments