<div dir="ltr"><div><div>I&#39;m having a bit of trouble with RPM dependencies.  I&#39;m trying to package faifa, which manages HomePlug AV interfaces.  There&#39;s a library (libfaifa) and two executables, faifa and hpav_cfg.  I&#39;m putting the executables in the main package (faifa), the shared library in a -libs subpackage, and the headers in a -devel subpackage.  I have both the main package and -devel subpackage depending on the -libs subpackage, both using the line:<br>
<br>Requires:       %{name}-libs%{_isa} = %{version}-%{release}<br><br></div>When I attempt to install the main package, it says that there&#39;s an unsatisfied &quot;Requires: libfaifa.so.0()(64bit)&quot; even if I already have the -libs subpackage installed.<br>
<br></div><div>I&#39;m sure I&#39;ve overlooked something in the packaging guidelines and other relevant documentation, but I can&#39;t seem to figure out how to fix this.  Any assistance will be much appreciated. My spec and SRPM are at:  <a href="http://fedorapeople.org/~brouhaha/faifa/">http://fedorapeople.org/~brouhaha/faifa/</a><br>
</div><br>Thanks!<br>Eric<br><br></div>