diff --git a/lxd.changes b/lxd.changes index 010b1f2..b7c8563 100644 --- a/lxd.changes +++ b/lxd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 15 12:05:08 UTC 2023 - Dominique Leuenberger + +- Fix call to sysctl_apply: this macro takes a parameter. + ------------------------------------------------------------------- Thu May 18 03:03:30 UTC 2023 - Aleksa Sarai diff --git a/lxd.spec b/lxd.spec index 53b5fda..236c006 100644 --- a/lxd.spec +++ b/lxd.spec @@ -402,14 +402,14 @@ grep -q '^root:' /etc/subgid || \ %service_add_pre %{name}.service %post -%sysctl_apply +%sysctl_apply 60-lxd.conf %service_add_post %{name}.service %preun %service_del_preun %{name}.service %postun -%sysctl_apply +%sysctl_apply 60-lxd.conf %service_del_postun %{name}.service %files