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

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