Age | Commit message (Collapse) | Author |
|
upstream release
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
upstream release
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
New upstream release
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Tweak post upgrade snippet
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
New upstream release. Quirks:
- automaticaly update /var/lib/snapd/void permission bits
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
upstream release
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Requested by the users.
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
upstream release
|
|
Fix opening of URL via xdg-open with snaps not using 'core' base, by moving
snapctl under /usr/lib/snapd. Make sure snapctl is built satically as it will be
run for the snap.
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
upstream release
|
|
upstream release
|
|
upstream release
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
upstream release
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
upstream release
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
New upstream release
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Add i686 architecture specifically for archlinux32 project.
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Upstream release
Additional updates:
- disable symbol table for Go binaries, package is much smaller now
- fix bash completions
- explicitly list apparmor in `depends` in case it's not picked up
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
New upstream release.
This is the first version of snapd with AppArmor enabled on Arch.
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
New upstream release.
Tweak passing of distro LDFLAGS to go build.
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Update to new upstream release.
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
- update to the latest release
- drop Antergos patch, already merged upstream
- linux-hardened has AppArmor enabled now, do not snapd.apparmor.service in case
someone wants to use it
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Backport a patch improving distro detection on other Arch like systems that also
use this package, eg. Antegros.
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Users have reported issues with govendor trying to get the dependencies. Avoid
this by using the source tarball with bundled vendor dependencies.
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Drop unnecessary patch for gcc 8.x
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Include upstream patch fixing the build of snap-confine with gcc version 8.x
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Instead of disabling cgo, leave it enabled and pass -static to ld. This will
build snap-exec and snap-update-ns as proper static binaries.
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Building statically linked PIE binaries appears to be broken in both Go upstream
and Arch packages. The toolchain ignores CGO_ENABLED=0, does not fail when
building and produces dynamically linked binaries. The output looks like this:
$ CGO_ENABLED=0 go build -o snap-exec github.com/snapcore/snapd/cmd/snap-exec
# github.com/snapcore/snapd/cmd/snap-exec
loadinternal: cannot find runtime/cgo
Since snap-exec *must* be built statically, switch to building with regular Go
toolchain and without PIE.
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
|
|
New upstream release
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
New upstream release
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
|
|
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.
|
|
|
|
Previously the source tarball was downloaded to snapd-$pkgver. This is
not a really big problem, since tar is still able to extract the file.
However it might create some unnecessary confusion about the file type,
and there is no reason not to add it. Therefore, since this commit
makepkg downloads the source code to snapd-$pkgver.tar.gz.
|
|
|