hwoarang 15/02/08 10:06:47 Modified: lxc-1.1.0.ebuild ChangeLog Log: Add another kernel config check for CHECKPOINT_RESTORE (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Revision Changes Path 1.2 app-emulation/lxc/lxc-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/lxc-1.1.0.ebuild?r1=1.1&r2=1.2 Index: lxc-1.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lxc-1.1.0.ebuild 8 Feb 2015 09:53:31 -0000 1.1 +++ lxc-1.1.0.ebuild 8 Feb 2015 10:06:47 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.0.ebuild,v 1.1 2015/02/08 09:53:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-1.1.0.ebuild,v 1.2 2015/02/08 10:06:47 hwoarang Exp $ EAPI="5" @@ -47,7 +47,7 @@ ~NETLINK_DIAG ~PACKET_DIAG ~INET_UDP_DIAG ~INET_TCP_DIAG - ~UNIX_DIAG + ~UNIX_DIAG ~CHECKPOINT_RESTORE ~DEVPTS_MULTIPLE_INSTANCES ~CGROUP_FREEZER @@ -78,7 +78,8 @@ ERROR_PACKET_DIAG="CONFIG_PACKET_DIAG: needed for lxc-checkpoint" ERROR_INET_UDP_DIAG="CONFIG_INET_UDP_DIAG: needed for lxc-checkpoint" ERROR_INET_TCP_DIAG="CONFIG_INET_TCP_DIAG: needed for lxc-checkpoint" -ERROR_UNIX_DIAG="UNIX_DIAG: needed for lxc-checkpoint" +ERROR_UNIX_DIAG="CONFIG_UNIX_DIAG: needed for lxc-checkpoint" +ERROR_CHECKPOINT_RESTORE="CONFIG_CHECKPOINT_RESTORE: needed for lxc-checkpoint" ERROR_POSIX_MQUEUE="CONFIG_POSIX_MQUEUE: needed for lxc-execute command" 1.59 app-emulation/lxc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 8 Feb 2015 09:53:31 -0000 1.58 +++ ChangeLog 8 Feb 2015 10:06:47 -0000 1.59 @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/lxc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.58 2015/02/08 09:53:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.59 2015/02/08 10:06:47 hwoarang Exp $ + + 08 Feb 2015; Markos Chandras <hwoar...@gentoo.org> lxc-1.1.0.ebuild: + Add another kernel config check for CHECKPOINT_RESTORE *lxc-1.1.0 (08 Feb 2015)