It seems that files marked as doc are now producing requires and provides, but we didn't scan those files in the past. See: http://svnweb.mageia.org/packages/cauldron/nautilus-python/current/SPECS/nautilus-python.spec?r1=311440&r2=311439&pathrev=311440 I have to use exclude_files_from_autoreq to exclude those files from autoreq.
Assignee: bugsquad => thierry.vignaud
Can you attach a small spec file that would display that behavior on mga3 but not on previous releases?
Keywords: (none) => NEEDINFO
$ cat pytest.spec Name: pytest Summary: pytest Version: 0 Release: %mkrel 0 Group: System/Libraries License: Public Domain %description pytest. %prep cat >pytest.py <<EOF from gi.repository import Gtk EOF %files %doc pytest.py ============================================== Previously in mandriva, it used to produce: $ rpm -qp --requires pytest-0-0mdv2009.0.i586.rpm rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadIsLzma) <= 4.4.6-1 But in mageia 2 (and 3), it produces: $ rpm -qp --requires pytest-0-0.mga2.x86_64.rpm rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 python(abi) python-gi >= 2.90.2 typelib(Gtk) rpmlib(PayloadIsLzma) <= 4.4.6-1
No comments for ever. Obviously there is no need to keep open. Housekeeping wins.
Status: NEW => RESOLVEDCC: (none) => nicResolution: (none) => OLD