From d23a8d2fa20183f9c3dbb6c7649f9db7dd4e7db6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 4 Feb 2015 11:08:33 +0100 Subject: [PATCH] lxc: update to 1.1.0 and fix the void template for xbps>=0.42. --- srcpkgs/lxc/files/lxc-void | 4 ++-- srcpkgs/lxc/template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/lxc/files/lxc-void b/srcpkgs/lxc/files/lxc-void index 5322db501f3..293c45c2e11 100755 --- a/srcpkgs/lxc/files/lxc-void +++ b/srcpkgs/lxc/files/lxc-void @@ -153,8 +153,8 @@ EOF base64 -d ${vkb64} > ${rootfs}/var/db/xbps/keys/60\:ae\:0c\:d6\:f0\:95\:17\:80\:bc\:93\:46\:7a\:89\:af\:a3\:2d.plist rm -f ${vkb64} - mkdir -p ${rootfs}/usr/share/xbps/repo.d - echo "repository=http://repo.voidlinux.eu/current" > ${rootfs}/usr/share/xbps/repo.d/00-main.conf + mkdir -p ${rootfs}/usr/share/xbps.d + echo "repository=http://repo.voidlinux.eu/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf if ! xbps-install ${xbps_cachedir:+ -c $xbps_cachedir} \ ${xbps_config:+-C $xbps_config} -r "${rootfs}" \ diff --git a/srcpkgs/lxc/template b/srcpkgs/lxc/template index 452f699199e..9d478cca0d9 100644 --- a/srcpkgs/lxc/template +++ b/srcpkgs/lxc/template @@ -2,7 +2,7 @@ _desc="Linux Containers" pkgname=lxc -version=1.0.7 +version=1.1.0 revision=1 build_style=gnu-configure configure_args="--enable-doc --enable-seccomp --disable-apparmor --with-distro=none @@ -14,7 +14,7 @@ maintainer="Juan RP " homepage="http://linuxcontainers.org" license="LGPL-2.1" distfiles="http://linuxcontainers.org/downloads/lxc-${version}.tar.gz" -checksum=3c0cb2d95d9d8a8d59c7189d237a45cde77f38ea180fbff2c148d59e176e9dab +checksum=e261ff10ca17b488e37a2aab4b4aa4f768f4ee80b62d761076d69917766be36d build_options="systemd" conf_files="/etc/lxc/default.conf"