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