Skip to content

Commit c608a2b

Browse files
committed
packaging: use official bolt in the errtracker
1 parent 4c7ca52 commit c608a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/fedora/snapd.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ GOFLAGS="$GOFLAGS -tags withtestkeys"
406406
# We don't need mvo5 fork for seccomp, as we have seccomp 2.3.x
407407
sed -e "s:github.com/mvo5/libseccomp-golang:github.com/seccomp/libseccomp-golang:g" -i cmd/snap-seccomp/*.go
408408
# 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
409+
sed -e "s:github.com/snapcore/bolt:github.com/boltdb/bolt:g" -i advisor/*.go errtracker/*.go
410410
%endif
411411

412412
# We have to build snapd first to prevent the build from

0 commit comments

Comments
 (0)