From ced374fdc4461b8cedfe554e277be7ad03039e5556a6855b53b902c03e497b22 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Tue, 9 Apr 2019 16:48:21 +0000 Subject: [PATCH] Accepting request 692669 from home:cyphar:lxc - Add workaround for pre-15 distros, where _sharedstatedir was inexplicably /usr/com, to use the correct directory of /var/lib. OBS-URL: https://build.opensuse.org/request/show/692669 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxcfs?expand=0&rev=20 --- lxcfs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxcfs.spec b/lxcfs.spec index b979262..36c7ad7 100644 --- a/lxcfs.spec +++ b/lxcfs.spec @@ -16,8 +16,8 @@ # -%if 0%{suse_version} < 1500 # On pre-15 SLE versions, _sharedstatedir was /usr/com -- which is just wrong. +%if 0%{suse_version} < 1500 %define _sharedstatedir /var/lib %endif