In particular, don't match and convert filenames such as
"/lib64/rtkaio/librt.so.1" but dump those out directly as
dependencies (there is only one such file dependency in Rawhide).
Note the following important comment in the updated script:
<quote>
Note this script is *ONLY* applicable to Fedora 17+ (ie. with UsrMove)
since we now assume that /usr/lib{,64} and /lib{,64} are the same
directory and hence that:
Requires: libfoo.so.1 <=> /usr/lib/libfoo.so.1 exists
Requires: libfoo.so.1()(64bit) <=> /usr/lib64/libfoo.so.1 exists
</quote>