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:
commit
ab560f9cf8
@ -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>
|
Tue Aug 8 07:15:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
2
lxd.spec
2
lxd.spec
@ -175,7 +175,7 @@ popd
|
|||||||
readarray -t mainpkgs \
|
readarray -t mainpkgs \
|
||||||
<<<"$(go list -f '{{.Name}}:{{.ImportPath}}' %{import_path}/... | \
|
<<<"$(go list -f '{{.Name}}:{{.ImportPath}}' %{import_path}/... | \
|
||||||
awk -F: '$1 == "main" { print $2 }' | \
|
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.
|
# 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)"
|
export CGO_LDFLAGS_ALLOW="(-Wl,-wrap,pthread_create)|(-Wl,-z,now)"
|
||||||
|
Loading…
Reference in New Issue
Block a user