Currently the rpm-build %install tries to install the schemas
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