[Pkg-libvirt-commits] [virt-manager] 01/02: fix-removable-drive-support.patch: new patch, cherry-picked from upstream.
Guido Guenther
agx at moszumanska.debian.org
Sun Oct 12 09:54:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to branch master
in repository virt-manager.
commit 99870c460e97bb656f6736ce6d53c10b4465aa4e
Author: intrigeri <intrigeri at debian.org>
Date: Wed Oct 8 17:04:48 2014 +0000
fix-removable-drive-support.patch: new patch, cherry-picked from upstream.
---
debian/patches/fix-removable-drive-support.patch | 20 ++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 21 insertions(+)
diff --git a/debian/patches/fix-removable-drive-support.patch b/debian/patches/fix-removable-drive-support.patch
new file mode 100644
index 0000000..6f08a2d
--- /dev/null
+++ b/debian/patches/fix-removable-drive-support.patch
@@ -0,0 +1,20 @@
+Author: Giuseppe Scrivano <gscrivan at redhat.com>
+Date: Tue Jun 24 13:59:12 2014 +0200
+Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1112629
+Bug-Debian: https://bugs.debian.org/764508
+Origin: upstream, https://git.fedorahosted.org/cgit/virt-manager.git/commit/?id=eb5b2613110dfaa23626a16704d18df0dbba5086
+Description: details.py: fix typo s|removeable|removable|
+
+diff --git a/virtManager/details.py b/virtManager/details.py
+index dd43259..d3826e5 100644
+--- a/virtManager/details.py
++++ b/virtManager/details.py
+@@ -2166,7 +2166,7 @@ class vmmDetails(vmmGObjectUI):
+ kwargs["shareable"] = self.widget("disk-shareable").get_active()
+
+ if self.edited(EDIT_DISK_REMOVABLE):
+- kwargs["removeable"] = bool(
++ kwargs["removable"] = bool(
+ self.widget("disk-removable").get_active())
+
+ if self.edited(EDIT_DISK_CACHE):
diff --git a/debian/patches/series b/debian/patches/series
index b028b2a..4ff2c04 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
virtinst/fix-path-to-hvmloader.patch
virtinst/Fix-patch-to-pygrub.patch
Move-GConf-values-to-GSettings.patch
+fix-removable-drive-support.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/virt-manager.git
More information about the Pkg-libvirt-commits
mailing list