make-libvirt upgraded to zesty backport
This commit is contained in:
parent
8f97d65894
commit
c27c057a1d
1 changed files with 2 additions and 19 deletions
|
|
@ -18,30 +18,13 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=2
|
VERSION=2
|
||||||
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu yakkety-updates main'
|
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu zesty-updates main'
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
#https://www.redhat.com/archives/libvir-list/2016-August/msg00749.html
|
|
||||||
patch -p1 << EOF
|
|
||||||
diff --git a/tools/virsh-secret.c b/tools/virsh-secret.c
|
|
||||||
index 8588f4c..537bdd7 100644
|
|
||||||
--- a/tools/virsh-secret.c
|
|
||||||
+++ b/tools/virsh-secret.c
|
|
||||||
@@ -253,7 +253,7 @@ static bool
|
|
||||||
cmdSecretGetValue(vshControl *ctl, const vshCmd *cmd)
|
|
||||||
{
|
|
||||||
virSecretPtr secret;
|
|
||||||
- char *base64;
|
|
||||||
+ char *base64 = NULL;
|
|
||||||
unsigned char *value;
|
|
||||||
size_t value_size;
|
|
||||||
bool ret = false;
|
|
||||||
EOF
|
|
||||||
|
|
||||||
sed '/zfsutils/d' -i debian/control
|
sed '/zfsutils/d' -i debian/control
|
||||||
sed 's/with-storage-zfs/without-storage-zfs/' -i debian/rules
|
sed 's/with-storage-zfs/without-storage-zfs/' -i debian/rules
|
||||||
|
|
||||||
changelog "Backported from yakkety, disabled zfs integration"
|
changelog "Backported from zesty, disabled zfs integration"
|
||||||
|
|
||||||
compile
|
compile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue