52N/A# lxc: linux Container library
52N/A# (C) Copyright IBM Corp. 2007, 2008
52N/A# This library is free software; you can redistribute it
and/or 52N/A# modify it under the terms of the GNU Lesser General Public
292N/A# License as published by the Free Software Foundation; either
292N/A# version 2.1 of the License, or (at your option) any later version.
292N/A# This library is distributed in the hope that it will be useful,
52N/A# but WITHOUT ANY WARRANTY; without even the implied warranty of
52N/A# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
52N/A# Lesser General Public License for more details.
292N/A# You should have received a copy of the GNU Lesser General Public
292N/A# License along with this library; if not, write to the Free Software
292N/A# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
292N/A%define _unpackaged_files_terminate_build 0
292N/A%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE: %RELEASE}
52N/A# Arguments that can be passed to the rpm builder:
52N/A# --define 'confargs <extra args to configure args>' (def. '')
52N/A%{!?confargs: %{expand:%%define confargs ''}}
52N/A# What kernel are we building for?
52N/A%{!?kernel: %{expand:%%define kernel %(uname -r)}}
52N/A%define _prefix /usr
6N/APackager: <dlezcano@fr.ibm.com>
377N/ABuildRoot: %_tmppath/%name-%version-root
6N/A%name is a set of command line to manage containers
735N/ASummary: development library for %{name}
6N/AThe %{name}-devel package contains header files and library needed for development
302N/A%{_sysconfdir}/%{name}/*
735N/A%{_includedir}/%{name}/*
15N/A* Wed Sep 10 2008 Daniel Lezcano <dlezcano@fr.ibm.com> - Version 0.2.1
15N/A- Added lxc-wait command line
15N/A- Added tty support for lxc-start
15N/A- Fixed rootfs absolute directory
15N/A- Improved system containers
302N/A* Fri Sep 5 2008 Daniel Lezcano <dlezcano@fr.ibm.com> - Version 0.2.0
302N/A- Added empty container configuration
545N/A- Added empty network container configuration
545N/A- Added bind option for mount configuration
545N/A- Merged lxc and liblxc directories
44N/A- Changed monitoring mechanism
44N/A- Fixed child process should exit instead of returning on error
44N/A- Fixed
lxc.h headers can be included in C++ code
191N/A- A lot of code cleanup and improvements
191N/A* Sun Aug 3 2008 Daniel Lezcano <dlezcano@fr.ibm.com> - Version 0.1.0
44N/A# mode: shell-script