~mvo/snapd/+git/snapd-mvo:no-restart

Last commit made on 2018-12-12
Get this branch:
git clone -b no-restart https://git.launchpad.net/~mvo/snapd/+git/snapd-mvo

Branch merges

Branch information

Name:
no-restart
Repository:
lp:~mvo/snapd/+git/snapd-mvo

Recent commits

adf912f... by Michael Vogt

systemd: start snapd.autoimport.service in --no-block mode

When seeding in core18 we need to make sure that the
snadpd.autoimport.service is started in non-blocking mode. Otherwise
it would wait forever because it has a "After=snapd.seeding.service"
but the snapd.seeding.service will only finish if the code that
writes the core18 snapd units can run. So this prevents a deadlock.

Note that by starting it with --no-block the right thing will happen,
i.e. the unit is starting but waits until the snapd.seeded.service
is done and then it will run (which is what we want).

df2787d... by Paweł Stołowski

Merge pull request #6272 from stolowski/remove-hook-before-disconnect

overlord/snapstate: run 'remove' hook before 'auto-disconnect'

95fd01f... by Zygmunt Krynicki

Merge pull request #6273 from bboozzoo/bboozzoo/centos-reenable-selinux

centos: enable SELinux support on CentOS 7

7438d12... by Zygmunt Krynicki

Merge pull request #6275 from jdstrand/allow-hard-link-to-sem-file

apparmor: allow hard link to snap-specific semaphore files

a6c5ef3... by Jamie Strandboge

apparmor: allow hard link to snap-specific semaphore files

When adding the accessing for /dev/shm/sem.snap..., 'l' was forgotten.
Hard linking to this file is important for race-free semaphore handling.

References:
https://forum.snapcraft.io/t/python-multiprocessing-sem-open-blocked-in-strict-mode/962/14

14be63e... by Maciej Borzecki

Merge remote-tracking branch 'origin/master' into bboozzoo/centos-reenable-selinux

a99c0ee... by Paweł Stołowski

Merge pull request #6271 from bboozzoo/bboozzoo/fedora-29-no-weakdeps-at-all

tests/lib/pkgdb: disable weak deps on Fedora

28d8125... by Maciej Borzecki

packaging/fedora: RHEL7 has policycoreutils-python

Sync with Fedora/EPEL spec.

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

7bdf803... by Maciej Borzecki

tests/lib/prepare-restore: smarter copying of built RPMs

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

d5a39ac... by Zygmunt Krynicki

Merge pull request #6244 from zyga/fix/lp-1805485

release: detect too old apparmor_parser