lxcfs: update to 0.12.
This commit is contained in:
parent
246255baa3
commit
9e49c9cca2
2 changed files with 3 additions and 11 deletions
|
@ -1,8 +0,0 @@
|
|||
--- cgmanager.h.orig 2015-10-26 22:02:36.000000000 +0100
|
||||
+++ cgmanager.h 2015-10-27 09:01:15.217620051 +0100
|
||||
@@ -1,3 +1,5 @@
|
||||
+#include <fcntl.h>
|
||||
+
|
||||
struct cgm_keys {
|
||||
char *name;
|
||||
uint32_t uid, gid;
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lxcfs'
|
||||
pkgname=lxcfs
|
||||
version=0.11
|
||||
revision=2
|
||||
version=0.12
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config docbook2x"
|
||||
makedepends="dbus-glib-devel libcgmanager-devel lxc-devel fuse-devel"
|
||||
|
@ -10,4 +10,4 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://linuxcontainers.org/lxcfs/"
|
||||
license="Apache-2.0"
|
||||
distfiles="http://linuxcontainers.org/downloads/lxcfs/lxcfs-${version}.tar.gz"
|
||||
checksum=ccab02f11b918e095019b0d7d247e9393525e469470d43a45b9c99dd1f2670fc
|
||||
checksum=a8fa168f88e703b2df2a8ef77218cac77b565282401cfce34ad840b6f82b84c3
|
||||
|
|
Loading…
Reference in a new issue