https://bugzilla.redhat.com/show_bug.cgi?id=1019603 Michal Minar <miminar@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(miminar@xxxxxxxxx | |m) | --- Comment #2 from Michal Minar <miminar@xxxxxxxxxx> --- Actually this is a bug in openlmi-tools. Their setup.py script has wrong entry in install_requires list. It contains 'lmi' instead of 'openlmi'. Since openlmi-scripts depend on them and all dependencies are checked recursively, it issues this error ('lmi' is not a valid name of any python egg). It's already fixed in upstream. We just have to wait for a release, Until then the /usr/lib/python2.7/site-packages/openlmi_tools-0.7-py2.7.egg-info/requires.txt file needs to be modified to contain 'openlmi' instead of 'lmi'. Regarding the %config(noreplace), I've just wanted to avoid rpmlint warning. And I've checked with other packages providing completion files. Some of them do declare these files as configs and others not. I agree with you, that marking them as configs is weird. I'll remove those macros. Thanks for review! I'm gonna fix those issues later today. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review