Age | Commit message (Collapse) | Author |
|
Similar to the udev files in the previous commit, snapd generates some
dbus files on the fly, and snap-mgmt does not clean it up (yet, should
come soon). Just remove these files manually for now.
|
|
Snapd installs some udev rules (one for each snap) in /etc/udev/rules.d.
because these files are generated on the fly, they are not owned by any
package and therefore are not automatically cleaned up after removal. I think
snap-mgmt should be configured to remove them, but for now, remove them
manually in snapd.install.
|
|
The snapd package now doesn't automatically restart snapd.socket,
snapd.service and snapd.refresh.timer after an upgrade. The users,
is now expected to restart those service themselves after an
upgrade if the run into problems.
|
|
Some updates:
- add missing dependency on libseccomp
- add bash-completion as optional dependency
- drop python-docutils from makedepends (we don't use them, not sure why they
were left behind)
- update mkversion to include $pkgrel, this affects what is reported in `snap
version`:
snap 2.31-2
snapd 2.31-2
series 16
arch
kernel 4.15.1-2-ARCH
- dump extra cleanups in pre_remove(), those are already done by snap-mgmt
- pass all configuration settings when running `make -C data`
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
|
|
|
|
|
|
I've added a link to the wiki page on top of what Tim changed.
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
|
|
|
|
|
|
|
|
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
|