Bug 154035
Summary: | add --disable-schemas-install to %configure | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Yanko Kaneti <yaneti> | ||||
Component: | yelp | Assignee: | Ray Strode [halfline] <rstrode> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | low | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2005-05-03 23:04:42 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 136451 | ||||||
Attachments: |
|
Description
Yanko Kaneti
2005-04-06 18:07:01 UTC
Created attachment 112771 [details]
patch
I wonder. How come a new yelp update is in rawhide and a pretty trivial issue like this here is not taken care of. Hi Yanko, Is there a reason they shouldn't be installed? Hello There is no reason for them to be installed in the %install part of the rpmbuild. The result of running the install on the _build system_ is (depending on whether the build is run as root or not) either installing the schemas on the _build system_ (which we clearly don't want) or a bunch of useless warnings about not being able to write to the _build system_s default gconf config source. The schemas are installed on the target system in the rpm install %post section. Should be fixed in yelp-2.9.3-6 |