<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 13, 2015 at 2:44 PM, gil <span dir="ltr">&lt;<a href="mailto:puntogil@libero.it" target="_blank">puntogil@libero.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div bgcolor="#FFFFFF" text="#000000">a fix for this problem is:<br>
    (see <a href="http://pkgs.fedoraproject.org/cgit/java-service-wrapper.git/tree/java-service-wrapper.spec" target="_blank">http://pkgs.fedoraproject.org/cgit/java-service-wrapper.git/tree/java-service-wrapper.spec</a><div style="display:inline-block;width:16px;min-height:16px"> </div>
    )<br>
    # rpmbuild &lt; 4.6 support
    <br>
    %if ! 0%{?__isa_bits}
    <br>
    %ifarch x86_64 ia64 ppc64 sparc64 s390x alpha ppc64le aarch64
    <br>
    %global __isa_bits 64
    <br>
    %else
    <br>
    %global __isa_bits 32
    <br>
    %endif
    <br>
    %endif
</div></blockquote></div><br>I&#39;ve just run into this problem with the sphinx build - which built fine with 2.2.7-1 on January 21st - which was before this thread started. Is the workaround the recommendation?  Was a mock bug created?</div></div>