rclone after upgrading from leap15.0 to leap15.1

Just to tell you that I have recently upgraded from leap15.0 to leap15.1 and the process goes very smooth. I only noticed a problem when trying to run rclone the first time, as it says permission denied. I verified that the binary had wrong permissions:

-rwxr-xr-- 1 root root 36265184 Jun 13 2019 /usr/bin/rclone

I changed this from root with:

chmod o+x /usr/bin/rclone

-rwxr-xr-x 1 root root 36265184 Jun 13 2019 /usr/bin/rclone

not sure why permission was wrong after the upgrade, but it seems now it is working.
Thanks so much for this new release of leap.

I just installed rclone and indeed the x-permission for others is not set.

When you think that it is a tool also for execution by “normal” users, then this is a bug.
In that case, please file a bug report at https://bugzilla.opensuse.org/index.cgi (same username/passwd as here).

And for the ease of others, then please post the link to the report in a post here.

Ok, thanks.
It appears someone else already reported the bug.
Here it is the link I found:

1140423 – wrong permissions for rclone binary

It is always nice to know you are not the only one. :wink:

You may add there a comment that it did work correctly in 15.0. People always are more kind of repairing regressions IMHO.