Accepting request 1093292 from home:dimstar:Factory

- Fix call to sysctl_apply: this macro takes a parameter.

OBS-URL: https://build.opensuse.org/request/show/1093292
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxd?expand=0&rev=132
This commit is contained in:
Dirk Mueller 2023-06-15 20:08:06 +00:00 committed by Git OBS Bridge
parent 20a0917b55
commit d963a96948
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 15 12:05:08 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix call to sysctl_apply: this macro takes a parameter.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 18 03:03:30 UTC 2023 - Aleksa Sarai <asarai@suse.com> Thu May 18 03:03:30 UTC 2023 - Aleksa Sarai <asarai@suse.com>

View File

@ -402,14 +402,14 @@ grep -q '^root:' /etc/subgid || \
%service_add_pre %{name}.service %service_add_pre %{name}.service
%post %post
%sysctl_apply %sysctl_apply 60-lxd.conf
%service_add_post %{name}.service %service_add_post %{name}.service
%preun %preun
%service_del_preun %{name}.service %service_del_preun %{name}.service
%postun %postun
%sysctl_apply %sysctl_apply 60-lxd.conf
%service_del_postun %{name}.service %service_del_postun %{name}.service
%files %files