<div dir="ltr">The problem was that it was non-executable.  Thanks for the help!<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 29, 2013 at 2:13 PM, Michael Schwendt <span dir="ltr">&lt;<a href="mailto:mschwendt@gmail.com" target="_blank">mschwendt@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Fri, 29 Nov 2013 13:26:20 -0700, Eric Smith wrote:<br>
<br>
&gt; I&#39;m having a bit of trouble with RPM dependencies.  I&#39;m trying to package<br>
&gt; faifa, which manages HomePlug AV interfaces.  There&#39;s a library (libfaifa)<br>
&gt; and two executables, faifa and hpav_cfg.  I&#39;m putting the executables in<br>
&gt; the main package (faifa), the shared library in a -libs subpackage, and the<br>
&gt; headers in a -devel subpackage.  I have both the main package and -devel<br>
&gt; subpackage depending on the -libs subpackage, both using the line:<br>
&gt;<br>
&gt; Requires:       %{name}-libs%{_isa} = %{version}-%{release}<br>
&gt;<br>
&gt; When I attempt to install the main package, it says that there&#39;s an<br>
&gt; unsatisfied &quot;Requires: libfaifa.so.0()(64bit)&quot; even if I already have the<br>
&gt; -libs subpackage installed.<br>
&gt;<br>
&gt; I&#39;m sure I&#39;ve overlooked something in the packaging guidelines and other<br>
&gt; relevant documentation, but I can&#39;t seem to figure out how to fix this.<br>
&gt; Any assistance will be much appreciated. My spec and SRPM are at:<br>
&gt; <a href="http://fedorapeople.org/~brouhaha/faifa/" target="_blank">http://fedorapeople.org/~brouhaha/faifa/</a><br>
<br>
</div></div>Query the built packages with &quot;rpm&quot;. Verify the Provides in the -libs<br>
package. Use &quot;rpmls&quot; to display the contents of the -libs package.<br>
Make sure the shared lib is executable at the end of %install.<br>
<span class="HOEnZb"><font color="#888888">--<br>
devel mailing list<br>
<a href="mailto:devel@lists.fedoraproject.org">devel@lists.fedoraproject.org</a><br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/devel" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/devel</a><br>
Fedora Code of Conduct: <a href="http://fedoraproject.org/code-of-conduct" target="_blank">http://fedoraproject.org/code-of-conduct</a></font></span></blockquote></div><br></div>