wok-current rev 23150
updated lxc and lxc-dev (3.1.0 -> 3.2.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 15 16:17:33 2020 +0100 (2020-03-15) |
parents | 74557c54a472 |
children | 5508444ae030 |
files | lxc-dev/receipt lxc/receipt |
line diff
1.1 --- a/lxc-dev/receipt Sun Mar 15 15:33:30 2020 +0100 1.2 +++ b/lxc-dev/receipt Sun Mar 15 16:17:33 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxc-dev" 1.7 -VERSION="3.1.0" 1.8 +VERSION="3.2.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Userspace control package for Linux Containers - development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/lxc/receipt Sun Mar 15 15:33:30 2020 +0100 2.2 +++ b/lxc/receipt Sun Mar 15 16:17:33 2020 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="lxc" 2.7 -VERSION="3.1.0" 2.8 +VERSION="3.2.1" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Userspace control package for Linux Containers." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 @@ -11,8 +11,8 @@ 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WGET_URL="https://linuxcontainers.org/downloads/$PACKAGE/$TARBALL" 2.15 2.16 -DEPENDS="bridge-utils gnutls iptables libcap linux-bridge linux-netfilter \ 2.17 - perl util-linux-getopt" 2.18 +DEPENDS="bridge-utils gcc83-lib-base gnutls iptables libcap linux-bridge 2.19 + linux-netfilter perl util-linux-getopt" 2.20 BUILD_DEPENDS="gcc83 gnutls-dev libcap-dev util-linux-getopt" 2.21 2.22 # Rules to configure and make the package. 2.23 @@ -41,15 +41,15 @@ 2.24 cp -a $install/usr/bin $fs/usr 2.25 cp -a $install/usr/lib $fs/usr 2.26 2.27 - rm -rf $fs/usr/lib/pkgconfig 2.28 + rm -rf $fs/usr/lib/pkgconfig 2.29 2.30 cp -a $install/etc $fs 2.31 cp -a $install/var $fs 2.32 2.33 - sed -i -e 's/^is_set(/zgrep() { zcat | grep "$@"; }\n\n&/' \ 2.34 + sed -i -e 's/^is_set(/zgrep() { zcat | grep "$@"; }\n\n&/' \ 2.35 -e 's/\(.*\$GREP .*\)\(\$CONFIG.*\)/\1< \2/' \ 2.36 $fs/usr/bin/lxc-checkconfig 2.37 - chmod +x $fs/usr/bin/lxc-* 2.38 + chmod +x $fs/usr/bin/lxc-* 2.39 } 2.40 2.41 post_install()