Bug 855252
| Summary: | qemu-system-ppc package should have a versioned dependency on SLOF | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Gibson <redhat> |
| Component: | qemu | Assignee: | Fedora Virtualization Maintainers <virt-maint> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | amit.shah, benh, berrange, cfergeau, dwmw2, itamar, knoel, pbonzini, rjones, scottt.tw, virt-maint |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-09-25 16:40:21 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
David Gibson
2012-09-07 06:16:33 UTC
Fixed in commit 1fbcf81188e4007b7c532933060d3267302e3b84. Looks good, thanks. Uh, actually, no. I can't see why, but when I build the package from source on ppc, I get a requires line containing a _literal_ %{SLOF-gittagdate} instead of it being properly expanded.
vpl1:~$ rpm -qpR rpmbuild/RPMS/ppc64/qemu-system-ppc-1.2.0-4.fc18.ppc64.rpm | grep SLOF
SLOF = 0.1.git%{SLOF-gittagdate}
(In reply to comment #3) > Uh, actually, no. I can't see why, but when I build the package from source > on ppc, I get a requires line containing a _literal_ %{SLOF-gittagdate} > instead of it being properly expanded. > > vpl1:~$ rpm -qpR rpmbuild/RPMS/ppc64/qemu-system-ppc-1.2.0-4.fc18.ppc64.rpm > | grep SLOF > SLOF = 0.1.git%{SLOF-gittagdate} Note that I've already fixed this in Rawhide. Some discussion going on about how to correctly fix this (ie. should we include the git date in the version instead of "0"), so it's not in F18 yet. qemu-1.2.0-8.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/qemu-1.2.0-8.fc18 Package qemu-1.2.0-8.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing qemu-1.2.0-8.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-14391/qemu-1.2.0-8.fc18 then log in and leave karma (feedback). qemu-1.2.0-9.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/qemu-1.2.0-9.fc18 Looks good, thanks. qemu-1.2.0-9.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |