SHA256
1
0
forked from pool/lxcfs

Accepting request 798276 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/798276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxcfs?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2020-04-27 21:42:22 +00:00 committed by Git OBS Bridge
commit b643a2b7e3
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