lxc: update to 1.1.0 and fix the void template for xbps>=0.42.
This commit is contained in:
parent
fee22f517b
commit
d23a8d2fa2
|
@ -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
|
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}
|
rm -f ${vkb64}
|
||||||
|
|
||||||
mkdir -p ${rootfs}/usr/share/xbps/repo.d
|
mkdir -p ${rootfs}/usr/share/xbps.d
|
||||||
echo "repository=http://repo.voidlinux.eu/current" > ${rootfs}/usr/share/xbps/repo.d/00-main.conf
|
echo "repository=http://repo.voidlinux.eu/current" > ${rootfs}/usr/share/xbps.d/00-repository-main.conf
|
||||||
|
|
||||||
if ! xbps-install ${xbps_cachedir:+ -c $xbps_cachedir} \
|
if ! xbps-install ${xbps_cachedir:+ -c $xbps_cachedir} \
|
||||||
${xbps_config:+-C $xbps_config} -r "${rootfs}" \
|
${xbps_config:+-C $xbps_config} -r "${rootfs}" \
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
_desc="Linux Containers"
|
_desc="Linux Containers"
|
||||||
|
|
||||||
pkgname=lxc
|
pkgname=lxc
|
||||||
version=1.0.7
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-doc --enable-seccomp --disable-apparmor --with-distro=none
|
configure_args="--enable-doc --enable-seccomp --disable-apparmor --with-distro=none
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://linuxcontainers.org"
|
homepage="http://linuxcontainers.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="http://linuxcontainers.org/downloads/lxc-${version}.tar.gz"
|
distfiles="http://linuxcontainers.org/downloads/lxc-${version}.tar.gz"
|
||||||
checksum=3c0cb2d95d9d8a8d59c7189d237a45cde77f38ea180fbff2c148d59e176e9dab
|
checksum=e261ff10ca17b488e37a2aab4b4aa4f768f4ee80b62d761076d69917766be36d
|
||||||
|
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
conf_files="/etc/lxc/default.conf"
|
conf_files="/etc/lxc/default.conf"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user