<div dir="ltr">Hi guys<div><br></div><div>Sorry to spam the list - I have tried every conceivable method of unsubscribing from this list and nothing works.</div><div><br></div><div>Please! Unsubscribe me!</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 29, 2015 at 2:00 PM,  <span dir="ltr">&lt;<a href="mailto:buildsys-request@lists.fedoraproject.org" target="_blank">buildsys-request@lists.fedoraproject.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send buildsys mailing list submissions to<br>
        <a href="mailto:buildsys@lists.fedoraproject.org">buildsys@lists.fedoraproject.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="https://admin.fedoraproject.org/mailman/listinfo/buildsys" rel="noreferrer" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/buildsys</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:buildsys-request@lists.fedoraproject.org">buildsys-request@lists.fedoraproject.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:buildsys-owner@lists.fedoraproject.org">buildsys-owner@lists.fedoraproject.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of buildsys digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Koji and spec file with not the most up-to-date version<br>
      of a      package (Sebastien Moretti)<br>
   2. Re: Koji and spec file with not the most up-to-date version<br>
      of a      package (Dennis Gilmore)<br>
   3. Re: Koji and spec file with not the most up-to-date version<br>
      of a      package (Matthew Miller)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 28 Oct 2015 14:51:45 +0100<br>
From: Sebastien Moretti &lt;<a href="mailto:sebastien.moretti@unil.ch">sebastien.moretti@unil.ch</a>&gt;<br>
To: <a href="mailto:buildsys@lists.fedoraproject.org">buildsys@lists.fedoraproject.org</a><br>
Subject: Re: Koji and spec file with not the most up-to-date version<br>
        of a    package<br>
Message-ID: &lt;<a href="mailto:5630D2F1.1020301@unil.ch">5630D2F1.1020301@unil.ch</a>&gt;<br>
Content-Type: text/plain; charset=utf-8; format=flowed<br>
<br>
&gt;&gt; Hi<br>
&gt;&gt;<br>
&gt;&gt; We use Koji and have an issue with some packages (let say B)<br>
&gt;&gt; requiring a particular version of another package (A = 1.2 ) which<br>
&gt;&gt; has a more up-to-date version (A = 1.2 &amp; A = 1.5).<br>
&gt;&gt; e.g.<br>
&gt;&gt; Name:            B<br>
&gt;&gt; BuildRequires:   A = 1.2<br>
&gt;&gt;<br>
&gt;&gt; In that case, Koji builds fail:<br>
&gt;&gt; DEBUG util.py:388:  Error: Package: B-3.4.2-4.el6.x86_64 (build)<br>
&gt;&gt; DEBUG util.py:388:             Requires: A = 1.2<br>
&gt;&gt; DEBUG util.py:388:             Available: A = 1.5-1.x86_64 (build)<br>
&gt;&gt; DEBUG util.py:388:                 A = 1.5<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Is there a way to avoid that behavior?<br>
&gt;&gt; When no version is specified, use the most up-to-date, when a<br>
&gt;&gt; particular version is required, use that one.<br>
&gt;<br>
&gt; koji repos can contain only single build of a package, that&#39;s by design<br>
&gt;<br>
&gt;<br>
&gt;               Dan<br>
<br>
But if I try<br>
        yum info A<br>
it will return A-1.5<br>
<br>
If I try<br>
        yum info A-1.2<br>
it will return A-1.2<br>
<br>
So both should be in the repos, right?<br>
<br>
--<br>
Sébastien Moretti<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 28 Oct 2015 09:14:34 -0500<br>
From: Dennis Gilmore &lt;<a href="mailto:dennis@ausil.us">dennis@ausil.us</a>&gt;<br>
To: Discussion of Fedora build system<br>
        &lt;<a href="mailto:buildsys@lists.fedoraproject.org">buildsys@lists.fedoraproject.org</a>&gt;<br>
Subject: Re: Koji and spec file with not the most up-to-date version<br>
        of a    package<br>
