summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2018-02-08snapd: updatesMaciek Borzecki
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>
2018-02-07updpkg - snapd 2.31Emiel Wiedijk
* Removed non x86_64 architectures according to the Arch packaging guidelines * Changed from GitHub clones to github tarballs. * Cleaned up PKGBUILD
2018-02-02snapd: create /var/lib/snapd/lib/{gl32,vulkan}, remove redundant rules, pass ↵Maciek Borzecki
SNAP_MOUNT_DIR Couple of updates: - pre-create /var/lib/snapd/lib/{gl32,vulkan} Both are needed when setting importing the files into the mount namespace in snap-confine. Although the code will create both dirs automatically, it's better to have them created explicitly - cleanup redundant rules Both /var/lib/snapd/{hostfs,lib/gl} are created later on with the rest of /var/lib/snapd directories - pass SNAP_MOUNT_DIR to make install This will break when we update to 2.31 due to a new snap.mount systemd unit. Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
2018-01-26snapd: fix generation of systemd unit files, use /etc/default/snapd as ↵Maciek Borzecki
environment file Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
2018-01-23snapd: build does not depend on bzrMaciek Borzecki
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
2018-01-23snapd: build snap-update-ns, snap-exec staticallyMaciek Borzecki
Both tools may be executed in a different mount space (chroot) where the libraries could not be resolved. Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
2018-01-23snapd: cleanup cookies/cache/state.jsonMaciek Borzecki
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
2018-01-22Add support for i686 and arm architecturesaimileus
2018-01-11snapd - bump pkgrelaimileus
2018-01-11snapd - add snap-confine as conflictaimileus
2018-01-08snapd - remove checkdependenciesaimileus
2018-01-08snapd - update wrong snap-mgmt pathaimileus
2018-01-08snapd - add install file from upstream/snapd-gitaimileus
2018-01-07updpkg: snapd 2.30-1aimileus
2018-01-07Import from official repositoriesBartłomiej Piotrowski
2016-06-18Release snapd 2.0.9-1Zygmunt Krynicki
Package url was fixed to use the https scheme. The md5 sum of the upstream tarball was changed from SKIP to the real value. Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2016-06-16Bump pkgrelZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2016-06-14Upgrade snapd to 2.0.8.1Zygmunt Krynicki
New upstream release. Upstream changelog: Cherry pick four commits that show snaps as installed in devmode on distributions without full confinement dependencies available. Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2016-06-14Initial importZygmunt Krynicki
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>