You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That error message is a bit obtuse, but it goes away if I rename the file to __init__.py. My guess is that rpmlint knows that a __init__.py file can be empty, but doesn't expect other files to be so it throws the error because of the non-standard name.
From what I can tell the entrypoints to the program are the scripts created in /usr/bin, so it's unnecessary to use shebang lines in these files. Like the other error, I can resolve the error by adjusting the files during the RPM build.
Would these adjustments make sense to make here in this git repo? It's not strictly required because I can just keep the adjustments in the RPM spec file, but to me they seem practical enough for everyone.
Kalamine has official DEB packages (Debian and Ubuntu); RPM packages would be nice to see as well.
The first step would be to make a Fedora package:
https://docs.fedoraproject.org/en-US/package-maintainers/Package_Review_Process/
Then an EPEL package, to make it available to RHEL-like plstforms:
https://docs.fedoraproject.org/en-US/epel/epel-package-request/
@carlwgeorge, your help will be appreciated here! :-)
The text was updated successfully, but these errors were encountered: