|
|
|
@ -43,8 +43,8 @@ Source0: http://linuxcontainers.org/downloads/%{name}-%{version}.tar.gz
|
|
|
|
|
%endif
|
|
|
|
|
Patch0: lxc-1.1.0-fix-init.patch
|
|
|
|
|
BuildRequires: docbook-utils
|
|
|
|
|
Buildrequires: docbook2X
|
|
|
|
|
Buildrequires: doxygen
|
|
|
|
|
BuildRequires: docbook2X
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: kernel-headers
|
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
|
%if 0%{?with_seccomp}
|
|
|
|
@ -200,6 +200,8 @@ This package contains documentation for %{name}.
|
|
|
|
|
--enable-lua \
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
--enable-python \
|
|
|
|
|
%else
|
|
|
|
|
--disable-python \
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
%if 0%{?with_systemd}
|
|
|
|
|
--with-init-script=systemd \
|
|
|
|
@ -373,6 +375,7 @@ fi
|
|
|
|
|
* Tue Feb 10 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-2
|
|
|
|
|
- lxc-top no longer relies on the lua bindings.
|
|
|
|
|
- lxc-device no longer relies on the python3 bindings.
|
|
|
|
|
- Spec file cleanups.
|
|
|
|
|
|
|
|
|
|
* Sun Feb 8 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-1
|
|
|
|
|
- Update to 1.1.0.
|
|
|
|
|