Commit 50026e5
committed
Workaround redhat-10 possible bug with rpmbuild and check-rpaths related to not allowing absolute RPATH entries
We include RPATH entries of /var/cfengine/lib which should be OK but for some reason check-rpaths-worker flags it as
> 0x0002 ... invalid RPATHs; these are RPATHs which are neither absolute nor relative filenames and can therefore be a SECURITY risk
So setting QA_RPATHS to include this flag changes the ERROR to a WARNING but also prevents check-rpaths from finding RPATH entries that are problematic.
Related bug rpm-software-management/rpm#3982
Ticket: ENT-13016
Changelog: none1 parent abb0e85 commit 50026e5
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
115 | 119 | | |
116 | 120 | | |
117 | 121 | | |
| |||
0 commit comments