From d963a969488243f7bfd348878a556a8c0b1b48c8603cf17fcb2dc57cf3e9bf5c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 15 Jun 2023 20:08:06 +0000 Subject: [PATCH] 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 --- lxd.changes | 5 +++++ lxd.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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