Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11035634
D5879.id14190.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D5879.id14190.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,7 +1,7 @@
name : snapd
version : '2.38'
homepage : https://snapcraft.io/
-release : 38
+release : 39
source :
- https://github.com/snapcore/snapd/releases/download/2.38/snapd_2.38.vendor.tar.xz : 64ac100e5da2f588824a963eb2358663326d468e38d5556b289ffd9f100c1176
license : GPL-3.0-only
@@ -38,7 +38,7 @@
%autogen
%configure --enable-nvidia-biarch
build : |
- commands=(snap snapctl snapd snap-exec)
+ commands=(snap snapctl snapd)
for snapcracklepop in ${commands[@]}; do
GOPATH="`pwd`" go install -v github.com/snapcore/snapd/cmd/$snapcracklepop
done
@@ -46,6 +46,8 @@
GOPATH="`pwd`" go build -o bin/snap-update-ns --ldflags '-extldflags "-static"' -v github.com/snapcore/snapd/cmd/snap-update-ns
# as does snap-seccomp
GOPATH="`pwd`" go build -o bin/snap-seccomp --ldflags '-extldflags "-static"' -v github.com/snapcore/snapd/cmd/snap-seccomp
+ # as snap-exec
+ GOPATH="`pwd`" go build -o bin/snap-exec --ldflags '-extldflags "-static"' -v github.com/snapcore/snapd/cmd/snap-exec
%make -C src/github.com/snapcore/snapd/cmd
install : |
# C portions
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -12,7 +12,7 @@
<Description xml:lang="en">Universal applications support - .snap files allow you to run Snap packages
on any Linux distribution, with full sandboxing and additional security.
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>snapd</Name>
@@ -65,8 +65,8 @@
</Files>
</Package>
<History>
- <Update release="38">
- <Date>2019-03-21</Date>
+ <Update release="39">
+ <Date>2019-03-30</Date>
<Version>2.38</Version>
<Comment>Packaging update</Comment>
<Name>F. von Gellhorn</Name>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 6:07 PM (1 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5789765
Default Alt Text
D5879.id14190.diff (2 KB)
Attached To
Mode
D5879: Fix snap via building snap-exec static
Attached
Detach File
Event Timeline
Log In to Comment