DescriptionRemove trailing slashes ("/") in include lines.
Some project whose packaging system is based on RPM
use chromium as a browser.
Modern RPM versions still ship a bug that causes
the "path canonicalization" step to fail if there is
a "trailing" slash ("\") character in a include line.
e.g.:
\#include "path//to/my/header."
^
This is a long standing problem tracked by RedHat in
https://bugzilla.redhat.com/show_bug.cgi?id=304121
Error:
[XXs] /usr/lib/rpm/debugedit: canonicalization unexpectedly shrank by one character
[XXs] error: Bad exit status from /var/tmp/rpm-tmp.dFqmJQ (%install)
Webrtc module has the only instance of a trailing slash in a include
line, and I believe it is harmless to "fix" it.
BUG=nobug
Patch Set 1 #
MessagesTotal messages: 5
|