Bug 1201507
Summary: | fuse missing from BuildRequires | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Anssi Johansson <rhbugs> |
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.1 | CC: | huzhan, leiwang, ptoscano, riehecky, tis, toracat, wshi |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | libguestfs-1.28.1-1.25.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-19 07:00:15 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Anssi Johansson
2015-03-12 20:38:14 UTC
It seems like a few things conspire here: (1) On RHEL builders, /dev/fuse is not available, so fuse tests are skipped. This would be different if building using rpmbuild. (2) On Fedora, we BuildRequire zfs-fuse which pulls in fuse. On RHEL we don't have zfs-fuse. Anyway, it does appear to be a bug in both RHEL and Fedora. I have fixed it in Fedora. Verified with the packages: libguestfs-1.28.1-1.55.el7.x86_64 Verify steps: 1. remove the fuse package # yum remove fuse 2. build the libguestfs # rpmbuild --define '%_topdir /root/rpmbuild' -ba /root/rpmbuild/SPECS/libguestfs.spec error: Failed build dependencies: fuse is needed by libguestfs-1:1.28.1-1.55.el7.x86_64 On RHEL7.2, fuse is needed when rpmbuild libguestfs. So verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-2183.html |