Bug 213564
Summary: | spec bug: filesystemmonitor.schema no longer included | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Michel Alexandre Salim <michel.salim> | ||||
Component: | banshee | Assignee: | Christopher Aillon <caillon> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 6 | CC: | cweyl, extras-qa | ||||
Target Milestone: | --- | Keywords: | Reopened | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 0.12.0-5 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2007-12-27 23:27:47 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Michel Alexandre Salim
2006-11-01 23:54:36 UTC
Created attachment 140061 [details]
Fixed libdir patch
The new test for assemblies introduced by the mono-libdir patch to configure is incorrect: with > 1 test expression, the form used should be if ! [ exp1 -o exp2 ] instead of if test ! \( exp1 -o exp2 \) This does not actually change the build result, since the test failed to run and thus did not abort the configure process (had it run it would have succeeded anyway, since the BuildRequires ensure that the .dlls would be present) Schema import bug still present in latest FC-6 release. This was fixed in F-7 and later with: * Fri Mar 30 2007 Christopher Aillon <caillon> - 0.12.0-5 - Fix up schema installs |