diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -2,4 +2,5 @@ libc.so.6 libcap.so.2 libpthread.so.0 +libseccomp.so.2 libudev.so.1 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,9 +1,9 @@ name : snapd -version : '2.39' +version : '2.38' homepage : https://snapcraft.io/ -release : 42 +release : 43 source : - - https://github.com/snapcore/snapd/releases/download/2.39/snapd_2.39.vendor.tar.xz : eb02590d01db06cdf0ff57a04938dade76161f0d3be8dd710bf04d97f5ff80b9 + - https://github.com/snapcore/snapd/releases/download/2.38/snapd_2.38.vendor.tar.xz : 64ac100e5da2f588824a963eb2358663326d468e38d5556b289ffd9f100c1176 license : GPL-3.0-only component : desktop.util summary : The snapd and snap tools enable systems to work with .snap files @@ -66,18 +66,15 @@ install -Ddm00755 $installdir/usr/src install -dm00755 $installdir/%libdir%/systemd/system/sockets.target.wants - ln -sv ../snapd.socket $installdir/%libdir%/systemd/system/sockets.target.wants/snapd.socket + ln -sv ../snapd.socket $installdir/%libdir%/systemd/system/sockets.target.wants/snapd.socket install -Dm00644 data/info $installdir/%libdir%/$package/info install -Dm00644 data/polkit/io.snapcraft.snapd.policy $installdir/usr/share/polkit-1/actions/io.snapcraft.snapd.policy install -Dm00644 $pkgfiles/snapd.tmpfiles $installdir/%libdir%/tmpfiles.d/snapd.conf install -Dm00644 $pkgfiles/70-snapd.sh $installdir/usr/share/defaults/etc/profile.d/70-snapd.sh - # Completions install -Dm00644 data/completion/snap $installdir/usr/share/bash-completion/completions/snap install -Dm00644 data/completion/complete.sh $installdir/%libdir%/snapd/complete.sh install -Dm00644 data/completion/etelpmoc.sh $installdir/%libdir%/snapd/etelpmoc.sh # remove unneeded stuff rm -rf $installdir/var - rm -rf $installdir/usr/bin/ubuntu-core-launcher - rm -rf $installdir/%libdir%/snapd/{system-shutdown,snapd.core-fixup.sh} - rm -rf $installdir/%libdir%/systemd/system/{snapd.system-shutdown.service,snapd.snap-repair.*,snapd.core-fixup.*} + rm -f $installdir/usr/bin/ubuntu-core-launcher diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -41,13 +41,19 @@ /usr/lib64/snapd/snap-update-ns /usr/lib64/snapd/snapd /usr/lib64/snapd/snapd-apparmor + /usr/lib64/snapd/snapd.core-fixup.sh /usr/lib64/snapd/snapd.run-from-snap + /usr/lib64/snapd/system-shutdown /usr/lib64/systemd/system/snapd.apparmor.service /usr/lib64/systemd/system/snapd.autoimport.service + /usr/lib64/systemd/system/snapd.core-fixup.service /usr/lib64/systemd/system/snapd.failure.service /usr/lib64/systemd/system/snapd.seeded.service /usr/lib64/systemd/system/snapd.service + /usr/lib64/systemd/system/snapd.snap-repair.service + /usr/lib64/systemd/system/snapd.snap-repair.timer /usr/lib64/systemd/system/snapd.socket + /usr/lib64/systemd/system/snapd.system-shutdown.service /usr/lib64/systemd/system/sockets.target.wants/snapd.socket /usr/lib64/tmpfiles.d/snapd.conf /usr/share/bash-completion/completions/snap @@ -60,12 +66,12 @@ - - 2019-05-06 - 2.39 + + 2019-05-13 + 2.38 Packaging update F. von Gellhorn flinux@vongellhorn.ch \ No newline at end of file