The original overrides were architecture specific, which was wrong.
Now that python 3.5 is being built, some new overrides apply to
them as well.
# These are apparently false-positives
# Inspection of the build logs shows that these are indeed compiled with
# -D_FORTIFY_SOURCE=2
-hardening-no-fortify-functions usr/lib/python3/dist-packages/pysam/TabProxies.cpython-34m-x86_64-linux-gnu.so
-hardening-no-fortify-functions usr/lib/python3/dist-packages/pysam/calignmentfile.cpython-34m-x86_64-linux-gnu.so
-hardening-no-fortify-functions usr/lib/python3/dist-packages/pysam/ctabix.cpython-34m-x86_64-linux-gnu.so
+hardening-no-fortify-functions usr/lib/python3/dist-packages/pysam/TabProxies.cpython-3*
+hardening-no-fortify-functions usr/lib/python3/dist-packages/pysam/calignmentfile.cpython-3*
+hardening-no-fortify-functions usr/lib/python3/dist-packages/pysam/ctabix.cpython-3*