We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7ca52 commit c608a2bCopy full SHA for c608a2b
packaging/fedora/snapd.spec
@@ -406,7 +406,7 @@ GOFLAGS="$GOFLAGS -tags withtestkeys"
406
# We don't need mvo5 fork for seccomp, as we have seccomp 2.3.x
407
sed -e "s:github.com/mvo5/libseccomp-golang:github.com/seccomp/libseccomp-golang:g" -i cmd/snap-seccomp/*.go
408
# We don't need the snapcore fork for bolt - it is just a fix on ppc
409
-sed -e "s:github.com/snapcore/bolt:github.com/boltdb/bolt:g" -i advisor/*.go
+sed -e "s:github.com/snapcore/bolt:github.com/boltdb/bolt:g" -i advisor/*.go errtracker/*.go
410
%endif
411
412
# We have to build snapd first to prevent the build from
0 commit comments