Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
c27c057a
Commit
c27c057a
authored
7 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
make-libvirt upgraded to zesty backport
parent
8f97d658
No related branches found
Branches containing commit
No related tags found
1 merge request
!183
Fix geoip-database-contrib
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-libvirt
+2
-19
2 additions, 19 deletions
helpers/make-libvirt
with
2 additions
and
19 deletions
helpers/make-libvirt
+
2
−
19
View file @
c27c057a
...
...
@@ -18,30 +18,13 @@
#
VERSION
=
2
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu
yakke
ty-updates main'
EXTERNAL
=
'deb-src http://archive.ubuntu.com/ubuntu
zes
ty-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
yakke
ty, disabled zfs integration"
changelog
"Backported from
zes
ty, disabled zfs integration"
compile
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment