lxc: 1.0.0 -> 1.0.3

This commit is contained in:
Thomas Penteker 2014-04-29 14:46:52 +02:00
parent 8ed4a2830b
commit 837100aab8
3 changed files with 7 additions and 5 deletions

View File

@ -33,10 +33,9 @@ drwxr-xr-x root/root usr/include/lxc/
-rw-r--r-- root/root usr/include/lxc/version.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/liblxc.so -> liblxc.so.1
lrwxrwxrwx root/root usr/lib/liblxc.so.1 -> liblxc.so.1.0.0
-rwxr-xr-x root/root usr/lib/liblxc.so.1.0.0
lrwxrwxrwx root/root usr/lib/liblxc.so.1 -> liblxc.so.1.0.3
-rwxr-xr-x root/root usr/lib/liblxc.so.1.0.3
drwxr-xr-x root/root usr/lib/lxc/
-rwxr-xr-x root/root usr/lib/lxc/lxc-init
-rwxr-xr-x root/root usr/lib/lxc/lxc-monitord
-rwsr-xr-x root/root usr/lib/lxc/lxc-user-nic
drwxr-xr-x root/root usr/lib/lxc/rootfs/
@ -75,6 +74,8 @@ drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/lxc.conf.5.gz
drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/lxc.7.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/init.lxc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/lxc/
drwxr-xr-x root/root usr/share/lxc/config/
@ -103,6 +104,7 @@ drwxr-xr-x root/root usr/share/lxc/hooks/
-rwxr-xr-x root/root usr/share/lxc/hooks/mountecryptfsroot
-rwxr-xr-x root/root usr/share/lxc/hooks/squid-deb-proxy-client
-rwxr-xr-x root/root usr/share/lxc/hooks/ubuntu-cloud-prep
-rwxr-xr-x root/root usr/share/lxc/lxc-patch.py
-rw-r--r-- root/root usr/share/lxc/lxc.functions
drwxr-xr-x root/root usr/share/lxc/templates/
-rwxr-xr-x root/root usr/share/lxc/templates/lxc-alpine

View File

@ -1,2 +1,2 @@
87a9d168a6e55326303cce3b2cb7f82e lxc-1.0.0.tar.gz
55873b1411a606397309aa6c4c4263b3 lxc-1.0.3.tar.gz
46f9061d94ccfb27acf7d4dbd021a524 man-pages.tar.xz

View File

@ -3,7 +3,7 @@
# Maintainer: Thomas Penteker, tek at serverop dot de
name=lxc
version=1.0.0
version=1.0.3
release=1
source=(http://lxc.sourceforge.net/download/lxc-$version.tar.gz
man-pages.tar.xz)