systemd: disable snapfuse system
authorZygmunt Krynicki <me@zygoon.pl>
Thu, 17 Jan 2019 13:51:14 +0000 (15:51 +0200)
committerMichael Hudson-Doyle <mwhudson@debian.org>
Thu, 7 Feb 2019 08:26:34 +0000 (08:26 +0000)
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 f1863732a15cf95fdda54afd163e1c8198c1f6f7..d4e09a9a08786b544bb366fcf57ffcdd488ccc54 100644 (file)
@@ -33,8 +33,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"