https://bugzilla.redhat.com/show_bug.cgi?id=2512679
--- Comment #11 from Neal Gompa <[email protected]> --- > # To generate this list, go into %%{buildroot}%%{chromium_path} and run > # for i in `find . -name "*.so" | sort`; do NAME=`basename -s .so $i`; printf > "$NAME|"; done > # for RHEL7, append libfontconfig to the end > # make sure there is not a trailing | at the end of the list > # We always filter provides. We only filter Requires when building shared. > %global __provides_exclude_from > ^(%{chromium_path}/.*\\.so|%{chromium_path}/.*\\.so.*)$ > %global __requires_exclude > ^(%{chromium_path}/.*\\.so|%{chromium_path}/.*\\.so.*)$ This needs to be updated to use "%{electron_path}". Nothing is installed in %chromium_path and it's otherwise unused. > ## ELECTRON: overlay source (extracted on top of Chromium in %prep) > [...] > # RPM macros for building electron native module packages (installed in > %install) You either need to escape the macros or use %dnl instead for the comment lines. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2512679 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202512679%23c11 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