Message-ID: &lt;<a href="mailto:24934932.tKV2aVA0zT@ra.ausil.us">24934932.tKV2aVA0zT@ra.ausil.us</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
On Wednesday, October 28, 2015 02:51:45 PM Sebastien Moretti wrote:<br>
&gt; &gt;&gt; Hi<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; We use Koji and have an issue with some packages (let say B)<br>
&gt; &gt;&gt; requiring a particular version of another package (A = 1.2 ) which<br>
&gt; &gt;&gt; has a more up-to-date version (A = 1.2 &amp; A = 1.5).<br>
&gt; &gt;&gt; e.g.<br>
&gt; &gt;&gt; Name:            B<br>
&gt; &gt;&gt; BuildRequires:   A = 1.2<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; In that case, Koji builds fail:<br>
&gt; &gt;&gt; DEBUG util.py:388:  Error: Package: B-3.4.2-4.el6.x86_64 (build)<br>
&gt; &gt;&gt; DEBUG util.py:388:             Requires: A = 1.2<br>
&gt; &gt;&gt; DEBUG util.py:388:             Available: A = 1.5-1.x86_64 (build)<br>
&gt; &gt;&gt; DEBUG util.py:388:                 A = 1.5<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Is there a way to avoid that behavior?<br>
&gt; &gt;&gt; When no version is specified, use the most up-to-date, when a<br>
&gt; &gt;&gt; particular version is required, use that one.<br>
&gt; &gt;<br>
&gt; &gt; koji repos can contain only single build of a package, that&#39;s by design<br>
&gt; &gt;<br>
&gt; &gt;             Dan<br>
&gt;<br>
&gt; But if I try<br>
&gt;       yum info A<br>
&gt; it will return A-1.5<br>
&gt;<br>
&gt; If I try<br>
&gt;       yum info A-1.2<br>
&gt; it will return A-1.2<br>
&gt;<br>
&gt; So both should be in the repos, right?<br>
<br>
no koji only has the last tagged version of a package in its repos. if you<br>
need multiple versions of something you will need to manage that in the<br>
packaging.  having a12 a15 etc packages<br>
<br>
Dennis<br>
<br>
Dennis<br>
<br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 819 bytes<br>
Desc: This is a digitally signed message part.<br>
URL: &lt;<a href="http://lists.fedoraproject.org/pipermail/buildsys/attachments/20151028/df78b7e5/attachment-0001.sig" rel="noreferrer" target="_blank">http://lists.fedoraproject.org/pipermail/buildsys/attachments/20151028/df78b7e5/attachment-0001.sig</a>&gt;<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 28 Oct 2015 10:38:48 -0400<br>
From: Matthew Miller &lt;<a href="mailto:mattdm@fedoraproject.org">mattdm@fedoraproject.org</a>&gt;<br>
To: Discussion of Fedora build system<br>
        &lt;<a href="mailto:buildsys@lists.fedoraproject.org">buildsys@lists.fedoraproject.org</a>&gt;<br>
Subject: Re: Koji and spec file with not the most up-to-date version<br>
        of a    package<br>
Message-ID: &lt;<a href="mailto:20151028143848.GA25076@mattdm.org">20151028143848.GA25076@mattdm.org</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
On Tue, Oct 27, 2015 at 04:05:25PM +0100, Sebastien Moretti wrote:<br>
&gt; Both A-1.2 and A-1.5 are available in my build repos.<br>
&gt;<br>
&gt; If A-1.2 was not in build repos, the error message would be<br>
&gt; different I guess.<br>
<br>
Is it possible for you to create different repos for the build<br>
requirements for your different products?<br>
<br>
<br>
--<br>
Matthew Miller<br>
&lt;<a href="mailto:mattdm@fedoraproject.org">mattdm@fedoraproject.org</a>&gt;<br>
Fedora Project Leader<br>
<br>
<br>
------------------------------<br>
<br>
--<br>
buildsys mailing list<br>
<a href="mailto:buildsys@lists.fedoraproject.org">buildsys@lists.fedoraproject.org</a><br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/buildsys" rel="noreferrer" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/buildsys</a><br>
<br>
End of buildsys Digest, Vol 128, Issue 7<br>
****************************************<br>
</blockquote></div><br></div>