3N/A# lxc: linux Container library
3N/A# (C) Copyright IBM Corp. 2007, 2008
3N/A# This library is free software; you can redistribute it
and/or 3N/A# modify it under the terms of the GNU Lesser General Public
3N/A# License as published by the Free Software Foundation; either
3N/A# version 2.1 of the License, or (at your option) any later version.
1923N/A# This library is distributed in the hope that it will be useful,
3N/A# but WITHOUT ANY WARRANTY; without even the implied warranty of
3N/A# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
3N/A# Lesser General Public License for more details.
3N/A# You should have received a copy of the GNU Lesser General Public
3N/A# License along with this library; if not, write to the Free Software
3N/A# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Summary: %{name} : Linux Container
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libcap libcap-devel docbook-utils
The package "%{name}" provides the command lines to create and manage
containers. It contains a full featured container with the isolation
/ virtualization of the pids, the ipc, the utsname, the mount points,
/proc, /sys, the network and it takes into account the control groups.
It is very light, flexible, and provides a set of tools around the
container like the monitoring with asynchronous events notification,
or the freeze of the container. This package is useful to create
Virtual Private Server, or to run isolated applications like bash or
Summary: development library for %{name}
The %{name}-devel package contains header files and library needed for
development of the linux containers.
find $RPM_BUILD_ROOT -type f -name '*.la' -exec rm -f {} ';'
* Mon Mar 24 2009 Daniel Lezcano <daniel.lezcano@free.fr> - Version 0.6.1
- Removed capability setting, let the user to do that through "lxc-setcap"
* Mon Feb 16 2009 Daniel Lezcano <daniel.lezcano@free.fr> - Version 0.6.0
- Added more capabilities to the executables
* Sun Jan 25 2009 Daniel Lezcano <daniel.lezcano@free.fr> - Version 0.6.0
* Sun Aug 3 2008 Daniel Lezcano <dlezcano@fr.ibm.com> - Version 0.1.0