Skip to content

Commit 85d755d

Browse files
committed
Expand disable of check-rpaths and la file removal to all RPM-based platforms
This was tripping for el builds as well.
1 parent ac76991 commit 85d755d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/configs/projects/openbolt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
proj.directory proj.link_bindir
7777

7878
# rubocop:disable Style/RedundantStringEscape, Style/FormatStringToken
79-
if platform.is_fedora?
79+
if platform.is_rpm?
8080
proj.package_override("# Disable check-rpaths since /opt/* is not a valid path\n%global __brp_check_rpaths \%{nil}")
8181
proj.package_override("# Disable the removal of la files, they are still required\n%global __brp_remove_la_files \%{nil}")
8282
end

0 commit comments

Comments
 (0)