From d848cbced97d3196a39b91df1d735f763284ec51740c25ddcd5a44fe05cea6f1 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Mon, 27 Apr 2020 13:31:25 +0000 Subject: [PATCH] Accepting request 791870 from home:cyphar:lxc - Clean up %if macro. OBS-URL: https://build.opensuse.org/request/show/791870 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxcfs?expand=0&rev=30 --- lxcfs.changes | 1 + lxcfs.spec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lxcfs.changes b/lxcfs.changes index fbf16c0..559f0f1 100644 --- a/lxcfs.changes +++ b/lxcfs.changes @@ -12,6 +12,7 @@ Wed Apr 1 14:23:25 UTC 2020 - Aleksa Sarai * Improved command line options * Compiler based hardening * Minimal compiler based resource management +- Clean up %if macro. ------------------------------------------------------------------- Mon Feb 3 15:02:33 UTC 2020 - Dominique Leuenberger diff --git a/lxcfs.spec b/lxcfs.spec index 61f03f4..11fc3b4 100644 --- a/lxcfs.spec +++ b/lxcfs.spec @@ -17,7 +17,7 @@ # On pre-15 SLE versions, _sharedstatedir was /usr/com -- which is just wrong. -%if 0%{suse_version} < 1500 +%if 0%{?suse_version} < 1500 %define _sharedstatedir /var/lib %endif