https://bugzilla.redhat.com/show_bug.cgi?id=1451066 --- Comment #5 from Dick Marinus <dick@xxxxxxx> --- Hmm not that I really mind but when I run: dnf list 'python*_*' I get 102 python packages with an underscore. As far as I know a Python RPM is named like: python3-cli-helpers-1.8.1-4.fc25.noarch.rpm python<python-version>-<package-name>-<version>-<release><dist>.<arch>.rpm Now I think an underscore might be a better separator because rpm filenames are split by a minus (-) and dot (.). If I remember correctly subpackages are also separated by a minus sign as default. So an user might expect python3-cli-helpers is a subpackage of python3-cli (which doesn't exist). But, again, I don't really mind, if you think python3-cli-helpers is better, no problem. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx