[PATCH 6/9] systemd: disable snapfuse system
authorZygmunt Krynicki <me@zygoon.pl>
Thu, 17 Jan 2019 13:51:14 +0000 (15:51 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 10 Jul 2020 18:06:29 +0000 (19:06 +0100)
Upstream snapd uses an elaborate hack to bundle squashfuse under the
name snapfuse, and built as a fake go package. This component is not
available in Debian where bundling elements is not allowed.

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
Gbp-Pq: Name 0006-systemd-disable-snapfuse-system.patch

systemd/systemd.go

index 30037453fb76d4545a6971ce4772b8083c760341..203c6456744d0123221e6c859b46f97814162bdb 100644 (file)
@@ -35,8 +35,6 @@ import (
        "sync/atomic"
        "time"
 
-       _ "github.com/snapcore/squashfuse"
-
        "github.com/snapcore/snapd/dirs"
        "github.com/snapcore/snapd/osutil"
        "github.com/snapcore/snapd/osutil/squashfs"