Accepting request 710986 from home:cyphar:lxc
- Update to LXD 3.14. The full upstream changelog is available from: https://discuss.linuxcontainers.org/t/lxd-3-14-has-been-released/5045 boo#1138770 + Cluster: Re-worked DNS forwarding + Script to factory reset LXD + Improvements to syscall interception * Lots of bug fixes... - Update build to use go_nostrip, in order to attempt to fix the broken binaries on Leap 15.1. boo#1138769 OBS-URL: https://build.opensuse.org/request/show/710986 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=19
This commit is contained in:
parent
356f050887
commit
6d889db61f
5
lxd.spec
5
lxd.spec
@ -250,6 +250,11 @@ install -d -m 0755 %{buildroot}%{_localstatedir}/log/%{name}
|
||||
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%check
|
||||
# Make sure the main binaries work enough to print help information. boo#1138769
|
||||
%{_bindir}/lxd help >/dev/null
|
||||
%{_bindir}/lxc help >/dev/null
|
||||
|
||||
%pre
|
||||
# Group which owns the lxd socket, which allows people to administer it.
|
||||
getent group %{name} >/dev/null || groupadd -r %{name}
|
||||
|
Loading…
Reference in New Issue
Block a user