The x86_64 architecture needs an extra line:
/usr/lib/python3.3/site-packages --> %{python3_sitelib}
as was pointed out by Silvan.
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
conf/04-rpmbuild-format-unpackaged-filelist.conf
Split the translation rules for the unpackaged files into a common block
('format_unpackaged_file_list_common') and an architecture-specific file
per supported architecture (currently 'i586' and 'x86_64').
This solves the problem of some wrongly filenames reported by autospec
when running on the x86_64 architecture.
The translation rules for Python 2.7 and Python 3 have been updated
to reflect the current support for Python in openmamba.
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>