Closed brucellino closed 5 years ago
The code in question is in the spec:
%post
if [ ! -f /var/cache/glite/top-urls.conf ]; then
/usr/bin/glite-info-update-endpoints -c /etc/glite/glite-info-update-endpoints.conf > /var/log/glite/glite-info-update-endpoints.log 2>&1
fi
The update script is dying with exit 1. Very likely a known problem.
Error is
2018-11-27 15:22:55,069 ERROR Missing parameter 'manual_file' in the configuration file /etc/glite/glite-info-update-endpoints.conf.
probably just need to add it.
Please check #17 @brucellino
Maybe worth to release a fix now, this would probably not impact updates that will already have a conf file, but thay may cause troubles for new installations
thanks @gwarf ! Closing this duplicate then. Will discuss it in #17
Installation fails with
%post(glite-info-update-endpoints-3.0.0-1.el7.noarch) scriptlet failed, exit status 1