pam_mapi was identified as a package possibly needing maintainer attention due to the F-20 unversioned doc dir change. The identification is not foolproof, it is basically this grep: grep -E "(/doc|_docdir|_defaultdocdir).+version" *.spec Please review your package and make the appropriate changes, if any. A good starting point is checking the lines output by the above grep for your specfile. For the vast majority of packages, after the changes, the expected outcome is that documentation dirs in /usr/share/doc should no longer contain the package version. More information and tips: https://fedoraproject.org/wiki/Changes/UnversionedDocdirs http://thread.gmane.org/gmane.linux.redhat.fedora.devel/183942/focus=183943 http://thread.gmane.org/gmane.linux.redhat.fedora.devel/183942/focus=183973
Ville, which macro can be used across old and new behaviour? From what I get, %_docdir_fmt can not be used directly in *.spec files. Is known how RHEL 7 is going to behave regarding this? Will they also switch?
(In reply to Robert Scheck from comment #1) > Ville, which macro can be used across old and new behaviour? See first link in the initial comment, and the "Detailed Description" section in it. I'd imagine if you use plain %doc or %{_pkgdocdir} as suggested, you don't need to know what EL7 is going to do (I don't).
Sorry, did not recognize the new %{_pkgdocdir} macro.