Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11035606
D4694.id11461.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D4694.id11461.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,15 +1,16 @@
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
description: |
Universal applications support - .snap files allow you to run Snap packages
on any Linux distribution, with full sandboxing and additional security.
+networking : yes
builddeps :
- pkgconfig(glib-2.0)
- pkgconfig(libapparmor)
@@ -54,21 +55,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 +78,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 @@
</Files>
</Package>
<History>
- <Update release="28">
- <Date>2018-11-29</Date>
- <Version>2.36.1</Version>
+ <Update release="29">
+ <Date>2018-12-15</Date>
+ <Version>2.36.2</Version>
<Comment>Packaging update</Comment>
<Name>F. von Gellhorn</Name>
<Email>flinux@vongellhorn.ch</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 6:06 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5860986
Default Alt Text
D4694.id11461.diff (4 KB)
Attached To
Mode
D4694: Update snapd to 2.36.2
Attached
Detach File
Event Timeline
Log In to Comment