[PATCH 1/9] cmd/snap-seccomp: use upstream seccomp package
authorZygmunt Krynicki <me@zygoon.pl>
Thu, 17 Jan 2019 13:48:46 +0000 (15:48 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 10 Jul 2020 18:06:29 +0000 (19:06 +0100)
commit40b1cd0f4f526034a138c699a2df15e38d366a3f
tree1c9931036307ad4747893df8480b4af74c00c94c
parent5b3283a322e1a2f11bb673d90a495cd91819350c
[PATCH 1/9] cmd/snap-seccomp: use upstream seccomp package

Upstream snapd uses a fork that carries additional compatibility patch
required to build snapd for Ubuntu 14.04. This patch is not required with
the latest snapshot of the upstream seccomp golang bindings but they are
neither released upstream nor backported (in their entirety) to Ubuntu
14.04.

The forked seccomp library is not packaged in Debian. As such, to build
snapd, we need to switch to the regular, non-forked package name.

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com>
Gbp-Pq: Name 0001-cmd-snap-seccomp-use-upstream-seccomp-package.patch
cmd/snap-seccomp/main.go
cmd/snap-seccomp/main_test.go
cmd/snap-seccomp/versioninfo.go
cmd/snap-seccomp/versioninfo_test.go