diff --git a/lxd.changes b/lxd.changes index 7ac6dda..c13eea6 100644 --- a/lxd.changes +++ b/lxd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 19 05:15:39 UTC 2023 - Richard Rahl + +- remove the last bit of the old repo + ------------------------------------------------------------------- Tue Aug 8 07:15:31 UTC 2023 - Dirk Müller diff --git a/lxd.spec b/lxd.spec index c59c957..8638cc7 100644 --- a/lxd.spec +++ b/lxd.spec @@ -175,7 +175,7 @@ popd readarray -t mainpkgs \ <<<"$(go list -f '{{.Name}}:{{.ImportPath}}' %{import_path}/... | \ awk -F: '$1 == "main" { print $2 }' | \ - grep -Ev '^github.com/lxc/lxd/(test|shared)')" + grep -Ev '^github.com/canonical/lxd/(test|shared)')" # Needed because lxd and deps use funky #cgo LDFLAGS that Go blocks by default. export CGO_LDFLAGS_ALLOW="(-Wl,-wrap,pthread_create)|(-Wl,-z,now)"