Accepting request 709334 from home:cyphar:lxc
un-%config non-config files OBS-URL: https://build.opensuse.org/request/show/709334 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=12
This commit is contained in:
parent
13c149c47d
commit
b42e04d643
@ -1,5 +1,8 @@
|
||||
# WARNING: DO NOT MODIFY THIS FILE.
|
||||
# Changes to this file will be lost when the lxd package is updated or removed.
|
||||
# Instead, add changes to /etc/dnsmasq.d/.
|
||||
|
||||
# Tell any system-wide dnsmasq instance to make sure to bind to interfaces
|
||||
# instead of listening on 0.0.0.0.
|
||||
# WARNING: changes to this file will get lost if lxd is removed.
|
||||
bind-interfaces
|
||||
except-interface=lxdbr0
|
||||
|
4
lxd.spec
4
lxd.spec
@ -293,8 +293,8 @@ grep -q '^root:' /etc/subgid || \
|
||||
%dir %{_localstatedir}/lib/%{name}
|
||||
%dir %{_localstatedir}/log/%{name}
|
||||
|
||||
%config %{_sysctldir}/60-lxd.conf
|
||||
%config %{_sysconfdir}/dnsmasq.d/60-lxd.conf
|
||||
%{_sysctldir}/60-lxd.conf
|
||||
%{_sysconfdir}/dnsmasq.d/60-lxd.conf
|
||||
|
||||
%files bash-completion
|
||||
%defattr(-,root,root)
|
||||
|
@ -1,3 +1,7 @@
|
||||
# WARNING: DO NOT MODIFY THIS FILE.
|
||||
# Changes to this file will be lost when the lxd package is updated or removed.
|
||||
# Instead, add changes to /etc/sysctl.d/.
|
||||
|
||||
# These defaults come from doc/production-setup.md, but have been slightly
|
||||
# modified to be less extreme. The recommended value is included as a comment
|
||||
# below each changed value.
|
||||
|
Loading…
Reference in New Issue
Block a user