There's a problem in /bin/fillup, where it sometimes doesn't parse multiline strings properly in sysconfig files. This results in
corruption of /etc/sysconfig/prometheus-node_exporter when the golang-github-prometheus-node_exporter package is updated. We can work around this by putting all the arguments on one line. See https://bugzilla.opensuse.org/show_bug.cgi?id=1153280 and https://github.com/openSUSE/fillup/issues/1 for the underyling issue.
There's a problem in /bin/fillup, where it sometimes doesn't parse multiline strings properly in sysconfig files. This results in corruption of /etc/sysconfig/prometheus-node_exporter when the golang-github-prometheus-node_exporter package is updated. We can work around this by putting all the arguments on one line. See https://bugzilla.opensuse.org/show_bug.cgi?id=1153280 and https://github.com/openSUSE/fillup/issues/1 for the underyling issue.
Fixes: https://bugzilla.suse.com/show_bug.cgi?id=1188486 Signed-off-by: Tim Serong tserong@suse.com