Accepting request 1108779 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/1108779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxd?expand=0&rev=56
This commit is contained in:
Ana Guerrero 2023-09-04 20:53:05 +00:00 committed by Git OBS Bridge
commit ab560f9cf8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Aug 19 05:15:39 UTC 2023 - Richard Rahl <rrahl0@proton.me>
- remove the last bit of the old repo
-------------------------------------------------------------------
Tue Aug 8 07:15:31 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -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)"