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:
parent
99578bd062
commit
d848cbced9
@ -12,6 +12,7 @@ Wed Apr 1 14:23:25 UTC 2020 - Aleksa Sarai <asarai@suse.com>
|
|||||||
* Improved command line options
|
* Improved command line options
|
||||||
* Compiler based hardening
|
* Compiler based hardening
|
||||||
* Minimal compiler based resource management
|
* Minimal compiler based resource management
|
||||||
|
- Clean up %if macro.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 3 15:02:33 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
Mon Feb 3 15:02:33 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# On pre-15 SLE versions, _sharedstatedir was /usr/com -- which is just wrong.
|
# 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
|
%define _sharedstatedir /var/lib
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user