diff options
| author | Michael Vogt <mvo@ubuntu.com> | 2018-06-08 15:23:06 +0200 | 
|---|---|---|
| committer | Michael Vogt <mvo@ubuntu.com> | 2018-06-08 17:09:23 +0200 | 
| commit | c608a2b332dd9d7ed86baa93d0bfbb66c6eef85b (patch) | |
| tree | 246aa648acd9ec131fdea15a174277aa661142df | |
| parent | 4c7ca52876b7e87ddd7e5b5dd999497a8f0aa739 (diff) | |
packaging: use official bolt in the errtracker
| -rw-r--r-- | packaging/fedora/snapd.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/fedora/snapd.spec b/packaging/fedora/snapd.spec index ef50be4689..7616e0ce15 100644 --- a/packaging/fedora/snapd.spec +++ b/packaging/fedora/snapd.spec @@ -406,7 +406,7 @@ GOFLAGS="$GOFLAGS -tags withtestkeys"  # We don't need mvo5 fork for seccomp, as we have seccomp 2.3.x  sed -e "s:github.com/mvo5/libseccomp-golang:github.com/seccomp/libseccomp-golang:g" -i cmd/snap-seccomp/*.go  # We don't need the snapcore fork for bolt - it is just a fix on ppc -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  %endif  # We have to build snapd first to prevent the build from  | 
