Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc backports (5.0-edge) #222

Merged
merged 2 commits into from
Dec 4, 2023

Conversation

simondeziel
Copy link
Member

Cherry-picks of:
#214
#221

With the move from fuse to fuse3, the package content changed:

from fuse:

  /bin/fusermount (binary)

to fuse3:

  /bin/fusermount -> fusermount (compat symlink)
  /bin/fusermount3 (binary)

However, the snapcraft.yaml wasn't updated accordingly meaning
that we only shipped the (broken) symlink:

  $ ll /snap/lxd/current/bin/fusermount*
  lrwxrwxrwx 1 root root 11 Mar 23  2022 /snap/lxd/current/bin/fusermount -> fusermount3

Signed-off-by: Simon Deziel <[email protected]>
@simondeziel simondeziel force-pushed the misc-backports-5.0-edge branch 2 times, most recently from 9ac7aad to 481288a Compare December 4, 2023 02:43
@simondeziel simondeziel force-pushed the misc-backports-5.0-edge branch from 481288a to 03fd74a Compare December 4, 2023 02:49
@tomponline
Copy link
Member

@simondeziel did you complete a successful local build of the snap before I merge?

@tomponline tomponline merged commit af876d7 into canonical:5.0-edge Dec 4, 2023
1 check passed
@simondeziel simondeziel deleted the misc-backports-5.0-edge branch December 4, 2023 15:04
@simondeziel
Copy link
Member Author

@tomponline yes I did test this one too, sorry for the late response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants