On 05/23/2013 09:51 PM, Sandro Mani wrote:

and apparently also not at updates and also not by "yum reinstall"
which leaves no clean way to get rid if it and additionally
i am not sure if "tsflags=nodocs" also avoids /usr/share/man
and not only /usr/share/doc

No it does not avoid man, but you could mount a null-filesystem such as
[1] to /usr/share/man ;)

Yum's tsflags=nodocs aka rpm's --excludedocs applies to all files flagged as documentation (try 'rpm -qd <package>' to see them), this happens automatically for man pages as long as they live in normal paths. For example:

[pmatilai@mursu ~]$ rpm -qd telnet
/usr/share/doc/telnet-0.17/README
/usr/share/man/man1/telnet.1.gz
[pmatilai@mursu ~]$

        - Panu -
--
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to