2
# lxc: linux Container library
4
# (C) Copyright IBM Corp. 2007, 2008
7
# Daniel Lezcano <dlezcano at fr.ibm.com>
9
# This library is free software; you can redistribute it and/or
10
# modify it under the terms of the GNU Lesser General Public
11
# License as published by the Free Software Foundation; either
12
# version 2.1 of the License, or (at your option) any later version.
14
# This library is distributed in the hope that it will be useful,
15
# but WITHOUT ANY WARRANTY; without even the implied warranty of
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17
# Lesser General Public License for more details.
19
# You should have received a copy of the GNU Lesser General Public
20
# License along with this library; if not, write to the Free Software
21
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26
URL: http://lxc.sourceforge.net
27
Source: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
28
Summary: %{name} : Linux Container
29
Group: Applications/System
31
BuildRoot: %{_tmppath}/%{name}-%{version}-build
33
BuildRequires: libcap libcap-devel docbook-utils
37
The package "%{name}" provides the command lines to create and manage
38
containers. It contains a full featured container with the isolation
39
/ virtualization of the pids, the ipc, the utsname, the mount points,
40
/proc, /sys, the network and it takes into account the control groups.
41
It is very light, flexible, and provides a set of tools around the
42
container like the monitoring with asynchronous events notification,
43
or the freeze of the container. This package is useful to create
44
Virtual Private Server, or to run isolated applications like bash or
49
Summary: development library for %{name}
50
Group: Development/Libraries
53
The %{name}-devel package contains header files and library needed for
54
development of the linux containers.
59
PATH=$PATH:/usr/sbin:/sbin %configure
65
find $RPM_BUILD_ROOT -type f -name '*.la' -exec rm -f {} ';'
76
%{_sysconfdir}/%{name}/*
84
%{_includedir}/%{name}/*
90
* Mon Mar 24 2009 Daniel Lezcano <daniel.lezcano@free.fr> - Version 0.6.1
91
- Removed capability setting, let the user to do that through "lxc-setcap"
93
* Mon Feb 16 2009 Daniel Lezcano <daniel.lezcano@free.fr> - Version 0.6.0
94
- Added more capabilities to the executables
96
* Sun Jan 25 2009 Daniel Lezcano <daniel.lezcano@free.fr> - Version 0.6.0
99
* Sun Aug 3 2008 Daniel Lezcano <dlezcano@fr.ibm.com> - Version 0.1.0
100
- Initial RPM release.