https://bugzilla.redhat.com/show_bug.cgi?id=1018492
--- Comment #4 from Dridi Boukelmoune <[email protected]> --- This is weird, on my f19 machine %doc adds _pkgdocdir and its contents to the file listing. This includes files from the %doc macro, and files installed from make. If I patch the spec: %files %defattr(-, root, root, -) %doc LICENSE CONTRIBUTORS changelog +%{_docdir}/%{name}-%{version} %{_bindir}/%{name} %{_mandir}/man*/%{name}* %{_datadir}/zsh/ I get the following warnings: warning: File listed twice: /usr/share/doc/vcsh-1.20130909 warning: File listed twice: /usr/share/doc/vcsh-1.20130909/README.md warning: File listed twice: /usr/share/doc/vcsh-1.20130909/hooks -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
