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
The following rpmlint errors are identified in 1.5.4 release:
tendrl-gluster-integration.noarch: E: zero-length /usr/lib/python2.7/site-packages/tendrl/gluster_integration/objects/base_object.py
tendrl-gluster-integration.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/tendrl/gluster_integration/sds_sync/vol_utilization.py 644 /usr/bin/python
Though most of the issues looks simple and harmless, we can not simply remove the file to fix rpmlint errors or we can not add shebang or remove executable permission or simply change the file permission at this point. It may affect the functionality of the program. We can do it slowly in a separate branch.
The following rpmlint errors are identified in 1.5.4 release:
tendrl-gluster-integration.noarch: E: zero-length /usr/lib/python2.7/site-packages/tendrl/gluster_integration/objects/base_object.py
tendrl-gluster-integration.noarch: E: non-executable-script /usr/lib/python2.7/site-packages/tendrl/gluster_integration/sds_sync/vol_utilization.py 644 /usr/bin/python
tendrl-gluster-integration.noarch: W: incoherent-version-in-changelog 1.5.4-1 ['1.5.4-1.el7.centos', '1.5.4-1.centos']
tendrl-gluster-integration.noarch: W: non-etc-or-var-file-marked-as-conffile /usr/share/tendrl/gluster-integration/gluster-integration.conf.yaml
tendrl-gluster-integration.noarch: W: conffile-without-noreplace-flag /usr/share/tendrl/gluster-integration/gluster-integration.conf.yaml
tendrl-gluster-integration.noarch: W: no-manual-page-for-binary tendrl-gluster-vol-utilization
tendrl-gluster-integration.noarch: W: no-manual-page-for-binary tendrl-gluster-integration
Do we need this file: /usr/lib/python2.7/site-packages/tendrl/gluster_integration/objects/base_object.py which is empty
File: tendrl/gluster_integration/sds_sync/vol_utilization.py is it an executable file? If not we can remove shebang
The text was updated successfully, but these errors were encountered: