Skip to content
Snippets Groups Projects
Commit c27c057a authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

make-libvirt upgraded to zesty backport

parent 8f97d658
No related branches found
No related tags found
1 merge request!183Fix geoip-database-contrib
......@@ -18,30 +18,13 @@
#
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
#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 '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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment