From f116cfc135cf1267082b27b1ec85b3d0fc6e2063cf8233985f155affcb8b83b9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Sep 2023 07:28:21 +0000 Subject: [PATCH] Accepting request 1104738 from home:rrahl0 last cleanup OBS-URL: https://build.opensuse.org/request/show/1104738 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=141 --- lxd.changes | 5 +++++ lxd.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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)"