<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
We have now separated tools repositories which are built
independently from ovirt-engine, for example "ovirt-image-uploader".
Our rpms (ovirt-engine) has a dependency on those tools, using the
following option:<br>
<br>
<snip><br>
...<br>
Requires: %{name}-image-uploader<br>
...<br>
<snip><br>
<br>
%{name} is substituted by 'ovirt-engine' during build, creating a
dependency on "<b>ovirt-engine-image-uploader</b>". This, in turn,
makes a non-resolved dependency, as the actual package name built
for image-uploader is "<b>ovirt-image-uploader</b>".<br>
<br>
We can resolve this by either changing the dependency in our rpms or
by changing the tools package names (relevant also for iso-uploader
and log-collector).<br>
<br>
Please let me know which way seems preferable for this.<br>
<br>
Thanks.<br>
<br>
<pre class="moz-signature" cols="72">--
Alex Lourie.</pre>
</body>
</html>