diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,9 +1,9 @@ name : snapd -version : 2.36.1 +version : 2.36.2 homepage : https://snapcraft.io/ -release : 28 +release : 29 source : - - https://github.com/snapcore/snapd/releases/download/2.36.1/snapd_2.36.1.vendor.tar.xz : 5fd58ff77084a3a6ce8aab50fb81d1d4482daaada228c4bf87af1658de927a31 + - https://github.com/snapcore/snapd/releases/download/2.36.2/snapd_2.36.2.vendor.tar.xz : 5127c5df7b1c0b322d410d6780272912345aa135f8aed0bd3c11763076a4450a license : GPL-3.0-only component : desktop.util summary : The snapd and snap tools enable systems to work with .snap files @@ -54,21 +54,21 @@ bincommands=(snap snapctl) dcommands=(snapd snap-exec snap-update-ns snap-seccomp) for tgtbin in ${bincommands[@]} ; do - install -m 00755 bin/$tgtbin $installdir/usr/bin/. + install -m00755 bin/$tgtbin $installdir/usr/bin/. done for tgtbin in ${dcommands[@]} ; do - install -m 00755 bin/$tgtbin $installdir/%libdir%/$package/. + install -m00755 bin/$tgtbin $installdir/%libdir%/$package/. done # Move into the base dir so we can install stuff pushd src/github.com/snapcore/snapd # Completion - install -m 00644 data/info $installdir/%libdir%/$package/info + install -m00644 data/info $installdir/%libdir%/$package/info rm -vf $installdir/usr/bin/ubuntu-core-launcher # Polkit - install -m 00644 -D data/polkit/io.snapcraft.snapd.policy $installdir/usr/share/polkit-1/actions/io.snapcraft.snapd.policy + install -m00644 -D data/polkit/io.snapcraft.snapd.policy $installdir/usr/share/polkit-1/actions/io.snapcraft.snapd.policy # systemd %make_install -C data/systemd \ @@ -77,21 +77,21 @@ # need tmpfiles to construct the void dir, the package is not allowed to # ship with it in Solus - install -D -m 00644 $pkgfiles/snapd.tmpfiles $installdir/%libdir%/tmpfiles.d/snapd.conf + install -Dm00644 $pkgfiles/snapd.tmpfiles $installdir/%libdir%/tmpfiles.d/snapd.conf rm -rf $installdir/var # You have snapd installed, so you wanna use it. Vendor-enable the .socket - install -d -m 00755 $installdir/%libdir%/systemd/system/sockets.target.wants + install -dm00755 $installdir/%libdir%/systemd/system/sockets.target.wants ln -sv ../snapd.socket $installdir/%libdir%/systemd/system/sockets.target.wants/snapd.socket # empty usr/src directory (i.e. linux-lts-headers linux-current-headers) to # satisfy bindmounts in confinement - install -D -d -m 00755 $installdir/usr/src + install -Ddm00755 $installdir/usr/src # Ensure we can integrate snapd in the environment - install -D -m 0644 $pkgfiles/70-snapd.sh $installdir/usr/share/defaults/etc/profile.d/70-snapd.sh + install -Dm00644 $pkgfiles/70-snapd.sh $installdir/usr/share/defaults/etc/profile.d/70-snapd.sh # bash completion - install -D -m 00644 data/completion/snap $installdir/usr/share/bash-completion/completions/snap - install -m 00644 data/completion/complete.sh $installdir/%libdir%/snapd/complete.sh - install -m 00644 data/completion/etelpmoc.sh $installdir/%libdir%/snapd/etelpmoc.sh + install -Dm00644 data/completion/snap $installdir/usr/share/bash-completion/completions/snap + install -m00644 data/completion/complete.sh $installdir/%libdir%/snapd/complete.sh + install -m00644 data/completion/etelpmoc.sh $installdir/%libdir%/snapd/etelpmoc.sh diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -65,12 +65,12 @@ - - 2018-11-29 - 2.36.1 + + 2018-12-15 + 2.36.2 Packaging update F. von Gellhorn flinux@vongellhorn.ch \ No newline at end of file