https://bugzilla.redhat.com/show_bug.cgi?id=1361687 Randy Barlow <randy@xxxxxxxxxxxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(limburgher@gmail. | |com) --- Comment #8 from Randy Barlow <randy@xxxxxxxxxxxxxxxxxxxxx> --- Hello again Jon, It's closer, but the isort2 and isort3 executable names are still missing the -'s. They should be isort-2 and isort-3. Here's what the current spec builds: $ ls rpms-unpacked/python2-isort-4.2.5-3.fc26.noarch.rpm/usr/bin/ -l total 4 lrwxrwxrwx. 1 rbarlow rbarlow 18 Aug 9 16:18 isort -> /usr/bin/isort-2.7 lrwxrwxrwx. 1 rbarlow rbarlow 18 Aug 9 16:18 isort2 -> /usr/bin/isort-2.7 -rwxr-xr-x. 1 rbarlow rbarlow 292 Aug 9 16:17 isort-2.7 $ ls rpms-unpacked/python3-isort-4.2.5-3.fc26.noarch.rpm/usr/bin/ -l total 4 lrwxrwxrwx. 1 rbarlow rbarlow 18 Aug 9 16:18 isort3 -> /usr/bin/isort-3.5 -rwxr-xr-x. 1 rbarlow rbarlow 292 Aug 9 16:17 isort-3.5 All you need to do is to change isort2 to isort-2, and isort3 to isort-3. That should do the trick! -- 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 https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx