Age | Commit message (Collapse) | Author |
|
Bump version. Include post upgrade tweaks from snapd.
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Updates:
- add optional dependency on bash-completion
- install snap(1) manpage
- disable unit tests (no need to run those on end user machines)
- pre create missing directories and set proper permission bits(those would be
created by snapd daemon anyway, but with incorrect permission flags)
- install snapd info file (contains snapd version and revision)
- use snap-mgmt for proper cleanup when uninstalling
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Arch packaging updates as compared to repo version:
- convert the package to *-git (i.e. built from VCS)
- update conflicts to fully replace community repo snapd package
- update build to properly set up CGO_CFLAGS, CGO_CPPFLAGS, CGO_CXXFLAGS,
CGO_LDFLAGS to include settings configured in /etc/makepkg.conf
- use `go build` rather than `go install` in build step to prevent go from
trying to install *.a in system locations
- enable verbose build (go build -x -v)
- refactor package()
- do not hand install support files (systemd units, DBus service)
- cleanup unused ubuntu core files
- snapd environment file is now at /etc/default/snapd
- package snap-exec binary
- symlink /var/lib/snapd/snap to /snap so that --classic confinement snaps
work
Notes:
`run-checks --unit` errors are currently masked until the upstream figures out
integration of Arch into their CI workflow.
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|