https://bugzilla.redhat.com/show_bug.cgi?id=1538658 --- Comment #3 from Troy Curtis <troycurtisjr@xxxxxxxxx> --- License file change looks good. The version suffixes are for the corresponding python version. %{python2_version} and %{python3_version} already have the minor version, for instance 2.7, and 3.6. So the move would be: mv %{buildroot}%{_bindir}/anyconfig_cli %{buildroot}%{_bindir}/anyconfig_cli-%{python3_version} Then symlink from the major version only variant: ln -s anyconfig_cli-%{python3_version} %{buildroot}%{_bindir}/anyconfig_cli-3 And for the python2 subpackage, don't copy the executable for the unversioned executable, just add a second symlink: ln -s anyconfig_cli-%{python3_version} %{buildroot}%{_bindir}/anyconfig_cli And then mirror this for the man pages. You can take a look at the python2 and python3 packages to get the idea (though it doesn't use a '-', but for this package you should). -- 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