Accepting request 732956 from home:cyphar:lxc
- Completely drop all stripping -- it appears to cause all sorts of problems with unresolved symbol errors. OBS-URL: https://build.opensuse.org/request/show/732956 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=24
This commit is contained in:
parent
a76926536b
commit
f7692764ea
@ -1,6 +1,8 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 24 12:31:21 UTC 2019 - Aleksa Sarai <asarai@suse.com>
|
Tue Sep 24 12:31:21 UTC 2019 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
- Completely drop all stripping -- it appears to cause all sorts of problems
|
||||||
|
with unresolved symbol errors.
|
||||||
- Update to LXD 3.17. The full upstream changelog is available from:
|
- Update to LXD 3.17. The full upstream changelog is available from:
|
||||||
https://discuss.linuxcontainers.org/t/lxd-3-17-has-been-released/5679
|
https://discuss.linuxcontainers.org/t/lxd-3-17-has-been-released/5679
|
||||||
+ Storage pool backed image tarballs and backups
|
+ Storage pool backed image tarballs and backups
|
||||||
|
4
lxd.spec
4
lxd.spec
@ -243,8 +243,6 @@ for target in bin/lxd $PKGDIR/.install/%{_libdir}/%{name}/lib*.so
|
|||||||
do
|
do
|
||||||
# Drop RPATH in case it got included during builds.
|
# Drop RPATH in case it got included during builds.
|
||||||
patchelf --remove-rpath "$target"
|
patchelf --remove-rpath "$target"
|
||||||
# Strip binaries manually.
|
|
||||||
strip --strip-debug "$target"
|
|
||||||
# And now replace all the possible DT_NEEDEDs to absolute paths.
|
# And now replace all the possible DT_NEEDEDs to absolute paths.
|
||||||
for lib in $PKGDIR/.install/%{_libdir}/%{name}/lib*.so
|
for lib in $PKGDIR/.install/%{_libdir}/%{name}/lib*.so
|
||||||
do
|
do
|
||||||
@ -261,8 +259,6 @@ mkdir man
|
|||||||
pushd bin/
|
pushd bin/
|
||||||
for bin in *
|
for bin in *
|
||||||
do
|
do
|
||||||
# Strip binaries manually.
|
|
||||||
strip --strip-debug "$target"
|
|
||||||
# Ensure that all our binaries are dynamic. boo#1138769
|
# Ensure that all our binaries are dynamic. boo#1138769
|
||||||
file "$bin" | grep 'dynamically linked'
|
file "$bin" | grep 'dynamically linked'
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user