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:
Aleksa Sarai 2019-06-12 07:06:53 +00:00 committed by Git OBS Bridge
parent 13c149c47d
commit b42e04d643
3 changed files with 10 additions and 3 deletions

View File

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

View File

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

View File

@ -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.