~mvo/snapd/+git/snapd-mvo:unbreak-powerpc-harder

Last commit made on 2019-06-26
Get this branch:
git clone -b unbreak-powerpc-harder https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
unbreak-powerpc-harder
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

d458a89... by Michael Vogt

debian: make maintainer scripts do nothing on powerpc

We have an empty package on powerpc now. However the maintainer
scripts are still run on powerpc and fail on this empty package.

To fully fix the install of the package we need to ensure the
maintainer scripts also do nothing on powerpc.

86f2bf3... by Sergio Cazzolato

Merge pull request #7013 from sergiocazzolato/tests-support-error-on-repo

tests: continue executing on errors either updating the repo db or installing dependencies

bb7ca4c... by Maciej Borzecki

Merge pull request #7034 from bboozzoo/bboozzoo/seccomp-syscalls-update

cmd/snap-seccomp/syscalls: add io_uring syscalls

ead282b... by Maciej Borzecki

cmd/snap-seccomp/syscalls: add io_uring syscalls

The snap-seccomp helper maintains a list of all know syscalls supported by
libseccomp. We catch when the internal list diverges from upstream libseccomp in
a tests/main/snap-seccomp-syscalls spread test.

Upstream libseccomp has been updated with io_uring syscalls, update the internal
list.

Signed-off-by: Maciej Borzecki <email address hidden>

f6d4769... by "John R. Lenton" <email address hidden>

Merge pull request #7028 from jhenstridge/systemd-client-instance-mode

systemd: add InstanceMode enumeration to control which systemd instance to control

3d27f3f... by "John R. Lenton" <email address hidden>

Merge pull request #7027 from jhenstridge/move-activation-helpers

netutil: extract socket activation helpers from daemon package.

d1d9ecb... by James Henstridge

systemd: improve documentation, and add checks for misuse of GlobalUserMode

54e91e2... by James Henstridge

systemd: add support for controlling different systemd instances

c1fdc93... by James Henstridge

netutil: extract socket activation helpers from daemon package.

57f9ad7... by Ondrej Kubik

interfaces: spi: update regex rules to accept spi nodes like spidev12345.0 (#7023)

updating allowed spi device node names
There are platforms (Mediatek) where spi device node is not single digit
e.g. /dev/spidev34566.0

Signed-off-by: Ondrej Kubik <email address hidden>