[openstack-nova] Require the fuse package (to avoid #767852)

Pádraig Brady pbrady at fedoraproject.org
Fri Dec 30 12:35:49 UTC 2011


commit 65236721fffa6bf7cce9590b0146b05ed0bd3422
Author: Pádraig Brady <P at draigBrady.com>
Date:   Fri Dec 30 12:30:02 2011 +0000

    Require the fuse package (to avoid #767852)

 openstack-nova.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 4d80b0c..e82187a 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -97,6 +97,8 @@ Requires:         python-paste
 Requires:         python-paste-deploy
 
 Requires:         libguestfs-mount >= 1.7.17
+# The fuse dependency should be added to libguestfs-mount
+Requires:         fuse
 Requires:         libvirt-python
 Requires:         libvirt >= 0.8.7
 Requires:         libxml2-python
@@ -450,6 +452,7 @@ fi
 %changelog
 * Fri Dec 30 2011 Pádraig Brady <P at draigBrady.com> - 2011.3-14
 - Don't require the fuse group (#770927)
+- Require the fuse package (to avoid #767852)
 
 * Tue Dec 14 2011 Pádraig Brady <P at draigBrady.com> - 2011.3-13
 - Sanitize EC2 manifests and image tarballs (#767236, CVE 2011-4596)


More information about the scm-commits mailing list