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
This commit is contained in:
Aleksa Sarai 2020-04-27 13:31:25 +00:00 committed by Git OBS Bridge
parent 99578bd062
commit d848cbced9
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ Wed Apr 1 14:23:25 UTC 2020 - Aleksa Sarai <asarai@suse.com>
* 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 <dimstar@opensuse.org>

View File

@ -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